update
Last updated
Was this helpful?
Updates a federated identity claim rule.
terrakube federated-claim update --federated <FED> --id <CLAIM_ID> --claim-key <KEY> --claim-value <VAL> [flags]terrakube federated-claim update \
--federated "$FED_ID" \
--id "$CLAIM_ID" \
--claim-key "repository_owner" \
--claim-value "terrakube-org" \
--output jsonLast updated
Was this helpful?
Was this helpful?