You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently several call to katello/foreman API, and, in my understanding, every call is asking for a new authentication.
It would be a good improvement to have one initial "login", perform operations, and "logout" at the end of the script.
In example, in case of LDAP connection Foreman/Katello give sometimes 500 error in authentication.
This can be a workaround.
What do you think about it?
Do you have any suggestion on how to handle the 1st time auth with Katello/Foreman API?
I can for sure work on the PR.
The text was updated successfully, but these errors were encountered:
There are currently several call to katello/foreman API, and, in my understanding, every call is asking for a new authentication.
It would be a good improvement to have one initial "login", perform operations, and "logout" at the end of the script.
In example, in case of LDAP connection Foreman/Katello give sometimes 500 error in authentication.
This can be a workaround.
What do you think about it?
Do you have any suggestion on how to handle the 1st time auth with Katello/Foreman API?
I can for sure work on the PR.
The text was updated successfully, but these errors were encountered: