<https://rancher-users.slack.com/archives/C01PHNP1...
# general
b
I don't think there's something in ldap, but can't you use TF to apply a yaml manifest?
AuthConfig
is the object type. You'll need to create/apply the secret for the bind password as well.
kubectl get AuthConfig openldap -oyaml
on the local host of a place you've set it up.
a
@bland-article-62755 got it. I’ve set it up already from the rancher dashboard and was looking to see if an object type was created that I could use to automate the ldap bind
🦜 1
Does that bind map into rke2v
Or is it just rancher login permissions?
b
The rancher helm chart is for the overall rancher instance. You can install Rancher onto rke2 or k3s or any other kubernetes distro. If you're looking into provisioning accounts to give them access to a downstream rke2 cluster that you've provisioned with Rancher, you don't need to bind it to ldap, you already have auth via the upstream cluster. You just need to make a group and give it access from the cluster view/creation in Rancher.
👍 1
a
I found the authconfig it was for activedirectory
b
Yeah AD and openLDAP use different standards.