For the complete documentation index, see llms.txt. This page is also available as Markdown.

update

Updates a federated identity credential.

Usage

terrakube federated update --id <FED_ID> [flags]

Examples

terrakube federated update \
  --id "$FED_ID" \
  --name "github-actions" \
  --issuer-url "https://token.actions.githubusercontent.com" \
  --audience "api://TerrakubeV2" \
  --output json

Last updated

Was this helpful?