openwhisk-deploy-kube
openwhisk-deploy-kube copied to clipboard
Problems with password quoting
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.
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.
Not sure if it is related but if I change the security tokens, the install-packages fails, I opened a separate issue #418