Skip to content

Deprecate token issuer validation#127

Merged
benashz merged 1 commit intomainfrom
VAULT-3988/disable-iss-validation-by-default
Oct 28, 2021
Merged

Deprecate token issuer validation#127
benashz merged 1 commit intomainfrom
VAULT-3988/disable-iss-validation-by-default

Conversation

@benashz
Copy link
Copy Markdown
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
@benashz benashz requested a review from mickael-hc October 27, 2021 18:55
Copy link
Copy Markdown
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