split database CA into server/client CAs#35949
Merged
GavinFrazar merged 3 commits intomasterfrom Jan 15, 2024
Merged
Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| Vulnerabilities | View in Orca | ||
| Secrets | View in Orca |
🔑 The following secrets have been detected in your pull request across all commits
| NAME | FILE PATH | LINE NUM | COMMIT | STATUS | |
|---|---|---|---|---|---|
| Private Key | lib/fixtures/keys.go | 64 | f23e11996 | FAILED | View in code |
Contributor
|
🤖 Vercel preview here: https://docs-6gykc9pyl-goteleport.vercel.app/docs/ver/preview |
Contributor
|
🤖 Vercel preview here: https://docs-yk7sbmvhh-goteleport.vercel.app/docs/ver/preview |
e7cb698 to
ddc0734
Compare
GavinFrazar
added a commit
that referenced
this pull request
Jan 3, 2024
Backport #35949 to branch/v13.
ddc0734 to
d3f8c5b
Compare
GavinFrazar
added a commit
that referenced
this pull request
Jan 4, 2024
Backport #35949 to branch/v12.
Closed
d3f8c5b to
1f5a76d
Compare
GavinFrazar
added a commit
that referenced
this pull request
Jan 4, 2024
Backport #35949 to branch/v14.
This was referenced Jan 4, 2024
1f5a76d to
79bd5be
Compare
* update migration logging
* include auth component in migrations
* debug log when skipping db client ca migration
* update tctl auth sign for cockroachdb
* update tctl auth sign for oracle
* set ExtKeyUsage for DB certs
* clientAuth for DB Client CA
* serverAuth for DB Server CA
* inject filter for pre-v14.3.1 clients
* inject a filter instead of dropping events in grpcserver
* add DatabaseClientCA type
79bd5be to
11f55fd
Compare
greedy52
approved these changes
Jan 12, 2024
smallinsky
approved these changes
Jan 13, 2024
|
@GavinFrazar See the table below for backport results.
|
GavinFrazar
added a commit
that referenced
this pull request
Jan 30, 2024
Backport #35949 to branch/v14.
GavinFrazar
added a commit
that referenced
this pull request
Feb 21, 2024
Backport #35949 to branch/v14.
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Feb 21, 2024
* [v14] split database CA into server/client CAs Backport #35949 to branch/v14. * fix pkcs12 encoding for backport * debug log when skipping filter injection * update CA filter injection version check func name and doc * update filter injection version checks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes https://github.com/gravitational/teleport-private/issues/782
changelog: Introduced the Teleport Database Client CA so that separate CAs are used to issue certs to databases and database clients.