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
Copy file name to clipboardExpand all lines: kms/api/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,17 @@ These samples show how to use the [Google Cloud KMS API]
8
8
## Build and Run
9
9
1.**Enable APIs** - [Enable the KMS API](https://console.cloud.google.com/flows/enableapi?apiid=cloudkms.googleapis.com)
10
10
and create a new project or select an existing project.
11
-
2.**Download The Credentials** - Click "Go to credentials" after enabling the APIs. Click "Create Credentials"
12
-
and select "API key". Copy the API key.
13
-
3.**Clone the repo** and cd into this directory
14
-
```
11
+
2.**Activate your Credentials** - If you do not already have an active set of credentials, create and download a [JSON Service Account key](https://pantheon.corp.google.com/apis/credentials/serviceaccountkey). Set the environment variable `GOOGLE_APPLICATION_CREDENTIALS` as the path to the downloaded JSON file.
0 commit comments