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

wsk cli does not pass annotations for rules #4354

Closed
erezh16 opened this issue Mar 16, 2019 · 2 comments
Closed

wsk cli does not pass annotations for rules #4354

erezh16 opened this issue Mar 16, 2019 · 2 comments

Comments

@erezh16
Copy link
Contributor

erezh16 commented Mar 16, 2019

Environment details:

  • vagrant

Steps to reproduce the issue:

  1. wsk trigger create testTrigger
  2. wsk rule create testRule testTrigger /whisk.system/utils/echo -a testAnn '{"key":"value"}' -v

Provide the expected results and outputs:

Output request should contain the annotation testAnn

Provide the actual results and outputs:

Output request does not contain the annotation testAnn
Response also does not contain the annotation testAnn

Additional information you deem important:

  • Seems like a stable issue
@rabbah
Copy link
Member

rabbah commented Mar 17, 2019

This is a CLI bug - the request body does not post the annotations.

@rabbah
Copy link
Member

rabbah commented Mar 17, 2019

Issue moved to apache/incubator-openwhisk-cli #426 via ZenHub

@rabbah rabbah closed this as completed Mar 17, 2019
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

2 participants