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

Update oauth2-proxy from 5.x to 6.x #1903

Merged
merged 2 commits into from
Jul 30, 2020

Conversation

absoludity
Copy link
Contributor

Description of the change

The only breaking change is that flags now require -- .
For details of breaking changes in 6.x:
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/CHANGELOG.md#breaking-changes-1

Benefits

Using more secure latest oauth2-proxy (project migrated earlier this year).

Possible drawbacks

Users who have set .Values.authProxy.additionalFlags will need to update those (auth-proxy container will refuse to start).

The only breaking change is that flags now require -- .
For details of breaking changes in 6.x:
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/CHANGELOG.md#breaking-changes-1
@absoludity absoludity linked an issue Jul 30, 2020 that may be closed by this pull request
@@ -646,7 +646,7 @@ authProxy:
image:
registry: docker.io
repository: bitnami/oauth2-proxy
tag: 5.1.1-debian-10-r58
tag: 6.0.0-debian-10-r23
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Copy link
Contributor

Choose a reason for hiding this comment

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

the comments in lines 671-674 need to be updated as well

@absoludity absoludity merged commit 6575418 into vmware-tanzu:master Jul 30, 2020
@absoludity absoludity deleted the oauth2-proxy-6.x branch July 30, 2020 09:44
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.

Upgrade oauth2_proxy to v6
2 participants