flux auth
Authentication commands.
Authentication commands.
Sub-commands
flux auth login— Authenticate via OIDC Device Authorization Grant.flux auth logout— Clear stored credentials.flux auth permissions— List auto-derived permissions from registered workflows.flux auth status— Show current authentication status.flux auth test-token— Decode a JWT token and show resolved identity and permissions.
flux auth login
Authenticate via OIDC Device Authorization Grant.
Options
--issuer— OIDC issuer URL (defaults to config)--client-id— OIDC client ID (default:flux-api)
flux auth logout
Clear stored credentials.
flux auth permissions
List auto-derived permissions from registered workflows.
Options
--workflow,-w— Filter by workflow name--format,-f— (default:simple)
flux auth status
Show current authentication status.
Options
--format,-f— (default:simple)
flux auth test-token
Decode a JWT token and show resolved identity and permissions.
Arguments
token(text, required)
Generated from flux/cli.py. Last verified against Flux 0.56.0.