Adam, I got dex connected to GH. Works fine.
next step here:
I want all sys auth to get viewer access.
I can this works fine for individual users:
kubectl create rolebinding andy-test-rb-konflux --clusterrole konflux-viewer-user-actions --user andy@********.com -n user-ns1
it does not work if I try to use a group:
kubectl create rolebinding read-user-ns1 --clusterrole=konflux-viewer-user-actions --group=system:authenticated -n user-ns1
any clues on how to get this to give viewer to an authenticated user?
Thanks,
Andy
On Monday, August 4, 2025 at 10:55:50 AM UTC-4 Adam Kaplan wrote: