oauth scopes
Jump to navigation
Jump to search
oauth_scopes # Google recommends custom service accounts that have cloud-platform scope and
permissions granted via IAM Roles.
service_account = google_service_account.default.email oauth_scopes = [ "https://www.googleapis.com/auth/cloud-platform" ] # seems like can be tightening accoring to Claude node_config { oauth_scopes = [ "https://www.googleapis.com/auth/logging.write", "https://www.googleapis.com/auth/monitoring", ]
See also[edit]
Advertising: