Closed Palollo closed 1 year ago
Indeed. It is similar to https://github.com/oauth2-proxy/manifests/pull/117 but takes a more pragmatic approach. I 117 does not progress in a few days, let's merge this one.
Indeed. It is similar to #117 but takes a more pragmatic approach. I 117 does not progress in a few days, let's merge this one.
I think you mean #89. I doubt that PR will work well: changing the container port is not enought for that he wants to. He forgot to change the app port in the "args" of the container (params "--http-address" and "--https-address") in deployment.yaml
If he is interested yet, he will see the mention here. I can add suggesting changes for clarification in his PR or include his changes in my PR with the needed additions.
Could you bump version in chart.yaml?
Sure, it's done ;)
Let's merge this, it's easy to rebase in #89 when needed to make it configurable.
Default port for https was 443 (ref) but it is not allowed for binding by a non-root user. This is what occurs in the default image of this helm chart, so this is a fix for an error appeared when the value "httpScheme" is set to "https".