Commands
ALTER SECRET
Use the ALTER SECRET
command to alter the secrets that store sensitive credentials.
Altering a secret does not change the secret used in a running job until the job is restarted (e.g., by restarting the cluster).
Syntax
Parameters
Parameter or Clause | Description |
---|---|
secret_name | The name of the secret to be altered. |
backend | The backend where the secret is stored. Currently, only the meta backend is supported. |
your_new_secret | The new secret value that you wish to store securely. |
Example
See also
Was this page helpful?