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
aditya-maven-2142 commented
Is there is a way to authenticate a user before he can enter the google policy manager UI
ralgozino commented
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.
aditya-maven-2142 commented
@ralgozino can you point me to a blog where one is using oidc authentication.
ralgozino commented
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.