sighupio/gatekeeper-policy-manager

Is there is a way to authenticate a user before he can enter the google policy manager UI

aditya-maven-2142 opened this issue · 3 comments

Is there is a way to authenticate a user before he can enter the google policy manager UI

Hi,

You can use configure Gatekeeper Policy Manager to use OIDC authentication, use basic auth with NGINX (or your ingress controller), or use an authenticating proxy like Pomerium in front of it.

@ralgozino can you point me to a blog where one is using oidc authentication.

sorry, there's no blog post, you need to set the right environment variables to configure GPM to use OIDC and that's it.

set GPM_AUTH_ENABLED to OIDC and then all the other env vars that start with GPM_OIDC.

See the link to readme in my previous comment for more details.