-
Notifications
You must be signed in to change notification settings - Fork 91
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
Force Basic Auth for REST API calls #131
Conversation
Force basic authentication when request server CPU list and emulated machine list via REST API. This is needed cause when restoring an engine from backup, where aaa-authentication was configured, the task will fail cause the REST API call will try to negotiate.
Hello contributor, thanks for submitting a PR for this project! I am the bot who triggers "standard-CI" builds for this project. In order to allow automated tests to run, please ask one of the project maintainers to review the code and then do one of the following:
|
ci test please |
@KlettIT please add fragment where you describe the change. You can inspire yourself from |
@mnecas Done, hope it fits. |
ci add to whitelist |
Looks good to me. Thanks! Seems worthy of a "Bug-Url:", no? Do we have a bug open? |
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.
LGTM
I'm not aware of any opened bug on this. |
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.
+1
Force basic authentication when request server CPU list and emulated machine list via REST API. This is needed cause when restoring an engine from backup, where aaa-authentication was configured, the task will fail cause the REST API call will try to negotiate.