apache / apache/openwhisk-cli

wsk trigger get shows underlying activationId

Aperta
#400 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Go
Stelle
109
Fork
98
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

`wsk trigger get ` 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 https://github.com/apache/incubator-openwhisk-cli/issues/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
```

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Riproduci il problema con `wsk trigger get ` e il comando poll usando l'output di esempio come riferimento. Traccia il modo in cui la CLI formatta le risposte del trigger e del poll, quindi verifica che l'activationId sottostante non sia più esposto in nessuno dei due output.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
go
Ambito
cli
Tipo di issue
Bug
Difficoltà
2/5
Tempo stimato
1-3 ore
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.