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.
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 cached OCSP client support to Cert Auth #17093
Add cached OCSP client support to Cert Auth #17093
Changes from 35 commits
8f34df9
5b63032
b0798a7
87bd5a3
0b9f785
fb65fd5
5d768c0
6e00633
44d808d
2b73de7
0f9cda6
fca24ee
59a3769
ae8423c
ea1feb4
e7d790d
75244c9
68c3308
acc2c29
81e8d6a
ca7e8c0
b5f2b03
6ba87f9
4abdc5a
1be9cf5
51db45f
8b39c75
0642d7e
0ff724c
7e50dd0
222bc58
f192134
b8fb6ed
9933c3b
6912f06
bf4e630
4021908
8143803
e91c2cf
ff60c7d
65bb99a
9a2acb3
899f36d
ec3d5ff
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
nit: We do seem to consistently use
non-CA
in display messages.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.
My understanding, and correct me if I'm wrong, is this might change it from a POST/PUT style behavior into a PATCH style behavior; I'd rather see this preserved and an explicit PATCH handler added? I think it depends on whether or not a default value was chosen, but given that we do set a default for
disable_binding
, I don't think this quite goes all the way towardsPATCH
, so I'm curious whyGetOk
was chosen overGet
?My 2c.
There were a couple of recent threads about it, hashicorp/vault-plugin-auth-kubernetes#163 and #17716.
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.
This is the status quo for this auth engine. Note that the same thing is true in path_certs.go. Changing it would break backwards compatibility.
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.
What do you mean by "breaks backwards compatibility"?
By my read here, this PR is what breaks it, as we previously had: