Using Secrets
Last updated
Last updated
Navigate to the project, cluster, or team page and click the Secrets tab. Click the Create Secret button, enter the secret name and value, and click the Create Secret button to save.
Navigate to the project or team page and click the Secrets tab.
Navigate to the project, cluster, or team page and click the Secrets tab. Click the Delete button and confirm the dialog.
If the same secret name is created for more than one scope only one will be applied. Secrets have the following precedence: Project > Cluster > Team.
See Experiment Variables for using Secrets with Experiments.
gradient secrets list team
gradient secrets list project --id=<project_id>
gradient secrets list cluster --id=<cluster_id>
gradient secrets delete team --name=<name>
gradient secrets delete project --id=<project_id> --name=<name>
gradient secrets delete cluster --id=<cluster_id> --name=<name>
gradient secrets set team --name=<name> --value=<secret>
gradient secrets set project --id=<project_id> --name=<name> --value=<secret>
gradient secrets set cluster --id=<cluster_id> --name=<name> --value=<secret>