-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird issue with user module #311
Comments
This is strange, I've seen it before on project sync and controller with 90 some projects, or if it took over 10 seconds due to the ansible requests fuction default timeout. Did you set anything for async? |
Hum, nope, I haven't set anything for async |
Relooked at this, was not an issue, however it may have to do with SSO? was it enabled, I know it can cause screwy things with auth, and may have to do with how it was looking up the group? Here was my test playbook
Let me know if Keycloak/SSO was connected to the hub, and if the group was created from SSO. I've only seen this error really on SSO related hubs trying to use tokens instead of user/pass on some endpoints. |
We are not using SSO on this instance. Relooking the issue myself, it strikes me that the user causing the issue is the one that is used to authent against the AH instance by the playbook. Since reordering the list of user worked I haven't looked at it anymore. Also, if only the |
I am running into a similar issue as this one, currently using 2.0.6 and when I configure a user without the password parameter set , then everything works fine, but as soon as I include the password parameter for the user then I receive the following error message:
Could this be due to the same issue, or is this caused by something else? |
@yazmatazz I'm unsure if this is the same issue but I'e just done some diagnistics and found that the issue is almost certainly because the API is rejecting your password for being too simple. I'll push a fix to surface this error. We shall see if that also fixes the main error in this bug though |
Thank you, the issue was indeed due to a weak password. |
Closing, as issue was found! |
I'm not in a position to test my issue with a stronger password before next week. |
Yes I believe that would have been the issue. I eventually managed to recreate the same or a similar issue and it was now resolved. |
We still have the ordering issue.
It fails with the following error:
If I move the new This works:
|
Using 2.0.2:
This config fails:
with log:
but when I put user DBA first in the list it works, as in:
NB: I'm using this user
service
to run the playbookThe text was updated successfully, but these errors were encountered: