diff --git a/ldap/procedure.md b/ldap/procedure.md index 4061f41..ddbcd9a 100644 --- a/ldap/procedure.md +++ b/ldap/procedure.md @@ -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 ``` \ No newline at end of file