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 Jul 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: workshop/Lab7/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ Note: The account that your Cloudant service will be created on MAY be different
114
114
1. Assign the service ID access to the required permissions to work with the IBM Cloud services. You will need the **Manager** role to provision a Cloudant service.
115
115
116
116
```
117
-
ibmcloud iam service-policy-create serviceid-ico --roles Manager --resource-group-name default --region us-south
117
+
ibmcloud iam service-policy-create serviceid-ico --roles Manager,Administrator --resource-group-name default --region us-south
118
118
```
119
119
120
120
1. We will also need to provide Account Management to allow us to create an cloudant service on our IBM Cloud account:
@@ -447,4 +447,4 @@ Navigate to the guestbook in a broswer, and add some entries:
447
447
From the Cloudant Dashboard, selected `myDatabase` and you should see documents created for the entries you created.
This Cloudant database service is external to the Kubernetes service and data persists outside of the lifecycle of the container/pod/kubernetes cluster. The Cloudant service is a scalable json document storage solution that can be distributed across regions. For more information, check out the [Cloudant Product Page](https://www.ibm.com/cloud/cloudant).
450
+
This Cloudant database service is external to the Kubernetes service and data persists outside of the lifecycle of the container/pod/kubernetes cluster. The Cloudant service is a scalable json document storage solution that can be distributed across regions. For more information, check out the [Cloudant Product Page](https://www.ibm.com/cloud/cloudant).
0 commit comments