You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ This plugin enables support for the [Apache OpenWhisk platform](https://openwhis
6
6
7
7
## Getting Started
8
8
9
-
### Register account with OpenWhisk
9
+
### Register account with Apache OpenWhisk
10
10
11
-
Before you can deploy your service to OpenWhisk, you need to have an account registered with the platform.
11
+
Before you can deploy your service to Apache OpenWhisk, you need to have an account registered with the platform.
12
12
13
13
-*Want to run the platform locally?* Please read the project's [*Quick Start*](https://github.com/openwhisk/openwhisk#quick-start) guide for deploying it locally.
14
-
-*Want to use a hosted provider?* Please sign up for a free account with [IBM Cloud](https://console.ng.bluemix.net/) and then follow the instructions for getting access to [OpenWhisk on Bluemix](https://console.ng.bluemix.net/openwhisk/).
14
+
-*Want to use a hosted provider?* Please [sign up](https://cloud.ibm.com/registration) for a free account with [IBM Cloud](https://cloud.ibm.com/) and then follow the instructions for getting access to [IBM Cloud Functions (Apache OpenWhisk)](https://cloud.ibm.com/openwhisk).
15
15
16
16
### Set up account credentials
17
17
@@ -25,6 +25,7 @@ Account credentials for OpenWhisk can be provided through a configuration file o
25
25
-*OW_AUTH* - Authentication key, e.g. `xxxxxx:yyyyy`
26
26
-*OW_NAMESPACE* - Namespace, defaults to user-provided credentials
27
27
-*OW_APIGW_ACCESS_TOKEN* - API gateway access token (optional)
28
+
-*OW_IAM_NAMESPACE_API_KEY* - IBM Cloud IAM API key (optional & overrides `auth`).
0 commit comments