Hide Forgot
Description of problem: When trying to build a sample stack based on the following: https://gitlab.cee.redhat.com/erich/heat-templates/tree/master I am not able to get deploy the stack with https url's like I am file:// url's # heat stack-create mystack -f heat-templates/samples/stack.yaml -e heat-templates/samples/enviornment_url.yaml Fails with: ERROR: Error parsing template: mapping values are not allowed in this context in "<unicode string>", line 34, column 12 While: # heat stack-create mystack -f heat-templates/samples/stack.yaml -e heat-templates/samples/enviornment_file .yaml Succeeds.
I agree, the URL needs to be accessible from the client without any authentication
Actually I believe you can authenticate with HTTP Basic Auth by putting the username and password in the URL. But in general, if the URL is not accessible to heat-engine then it won't work.