Add credential CCR operator handoff
This commit is contained in:
parent
a27a114491
commit
248bc58b6a
4 changed files with 104 additions and 7 deletions
3
Makefile
3
Makefile
|
|
@ -213,6 +213,9 @@ credential-change-sync-decision: ## Sync resolved State Hub decision back into a
|
|||
credential-change-apply-plan: ## Render approved-only operator apply plan
|
||||
scripts/credential-change.py apply-plan $(CREDENTIAL_CHANGE)
|
||||
|
||||
credential-change-operator-commands: ## Render approved-only non-secret OpenBao operator commands
|
||||
scripts/credential-change.py operator-commands $(CREDENTIAL_CHANGE)
|
||||
|
||||
openbao-token-grants-dry-run: ## Dry-run OpenBao token roles and issuer policies for credential grants
|
||||
scripts/openbao-apply-token-grants.py --dry-run $(OPENBAO_TOKEN_GRANT_ARGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue