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

OIDC whitelist on custom actions #3900

Open
AJensen13 opened this issue Oct 17, 2024 · 0 comments
Open

OIDC whitelist on custom actions #3900

AJensen13 opened this issue Oct 17, 2024 · 0 comments

Comments

@AJensen13
Copy link

AJensen13 commented Oct 17, 2024

Is your feature request related to a problem?
I have some environments that are behind Cognito auth and there was a request to whitelist the companies VPN cidr so internally other employees could hit an environment without having to go through authentication. As far as I understand, auth gets assigned to all actions automatically if the ingress annotation is set.

Why use auth at all and not just limit any inbound traffic the cidr?
We do have 3rd parties that we work with that should be able to hit these environments and rather than do a bunch of whitelisting, we would like them to authenticate, hence leaving traffic open on 0.0.0.0/0.

Describe the solution you'd like
When setting up a custom action on the ingress annotations, adding a value to the config that would disable auth on that specific action. Admittedly, this would probably only apply to actions with type forward.

E.g.
{ "type": "forward", "forwardConfig": { "bypassAuth": "true", "targetGroups": [] } }

Describe alternatives you've considered
Again, to my understanding, auth is implemented as an all or nothing approach, so I'm not sure there's any way around it short of removing auth entirely.

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

No branches or pull requests

1 participant