-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Allow x509.certificate_managed to use a CSR #58282
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
Allow x509.certificate_managed to use a CSR #58282
Conversation
This capability was present prior to e9e49d1.
e9bcf70
to
737bbf6
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.
Thanks for the ping @alxwr, I'm sorry that e9e49d1 broke things for you. The fix looks good, though I'd like to see the error message updated please - one of the goals of #52935 was to make the error messages clear and unambiguous. Cheers for adding a test.
I can't comment on the other formatting changes you've made, e.g. {0}
-> {}
.
Co-authored-by: Glynn Forrest <glynn@backbeat.tech>
np :-) Thanks for the refactoring and making things easier!
I thought about that and then forgot it. :-) Thanks for the suggestion! I applied it right away.
Just recently learned about
|
@krionbsd @sagetherage Is there a reason this is not merged? :-) How long do you expect me to keep this PR up-to-date with current developments in master? |
sorry for delay, it's in the queue to be merged |
thank you @krionbsd and yes, queued up for merging, we removed the label |
This capability was present prior to e9e49d1.
What does this PR do?
Bring back signing of CSRs.
What issues does this PR fix or reference?
I don't know of any reported issue.
Previous Behavior
New Behavior
CSR is signed. Certificate is created.
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
No
@glynnforrest This may interest you.