-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cli: the default tenant scope of cockroach cert create-client is paiful #97584
Copy link
Copy link
Closed
Labels
A-cli-adminCLI commands that pertain to controlling and configuring nodesCLI commands that pertain to controlling and configuring nodesC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Description
With our work on multi-tenancy we want to quickly iterate and run demos.
Against that currently the default --tenant-scope that restricts client certs to just the system tenant is cumbersome.
While tenant scopes are useful, and we like to use them in CC, the CC control plane is generating its TLS certs independently from our CLI code and manages its scopes independently. So we should make the CLI command aid developer productivity instead.
Epic: CRDB-23559
Jira issue: CRDB-24771
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cli-adminCLI commands that pertain to controlling and configuring nodesCLI commands that pertain to controlling and configuring nodesC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.