rpk ai oauth-client dcr update
Update the tenant’s DCR settings. Only the flags you pass change; everything else keeps its current value (the CLI reads the current settings and writes back the merged result).
Enable open self-registration:
rpk ai oauth-client dcr update --enabled --admission-mode open
Require admin-minted Initial Access Tokens instead:
rpk ai oauth-client dcr update --admission-mode initial-access-token
Turn the endpoint off again:
rpk ai oauth-client dcr update --enabled=false
Flags
| Value | Type | Description |
|---|---|---|
|
string |
how callers are admitted: open, initial-access-token. |
|
strings |
MCP URL every DCR-issued client may request tokens for; "*" = any. repeatable. |
|
int32 |
max concurrent DCR-issued clients (0 = runtime default). |
|
bool |
whether the public registration endpoint accepts requests. |
|
int32 |
days of inactivity before a DCR client is removed (0 = never). |
|
int32 |
max registrations per hour (0 = runtime default). |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |