-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(google-cloud-logging): scopes->scope
- Loading branch information
1 parent
7026313
commit 60cd8d5
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,7 +142,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 -H "X-API-KEY: $admin_key" -X P | |
"client_email":"your service account [email protected]", | ||
"private_key":"-----BEGIN RSA PRIVATE KEY-----your private key-----END RSA PRIVATE KEY-----", | ||
"token_uri":"https://oauth2.googleapis.com/token", | ||
"scopes":[ | ||
"scope":[ | ||
"https://www.googleapis.com/auth/logging.admin" | ||
], | ||
"entries_uri":"https://logging.googleapis.com/v2/entries:write" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \ | |
"client_email":"your service account [email protected]", | ||
"private_key":"-----BEGIN RSA PRIVATE KEY-----your private key-----END RSA PRIVATE KEY-----", | ||
"token_uri":"https://oauth2.googleapis.com/token", | ||
"scopes":[ | ||
"scope":[ | ||
"https://www.googleapis.com/auth/logging.admin" | ||
], | ||
"entries_uri":"https://logging.googleapis.com/v2/entries:write" | ||
|