-
Notifications
You must be signed in to change notification settings - Fork 69
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
Login with console authentication if available #125
Login with console authentication if available #125
Conversation
cc @skateman |
@agrare I think we'd need a supports authentication type thingie in the same PR |
@skateman 👍 added, PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blomquisg this is ready can you review? |
@agrare @blomquisg I tested this and it works as expected 🎉 |
@agrare is there a test you can add for that? |
f5875d2
to
6818be1
Compare
@blomquisg it was a little gross because we actually only get the username and password wayyyy down in |
Checked commits agrare/manageiq-providers-vmware@e2ed49c~...6818be1 with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
Okay @blomquisg new test is 🍏 :) |
@agrare Is there a BZ for this? |
…tion Login with console authentication if available (cherry picked from commit f8943a1)
Gaprindashvili backport details:
|
…tion Login with console authentication if available (cherry picked from commit f8943a1)
Fine backport details:
|
Enhanced messaging and error notification for update_migration_status method.
Allow different credentials for connecting to a vmware console.
Passing :console will fallback to standard credentials if they are missing.