James Thomas

Results 46 comments of James Thomas

Should also provide a mechanism to add service access policies to Cloud Functions namespace for other services.

@dpittner Could you open an issue with details on the regression and I'll have a look?

I've started work on this feature. https://github.com/serverless/serverless-openwhisk/commit/9e6930f8fd8de94adbca2c5b69e0dcc5fc5a28e4 I also want to add support to use the `ibmcloud iam oauth-tokens` command to automatically create the token rather than having to manually...

More work on this issue has enabled support for API keys and using `.bluemix/config.json` for tokens (with auto-refresh). Need to add the following.... - [ ] Update documentation with these...

This feature is blocked until IBM Cloud Functions APIGW supports configuration using IAM API keys.

@chrislonge :wave: Swift 4.1 is also supported in OpenWhisk. If you use the `runtime: swift:4.1` configuration parameter in the YAML, this should change the runtime verison. Let me know if...

@chrislonge You have found a bug 😢. I can see that the 4.1 runtime fails to compile with the example template project. Here are the logs I get.... ```swift activation...

https://github.com/apache/incubator-openwhisk-runtime-swift/issues/83

Is this an instance of openwhisk you are running yourselves or a hosted service? There hasn't been a new release of the framework plugin since May 2019, which makes me...

@benoj 👋 - quick check - is the namespace you are trying to deploy to a (classic) CF-style org and space or a newer-style IAM-enabled namespace? The IAM namespaces are...