bluemix-secure-gateway
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "bluemix-secure-gateway", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "form-data": "4.0.0", |
@@ -38,4 +38,5 @@ # bluemix-secure-gateway | ||
var env = sdk.defaults ({ | ||
'username': <IBM Cloud user name>, | ||
'password': <IBM Cloud password> | ||
'basepath': <basepath of the Secure Gateway Service>, | ||
'rscGrp': <IBM Cloud Resource Group ID>, | ||
'apiKey': <IBM Cloud API Key>, | ||
}) | ||
@@ -45,3 +46,3 @@ ``` | ||
**Deprecation Notice:** | ||
If you did not migrate your instances from Cloud Foundry org/space to Resource Group yet, please use bluemix-secure-gateway v4.4.0 with different set of default value as below: | ||
If you did not migrate your instances from Cloud Foundry org/space to Resource Group yet, please use different set of default value as below: | ||
* `basepath` - The basepath of the Secure Gateway Service REST API. (refer to above table for the base path inforamtion) | ||
@@ -54,10 +55,2 @@ * `orgID` - The IBM Cloud Organization ID for the Secure Gateway Service being accessed. This is only required if creating or listing gateways. | ||
```javascript | ||
var env = sdk.defaults ({ | ||
'username': <IBM Cloud user name>, | ||
'password': <IBM Cloud password> | ||
}) | ||
``` | ||
## Creating and Managing Gateways | ||
@@ -64,0 +57,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67243
403