Update secret
Last updated
Was this helpful?
Last updated
Was this helpful?
The Update secret action node saves a new value in a . It is only available for .
This action node is used to update a secret via a service. A common use case includes refreshing access tokens which are used for authorization in web requests to external APIs.
For a secret to be updated from a service it must be:
Environment specific.
Not locked.
In addition, the or that runs the service containing this action node must have a role that has been granted the Update Secret from Service > SECRET_NAME
.
For a walkthrough of creating a service to update a secret, see .
Secret
Select a secret to update. The secret must be environment specific and not locked. The user or service account triggering the service must have permission to update this secret.
Value
Bind a value to set. The value will be set for the environment that the service is run in.