Closed mkjpryor closed 1 year ago
Note that the existing behaviour of alphaConfig.existingConfig
pointing to an existing configmap is retained for backwards compatibility.
Note that the patch version was bumped rather than the minor version as:
@JoelSpeed, could you please take a look at this?
@mkjpryor, could you please rebase?
@pierluigilenoci rebase done
Thanks for your work here! Could I ask if there's any blockers here? This feature would be awesome!
@jessebot I was waiting for a review from @JoelSpeed. Ref: https://github.com/oauth2-proxy/manifests/issues/104#issuecomment-1233395397
This PR addresses the concerns in #104, namely that using the alpha config requires storing the client secret in a configmap, by moving the whole alpha config to a secret.
Once we have a better way of locating secrets, this can be changed.