forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security: add tenant server certificates
This is an addendum to cockroachdb#49864. I had added a tenant CA and tenant client certs but did not add tenant server CA and certs. However, this is necessary:a KV server run in a multi-tenancy environment will use - tenant server certs (issued by tenant server CA) to host TLS-enabled endpoint (for use by SQL tenant processes) - tenant client CA (to validate incoming connections) - node server certs (for intra-KV traffic). The expectation is that the tenant server certs/CA will be using external PKI (i.e. publicly trusted certs), but I learned quickly while prototyping cockroachdb#47898 that it will well be worth it to generate these certs internally as well. Release note: None
- Loading branch information
Showing
5 changed files
with
247 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.