rpk ai oauth-provider create
Create an OAuth provider
Flags
| Value | Type | Description |
|---|---|---|
|
string |
OAuth authorization endpoint URL (required). |
|
string |
OAuth client ID (required). |
|
string |
secret name for the client secret (UPPER_SNAKE_CASE). |
|
string |
human-readable display name (required). |
|
- |
whether provider is enabled (default true). |
|
strings |
grant types: browser-consent, token-exchange (default [browser-consent]). |
|
- |
help for create. |
|
string |
provider name (required). |
|
- |
require PKCE for authorization code grants. |
|
string |
OAuth token revocation endpoint URL. |
|
strings |
default OAuth scopes. |
|
string |
token endpoint auth: client-secret-basic, client-secret-post, none (default "client-secret-basic"). |
|
string |
OAuth token endpoint URL (required). |
|
string |
output format: table|wide|json|yaml|markdown (env: RPAI_FORMAT) (default "table"). |
|
- |
disable colored output (env: NO_COLOR). |
|
string |
path to rpai config (env: RPAI_CONFIG) (default "/var/lib/redpanda/.rpai/config"). |
|
string |
override the selected environment’s AI Gateway URL for this invocation. |
|
string |
rpai profile name (env: RPAI_PROFILE). |
|
- |
verbose debug logging to stderr (env: RPAI_VERBOSE). |
|
string |
static bearer token override (ambient RPAI_TOKEN is ignored under rpk ai). |