-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
check expiry date of the root/intermediate before using it to sign a leaf #10500
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.
Looking good, just a few comments around errors/formatting
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.
Nice! I think this is looking good. One question and one suggestion for speeding up the test.
This further decouples the CAManager from Server. It reduces the interface between them and removes the need for the SetLogger method on providers.
To reduce the scope of Server, and keep all the CA logic together
Most of these methods are used exclusively for the AutoConfig RPC endpoint. This PR uses a pattern that we've used in other places as an incremental step to reducing the scope of Server.
ecb30aa
to
6356302
Compare
To reduce the scope of Server, and keep all the CA logic together
Co-authored-by: Kyle Havlovitz <kylehav@gmail.com>
4fb20c8
to
5ed56fc
Compare
This reverts commit 6356302.
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.
LGTM, left one minor suggestion
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
🍒 If backport labels were added before merging, cherry-picking will start automatically. To retroactively trigger a backport after merging, add backport labels and re-run https://circleci.com/gh/hashicorp/consul/408262. |
Fix #9573
This need to be merged after #10479