-
Notifications
You must be signed in to change notification settings - Fork 65
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
Pulp::Admin::Login/Exec[pulp-auth] doesn't seem to handle expired session? #323
Comments
Same issue here..... any workarounds to handle it? |
As a workaround, you could remove the file ( It might be worth augmenting the login class to create a /root/.pulp/admin.conf with the credentials?
Lines 436 to 457 in 74deb20
I suppose you could set |
Apparently when pulp::admin::login runs, it gets a "session" certificate for some time limited period, but doesn't check whether it has expired or not, causing further steps to get an exception as follows:
The text was updated successfully, but these errors were encountered: