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
I have an OVF file stored on a web server, but it expects authentication to obtain the file. In community.vmware.vmware_deploy_ovf module, I can't define a username and password when I use url: as an OVF source.
ISSUE TYPE
Feature Idea
COMPONENT NAME
community.vmware.vmware_deploy_ovf module
ADDITIONAL INFORMATION
Below is an example of something I'd like to achieve, but I can't because username and password aren't children of url.
I'm not sure if this is possible in YAML. I guess we need to find another way to express this.
Anyway, what kind of authentication are we talking about? Basic / RFC 7617?
Yes, basic authentication in this scenario. Using cURL, I can provide a username and password in the following fashion and it works: https://USERNAME:[email protected]/path/to/file.ovf.
Another nice to have would also to be able to provide raw data to populate a username and password field. For example, using cURL, I can define a --data-raw attribute and provide it something like this: user=[USERNAME]&password=[PASSWORD]&submit=Log+in
Oh, another thing to mention whilst it crosses my mind. The URL will have parameters in it as follows: https://supersecure.url/path/to/file.ova?parameterOne=True - I should have mentioned this in my initial post.
SUMMARY
I have an OVF file stored on a web server, but it expects authentication to obtain the file. In community.vmware.vmware_deploy_ovf module, I can't define a username and password when I use
url:
as an OVF source.ISSUE TYPE
COMPONENT NAME
community.vmware.vmware_deploy_ovf module
ADDITIONAL INFORMATION
Below is an example of something I'd like to achieve, but I can't because
username
andpassword
aren't children ofurl
.The text was updated successfully, but these errors were encountered: