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

@ -307,4 +307,21 @@ spec:
LS0tDQo=
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
```