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

"Duplex" mode #2

Open
Yshayy opened this issue Mar 29, 2018 · 2 comments
Open

"Duplex" mode #2

Yshayy opened this issue Mar 29, 2018 · 2 comments

Comments

@Yshayy
Copy link

Yshayy commented Mar 29, 2018

Based on @AvivRubys's idea, we can extend airbag to work as a forward proxy that does authentication.
Client pod can use http_proxy env variable to route external traffic using airbag.
Airbag will do an authentication (should be cached) against OIDC provider (using secrets) and forward the request.
@AvivRubys, @itaym2, @omerlh - what do you think?

@AvivRubys
Copy link
Contributor

I like the idea, the only thing I'm not sure of is wether that should this be a part of airbag or a different sidecar entirely
I wouldn't wanna end up with a "catch-all" sidecar

@omerlh
Copy link
Contributor

omerlh commented Apr 8, 2018

I agree with @AvivRubys - I think this should be a separate sidecar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants