External secrets
SUSE Observability External Secrets
Overview
SUSE Observability can take secrets like license key, api key and authentication keys through the helm install, but can also take those from already provisioned secrets.
Here is described how to configure this.
Getting the license key from an external secret
Create a secret in the namespace SUSE Observability is installed in, of the following form, filling in the blanks:
Add the following to your helm install command to use the secret:
Getting username and password for email notifications from an external secret
Create a secret in the namespace SUSE Observability is installed in, of the following form, filling in the blanks:
Add the following to your helm install command to use the secret:
Getting the api key from an external secret
Create a secret in the namespace SUSE Observability is installed in, of the following form, filling in the blanks:
Add the following to your helm install command to use the secret:
Getting authentication data from an external secret
Create a secret in the namespace SUSE Observability is installed in, of the following form.
Depending on the authentication method chosen, the default_password
field gets replaced with different data. See the authentication options for more info. In this example the Single password setup is used.
Add the following to your helm install command to use the secret:
Last updated