Can you specify secrets for jobs/automations? For instance, an API key which you do not wish to be directly visible to users?
less than a minute
Yes. Follow these steps:
-
Create a Kubernetes secret in the designated namespace for the runs using the command:
kubectl create secret -n <namespace> generic <secret_name> <secret_value>
-
After creating the secret, configure the queue to inject the secret when runs start. Only cluster administrators can view the secret; end users cannot see it.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.