Restrict Scope for Cloud Healthcare API Example Config (#378)
The integration only needs read access to projects not all cloud platform resources.
This commit is contained in:
parent
6c9270b3de
commit
9d83a1e6cc
@ -26,7 +26,7 @@
|
|||||||
"authServerUrl": "https://accounts.google.com",
|
"authServerUrl": "https://accounts.google.com",
|
||||||
"authRedirectUri": "/_oauth/google",
|
"authRedirectUri": "/_oauth/google",
|
||||||
"postLogoutRedirectUri": "/",
|
"postLogoutRedirectUri": "/",
|
||||||
"scope": "email profile openid https://www.googleapis.com/auth/cloud-platform.read-only https://www.googleapis.com/auth/cloud-healthcare",
|
"scope": "email profile openid https://www.googleapis.com/auth/cloudplatformprojects.readonly https://www.googleapis.com/auth/cloud-healthcare",
|
||||||
"revokeUrl": "https://accounts.google.com/o/oauth2/revoke?token="
|
"revokeUrl": "https://accounts.google.com/o/oauth2/revoke?token="
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user