apache / apache/openwhisk-package-deploy
Deploy command should not fallback to using System auth if user does not provide auth
Open
- Dominant language
- Scala
- Stars
- 7
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
You can see on the following block of code
https://github.com/apache/incubator-openwhisk-package-deploy/blob/master/packages/actions/deployWeb.js#L100
that if the user does not provide an auth string to run the deploy command with the command will default to using `process.env.__OW_AUTH_KEY`.
The auth String to use for the command should be a required property, if not provided the Action should error out and ask for an auth key.
Contributor guide
Assessment
This issue has not been assessed yet.