[PURIFY] Remove certs and PKCS12 files temporarily (#616)#622
Merged
kavilla merged 1 commit intoopensearch-project:1.0from Jul 9, 2021
Merged
Conversation
…t#616) Removed the generated keys from Elastic. Since we did not own those and do not have the private key for the cert authority then it will be safer. This should not have any impact on runtime, might impact security related to x-pack with demo certs but none of the certs where for production. Otherwise, this is strictly for testing. To be clear, this can be emptied out because it is ONLY for demo and testing purposes. The demo security can be accomplished by using: https://github.com/opensearch-project/security/blob/main/tools/install_demo_configuration.sh Eventually we should take the certs from that file and copy those over but will just ignore the tests for now. Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Collaborator
|
✅ DCO Check Passed b085e9d |
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.
Description
Removed the generated keys from Elastic. Since we did not own those
and do not have the private key for the cert authority then it will
be safer.
This should not have any impact on runtime, might impact security
related to x-pack with demo certs but none of the certs where
for production. Otherwise, this is strictly for testing.
To be clear, this can be emptied out because it is ONLY for demo
and testing purposes. The demo security can be accomplished by
using:
https://github.com/opensearch-project/security/blob/main/tools/install_demo_configuration.sh
Eventually we should take the certs from that file and copy those over but will
just ignore the tests for now.
Signed-off-by: Kawika Avilla kavilla414@gmail.com
Issues Resolved
Issue purposefully not created
Original PR
#616
Check List