Change a Project Secret Key
Change a project's secret key
1. Find the project ID
bindplane get project | grep -B1 "Your Project Name" id: 01ARZ3NDEKTSV4RRFFQ69G5FAV
displayName: Your Project Name2. Export the project to YAML
bindplane get project 01ARZ3NDEKTSV4RRFFQ69G5FAV -o yaml > project.yaml3. Edit the secret key
4. Apply the change
Full example
Rotate keys with no downtime
The bindplane secret commands
bindplane secret commandsCommand
Description
Last updated
Was this helpful?