rwx vaults oidc-tokens create
Create an OIDC token in a vault.
Usage
rwx vaults oidc-tokens create [flags]
Options
--name <name>
The name of the OIDC token. Required unless --provider is given.
--audience <audience>
The audience for the OIDC token. Required unless --provider is given; always required for gcp.
--provider <provider>
Use defaults for a known provider. Supported values: aws, gcp, azure, depot, namespace. Sets --name and --audience automatically (except gcp still requires --audience).
See the standalone guides for each provider: AWS, Google Cloud, Azure, Depot, Namespace.
--vault <name>
The name of the vault to create the OIDC token in.
Global Options
--output <format>
Output format: text or json. Defaults to text.
--access-token <token>
The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.