mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-04-30 08:12:26 +00:00
Add AI/ML infrence scope to OAuth credentials requested for cluster IAM account
This commit is contained in:
@ -51,6 +51,7 @@ resource "google_container_node_pool" "primary_preemptible_nodes" {
|
||||
disk_size_gb = 25
|
||||
spot = true
|
||||
oauth_scopes = [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/devstorage.read_only",
|
||||
"https://www.googleapis.com/auth/logging.write",
|
||||
"https://www.googleapis.com/auth/monitoring",
|
||||
|
Reference in New Issue
Block a user