-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation
The namespace key came during a time in Openwhisk when the auth key maps to one or more namespaces. Now, there is a 1:1 mapping of auth key and namespace.
However, if we remove this key, the user can't really tell which namespace they are using at a glance, so it might serve an informational purpose still. But according to the openwhisk issue above, it can lead to surprising failures when namespace doesn't match the auth key. I think this should be a server bug however (they should ignore the namespace key).
Expected Behaviour
No namespace key and value in .wskprops
Actual Behaviour
There is a namespace key and value in .wskprops
Line
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request