ajmyyra / ambassador-auth-oidc

OpenID Connect AuthService for Ambassador API Gateway
MIT License
88 stars 35 forks source link

Whitelist for endpoints not requiring authentication #5

Closed ajmyyra closed 5 years ago

ajmyyra commented 5 years ago

As an env, so we can easily return 200 to Ambassador on those endpoints that don't need authentication enabled.

atolia commented 5 years ago

Tested on my kubernetes cluster with ambassador SKIP_AUTH_URI Space separated list of URIs like "/info /health" to bypass auth. Default empty

8

atolia commented 5 years ago

@ajmyyra can you take a look please #8

ajmyyra commented 5 years ago

Hi @atolia, thank you for the PR!

I'm checking this later tonight (after the NASA Mars probe broadcast :), so hopefully I can merge it in a few hours.

ajmyyra commented 5 years ago

This was merged on Monday and will be part of the version 1.3 available soon in Dockerhub.

ajmyyra commented 5 years ago

Version 1.3 with endpoint whitelisting is now available.