Skip to content

Commit d0f5bc8

Browse files
address gemini comments
1 parent 7a4df8c commit d0f5bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_remote/cli/infra/program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OAuth scopes required by all node pools (including accelerator pools).
1515
_BASE_OAUTH_SCOPES = [
1616
# Read/write access to GCS for storing checkpoints, datasets, and logs.
17-
"https://www.googleapis.com/auth/devstorage.full_control",
17+
"https://www.googleapis.com/auth/devstorage.read_write",
1818
# Write application logs to Cloud Logging.
1919
"https://www.googleapis.com/auth/logging.write",
2020
# Export metrics to Cloud Monitoring.

0 commit comments

Comments
 (0)