-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Virtualbox OVF/OVA mutates URL #7288
Comments
The URL is url encoded, that is how it should be. To my knowledge |
You can do authorization in the url but it seems like it isn't 100% encoding it one way or another cause ':' should have resolved so %3A |
We have a PR in progress right now that should resolve this, so I'm not going to work on it independently at the moment -- to work around for now, you can download the file to a local cache and just give Packer the filepath. |
Of course, looks like a big change. I was hoping not to put a wrapper script around packer. I will double check after the PR is done. Thank you, amazing tool! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Builder: Virtualbox ovf
Using source_path to specify username and password to access password protected ova online mutates characters so different password is displayed.
Results in the following:
Downloading:
https://username:pass%[email protected]/image.ova
Looks like it is occurring with the following characters:
!@*()
Each character maps to a different %XX value
I only tried the top row of qwerty keyboard
Packer Version: 1.3.3
Host platform: Ubuntu 18.04, amd64
The text was updated successfully, but these errors were encountered: