apache / apache/openwhisk-deploy-kube
Problems with password quoting
- Dominant language
- Shell
- Stars
- 309
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Start by tracing the provider deployment's environment-variable handling and the nano library URL construction described in the issue. Verify how usernames and passwords containing characters such as '%' are incorporated into the URL, and consider the work complete when those credentials produce a valid deployment URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, shell
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100