How to authenticate with Active Directory #8310
Unanswered
jackchuong
asked this question in
Q&A
Replies: 2 comments 1 reply
-
There's not enough info here to figure out what's going on. Please attach (not paste) the complete logs from the k3s journald log: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi brandond,
I have 1 more question, what better option to implement Active Directory/LDAP authentication for k8s : Dex+Gangway or Keycloak+kube-oidc-proxy ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have a K3S single node cluster , installed on Ubuntu 22.10 VM
curl -sfL https://get.k3s.io | sh -s - --disable=servicelb,traefik,local-storage
I use MetalLB , ingress nginx and nfs-subdir-external-provisioner for storage
I attempt to install Dex and Gangway (by Helm chart) so my domain users can login "https://kubectl.k3s-hq.mydomain.com" (Gangway) and get kubeconfig themself and then access to K8S cluster.
To do that I have to edit api server manifest to add these
But whenever I tried
I tried edit /etc/systemd/system/k3s.service and restart service
ExecStart=/usr/local/bin/k3s
server
'--disable=servicelb,traefik,local-storage'
'--kube-apiserver-arg=oidc-issuer-url=https://auth.k3s-hq.mydomain.com'
...
systemctl daemon-reload
Still not work.
Please give me some advice, thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions