vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 113 forks source link

Is there a reason for Gangway to run as root? #126

Closed koushik82 closed 5 years ago

koushik82 commented 5 years ago

Is there a reason for Gangway to run as root?

$ kubectl -n auth exec gangway-56c6684d98-zg7vw -ti -- sh
/ # id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),20(dialout),26(tape),27(video)
justaugustus commented 5 years ago

Created #127 to address this.