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.
Add the following to your helm install command to use the secret:
Last updated