adobe / aio-cli-plugin-app

Create, Build and Deploy Cloud Native Applications
Apache License 2.0
19 stars 35 forks source link

Cannot deploy blackboxes to local openwhisk #740

Closed hparra closed 6 months ago

hparra commented 10 months ago

[1] https://github.com/adobe/aio-lib-runtime/blob/e8815561e7d7e06e75e8f4d8cc6ef69da12fb7d2/src/utils.js#L1494

aiojbot commented 10 months ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2618

hparra commented 10 months ago

I can reproduce this against production AIO as well. We can fix both production and local deployments by adding blackbox here instead: https://github.com/adobe/aio-lib-runtime/blob/master/src/utils.js#L23C1-L23C1

My thinking is that the kinds reported by OW's / would change once I got blackbox access but it doesn't change. It looks like my permissions are checked when I try to deploy the action.

MichaelGoberling commented 6 months ago

@hparra

Is this one good to close? I see the merged PR above was released as part of 6.0.0 of aio-lib-runtime

hparra commented 6 months ago

@MichaelGoberling Confirmed with 6.1.1 via aio-cli 10.0.0. Thanks!