-
Notifications
You must be signed in to change notification settings - Fork 188
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
Oauth2 proxy support for atlantis ingress #330
Comments
+1 to that, a lot of people have to do that by themselves so this could be a cool addition |
Awesome idea! |
I dont think this should be bundled in, as its not a core part of atlantis. Configuring OATH support, is already available OOTB, and we do it today.
Spending time to hard code oath2 proxy, just means you have to maintain that it works moving forward. |
Hi @jseiser You are right its supported with Nginx ingress controller if you deploy oauth2 proxy(https://kubernetes.github.io/ingress-nginx/examples/auth/oauth-external-auth/) some of the users really don't need this feature baked in the helm chart. |
we can implement it as sidecar with minimal effort like on jaeger chart. |
@GenPage @GMartinez-Sisti, what do you guys think? |
The project has a lot of stars, the correct license and great support for authentication providers. I don't oppose adding it, however, as soon as we add it, we need to ensure it keeps working and we're going to get question when someone doesn't get the config right, so we need to set the expectations from the start. Creating a wrapper chart that would include atlantis and oauth2-proxy would be a common approach for most, so maybe we can add an examples folder with integrations and don't have to maintain anything extra. |
I can add what I’ve done to the examples |
do this issue is still up ? |
I think adding the wrapper chart example to the docs and example folder
will be a best approach.
If you are willing to do that, we can review it.
Thanks
…On Sun, Dec 8, 2024, 1:26 p.m. DrummyFloyd ***@***.***> wrote:
do this issue is still up ?
if yes i can create the related PR to add the sidecar oauth like in
jaegger chart
—
Reply to this email directly, view it on GitHub
<#330 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERHUVJYZIXSOP6PND6D2ES2PXAVCNFSM6AAAAABTHS5RJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRWGM4DQOJZGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi!
in order to access Atlantis ui i wanted SSO with github and limit the access to specific team members in our organization today is not possible OutOfTheBox, what i've done is deploying https://oauth2-proxy.github.io/oauth2-proxy/
what im thinking is to introduce built in support for that inside the helm chart as a sidecar or additional deployment
What do you think?
The text was updated successfully, but these errors were encountered: