devopstales / devopstales.github.io

7 stars 7 forks source link

https://devopstales.github.io/home/kube-openid-connect-1.0/ #18

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

kube-openid-connect 1.0 - devopstales

https://devopstales.github.io/home/kube-openid-connect-1.0/

aduzsardi commented 1 year ago

How do you remove access for a user beside disabling/deleting their google account ? Thank you!

devopstales commented 1 year ago

Hi @aduzsardi

This solution is just for authentication. After authentication you need to add privileges to the user by role bindings. If you remove the role bindig the user can login but can not do anything. The other solution is revoking its privileges in the OICD provider. I use Keycloak so I can do there.