-
Notifications
You must be signed in to change notification settings - Fork 103
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
tls_cert_request not recreated when private_key_pem changes #257
Conversation
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.
Looks good to me (once Taint
actually works) 🚀
…xp used identifies that BEGIN and END text can contain spaces, for instance -----BEGIN RSA PRIVATE KEY----- (#255)
Co-authored-by: Brian Flad <bflad417@gmail.com>
15d5fc2
to
9da82fa
Compare
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.
Looks good to me 🚀
CHANGELOG.md
Outdated
@@ -1,3 +1,11 @@ | |||
## 4.0.2 (July 25, 2022) |
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.
Date bump on release 👍
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.
Thanks for the nudge. Have changed to unreleased
for now.
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Closes: #255
This PR is dependent on the changes in Modifying underlying logic behind TestStep.Taint to call the terrafom taint command.