Skip to content
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

Deprecate token issuer validation #127

Merged
merged 1 commit into from
Oct 28, 2021

Conversation

benashz
Copy link
Contributor

@benashz benashz commented Oct 27, 2021

Overview

In Kubernetes 1.21+, the default issuer varies depending on the service account token type, and since the token review API is the authority there is no need to pre-validate the token issuer. In addition token issuer validation may cause disruptions during a Kubernetes upgrade e.g. 1.20 -> 1.21.

Design of Change

How was this change implemented?

Change the default value for disable_iss_validation to be true, and deprecate the disable_iss_validation and issuer configuration fields.

Related Issues/Pull Requests

[ ] #125

Contributor Checklist

[ ] Add relevant docs to upstream Vault repository, or sufficient reasoning why docs won’t be added yet
My Docs PR Link
Example
[ ] Add output for any tests not ran in CI to the PR description (eg, acceptance tests)
[X] Backwards compatible

- default disable_iss_validation to true
- deprecate disable_iss_validation, and issuer fields.
@benashz benashz modified the milestone: 1.9 Oct 27, 2021
Copy link
Contributor

@imthaghost imthaghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@benashz benashz merged commit e2a3bbe into main Oct 28, 2021
@benashz benashz deleted the VAULT-3988/disable-iss-validation-by-default branch October 28, 2021 16:07
benashz added a commit that referenced this pull request Oct 28, 2021
- default disable_iss_validation to true
- deprecate disable_iss_validation, and issuer fields.
@benashz benashz mentioned this pull request Oct 28, 2021
benashz added a commit that referenced this pull request Oct 28, 2021
- default disable_iss_validation to true
- deprecate disable_iss_validation, and issuer fields.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants