openwhisk-deploy-kube icon indicating copy to clipboard operation
openwhisk-deploy-kube copied to clipboard

Problems with password quoting

Open sciabarracom opened this issue 6 years ago • 2 comments

If your password has a special character like '%' the provider deployment will break for invalid url because if will use an url like http://user:passwith%wd@... that is not a valid url. For passwords and username you have to url-encode them when setting the environent variables . The nano library constructs an url user:pass@domain with the values taken from the environment variables.

sciabarracom avatar Jan 13 '19 15:01 sciabarracom

My bad; #406 only partially fixes this issue by allowing the init-db job to tolerate special characters. Still need to fix the provider install job.

dgrove-oss avatar Jan 23 '19 14:01 dgrove-oss

Not sure if it is related but if I change the security tokens, the install-packages fails, I opened a separate issue #418

sciabarracom avatar Jan 23 '19 14:01 sciabarracom