monitoring is automatically enabled when monitoring.writer is enabled (#177)
This commit is contained in:
@@ -33,6 +33,7 @@ locals {
|
|||||||
: [
|
: [
|
||||||
"https://www.googleapis.com/auth/devstorage.read_only",
|
"https://www.googleapis.com/auth/devstorage.read_only",
|
||||||
"https://www.googleapis.com/auth/logging.write",
|
"https://www.googleapis.com/auth/logging.write",
|
||||||
|
"https://www.googleapis.com/auth/monitoring",
|
||||||
"https://www.googleapis.com/auth/monitoring.write"
|
"https://www.googleapis.com/auth/monitoring.write"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ OAUTH_SCOPE = ['https://www.googleapis.com/auth/cloud-platform']
|
|||||||
OAUTH_SCOPES = [
|
OAUTH_SCOPES = [
|
||||||
'https://www.googleapis.com/auth/devstorage.read_only',
|
'https://www.googleapis.com/auth/devstorage.read_only',
|
||||||
'https://www.googleapis.com/auth/logging.write',
|
'https://www.googleapis.com/auth/logging.write',
|
||||||
|
'https://www.googleapis.com/auth/monitoring',
|
||||||
'https://www.googleapis.com/auth/monitoring.write']
|
'https://www.googleapis.com/auth/monitoring.write']
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user