You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GCP/Auth] Use the application key in the env var (#2116)
* [GCP] use the application key in the env var
* rename
* lint
* Add doc and fix the test
* fix test
* format
* longer waiting time for azure
* fix
* Address comments
* format
Copy file name to clipboardExpand all lines: docs/source/getting-started/installation.rst
+2
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,8 @@ Note: if you encounter *Authorization Error (Error 400: invalid_request)* with t
93
93
94
94
If you are using multiple GCP projects, list all the projects by :code:`gcloud project list` and activate one by :code:`gcloud config set project <PROJECT_ID>` (See `GCP docs <https://cloud.google.com/sdk/gcloud/reference/config/set>`_).
95
95
96
+
To use service account to access GCP for SkyPilot, see :ref:`here<gcp-service-account>` for instructions.
97
+
96
98
**Optional**: To create a new GCP user with minimal permissions for SkyPilot, see :ref:`GCP User Creation <cloud-permissions-gcp>`.
0 commit comments