[ca/manager] Remove root CA key encryption support entirely#2573
Merged
dperny merged 1 commit intomoby:masterfrom Mar 27, 2018
Merged
[ca/manager] Remove root CA key encryption support entirely#2573dperny merged 1 commit intomoby:masterfrom
dperny merged 1 commit intomoby:masterfrom
Conversation
3b0d1e5 to
ea2940e
Compare
that feature was deprecated almost a year ago. Rely on MTLS for encryption in transit and raft log encryption for encryption at rest. Signed-off-by: Ying Li <ying.li@docker.com>
ea2940e to
9369c1e
Compare
Codecov Report
@@ Coverage Diff @@
## master #2573 +/- ##
==========================================
- Coverage 61.4% 52.07% -9.33%
==========================================
Files 49 25 -24
Lines 6332 2669 -3663
==========================================
- Hits 3888 1390 -2498
+ Misses 2067 1136 -931
+ Partials 377 143 -234 |
anshulpundir
approved these changes
Mar 27, 2018
Collaborator
|
LGTM |
Merged
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.
Since that feature, neither documented nor advertised, was deprecated almost a year ago. Rely on MTLS for encryption in transit and raft log encryption for encryption at rest.