apache / apache/openwhisk-package-deploy

Deploy command should not fallback to using System auth if user does not provide auth

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.