-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add security for keypair creation in configure_ec2 pattern #129
Conversation
extensions/patterns/configure_ec2/playbooks/create_ec2_instance.yml
Outdated
Show resolved
Hide resolved
extensions/patterns/configure_ec2/playbooks/create_ec2_instance.yml
Outdated
Show resolved
Hide resolved
@@ -4,6 +4,18 @@ | |||
|
|||
This pattern is designed to help get an EC2 instance up and running. | |||
|
|||
To enable SSH access to the EC2 instance from your local machine, you need to do 2 things: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To enable SSH access to the EC2 instance from your local machine, you need to do 2 things: | |
To enable SSH access to the EC2 instance from your local machine, following 2 actions are required: |
Backport to stable-3: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply c7c6737 on top of patchback/backports/stable-3/c7c6737a2a2695198185a7e4450c58d60ea4def8/pr-129 Backporting merged PR #129 into main
🤖 @patchback |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #145 🤖 @patchback |
Add security for keypair creation in configure_ec2 pattern (cherry picked from commit c7c6737)
…c7c6737a2a2695198185a7e4450c58d60ea4def8/pr-129 [PR #129/c7c6737a backport][stable-3] Add security for keypair creation in configure_ec2 pattern
Refer : https://issues.redhat.com/browse/ACA-2059
This PR ensures that private keys to ec2 instances are not available in job logs by default