-
Notifications
You must be signed in to change notification settings - Fork 47
Add support for IAM namespaces on IBM Cloud #169
Comments
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. I also want to add support to use the |
More work on this issue has enabled support for API keys and using Need to add the following....
|
This feature is blocked until IBM Cloud Functions APIGW supports configuration using IAM API keys. |
Any update on this? I don't seem to be able to create a new cloud foundry namespace any longer |
I got it to work using a valid APIGW_ACCESS_TOKEN & IAM_NAMESPACE_API_KEY in your .wskprops or ENV variables. And then upgrading to the github version of this package: |
@bn326160 can you explain a bit further how to set the valid token and api key in .wskprops. I am getting this error when deploying: Looking forward to your response. Thanks |
@raheel4839 Looks like you're missing IAM_NAMESPACE_API_KEY. + Did you install the github version? |
Need to use custom auth plugin for new IAM-based namespaces.
https://github.com/ibm-functions/iam-token-manager-nodejs
The text was updated successfully, but these errors were encountered: