I am unable to login on new lldap setup.
Environment: kubernetes
admin password set via LLDAP_LDAP_USER_PASS (password id 64 chars long)
LLDAP_JWT_SECRET and LLDAP_SERVER_KEY_SEED (both random numbers) are genereated and stored via secrets
/data is mounted...
It's hard to say from the logs since you only copied the first few lines.
How are you trying to connect and what errors do you get? What username are you using? Are you using the fully qualified name (cn=admin,ou=people,...) or just "admin"?
We'd need more information (and the full logs)
u
usma0118
08/01/2023, 8:00 AM
ok, turned out to be a stupid mistake. I was base64 encoding env variables but creating them as stringData instead of data.
it's working perfectly now.