-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
Something happened with my docker setup when I enabled rbac with LDAP. I'm still trying to troubleshoot why this is happening but one of the containers is continually trying to authenticate my user and basically locked out my account. My password was reset by our IT team but my account is continually locked out. I had to disable LDAP to get this to stop. There needs to be some kind of loop control in place to where the auth container isn't just bombarding the LDAP server every 5 seconds to try and auth someone.
Here's the events in order:
- LDAP was enabled and working correctly
- RBAC was then enabled but wasn't running correctly because I didn't have "backend" set
- Set the backend to "default"
- My account in LDAP is now locked out.
- I restarted containers, rebuilt containers, closed all browsers, etc but I couldn't recover this. Eventually had to disable LDAP all together to get it to stop.
Version:
st2 3.4dev (03869c913), on Python 3.6.9
I'm adding this to the release discussion, but the issue of adding some loop control I'm adding here.