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 trigger get shows underlying activationId #400

Open
upkarlidder opened this issue Jan 21, 2019 · 1 comment
Open

wsk trigger get shows underlying activationId #400

upkarlidder opened this issue Jan 21, 2019 · 1 comment
Labels

Comments

@upkarlidder
Copy link

wsk trigger get <name> shows an underlying activationId.

wsk trigger get myCloudantTrigger        

{
    "activationId": "289ad83fef834a839ad83fef834a8379",
    "annotations": [
        {
            "key": "limits",
            "value": {
                "concurrency": 1,
                "logs": 10,
                "memory": 256,
                "timeout": 90000
            }
        },
        {
...
...

The same activationId also gets logged in the logs which I see with the poll command.

Activation: 'changes' (289ad83fef834a839ad83fef834a8379)
[]

May be related to #134.

Comments from @rabbah on slack

this is bad formatting from the cli as it’s shown - the underlying activation should not be visible to you

there is an API call made via an action that’s invoked on your behalf to retrieve information about the feed
@rabbah
Copy link
Member

rabbah commented Jan 21, 2019

Thanks @lidderupk for reporting the issue. The CLI is making a call to the feed action but this should not be shown to the end user. This is a CLI bug.

@rabbah rabbah added the bug label Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants