Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feed creation should fully resolve the namespace before calling the provider action #416

Open
rabbah opened this issue Feb 20, 2019 · 0 comments

Comments

@rabbah
Copy link
Member

rabbah commented Feb 20, 2019

when a trigger is created from a feed, the CLI does not fully resolve the trigger name and instead uses /_ as in:

{
  "authKey":"...",
  "lifecycleEvent":"CREATE",
   "triggerName":"/_/t"
}

The namespace should be resolved - this can be done on the client by looking up the namespace eg equivalent of wsk namespace list.

The provider can also resolve the namespace by doing the namespace lookup as well. Today, it seems this is being done in some providers by picking up the activation's __OW_NAMESPACE property from the activation context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant