finish first draft of ldap config procedure

This commit is contained in:
John Bowdre 2023-04-25 15:21:53 -05:00
parent ecfa27c913
commit 2c6281ae8a

View file

@ -308,3 +308,20 @@ spec:
EOF
kubectl apply -f pinniped-concierge.yaml
```
Configure ClusterRoleBinding
```shell
kubectl create clusterrolebinding let-me-edit \
--clusterrole edit \
--user john@lab.bowdre.net
```
Export Pinniped-enhanced kubeconfig
```shell
pinniped get kubeconfig > pinniped-kubeconfig
```
Log in with Pinniped/AD
```shell
kubectl get namespaces --kubeconfig ./pinniped-kubeconfig
```