Skip to content

Commit 948953e

Browse files
committed
slightly fix service account doc
1 parent 17afca0 commit 948953e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/util/db-schema/site-settings-extras.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ export const EXTRAS: SettingsExtras = {
822822
// },
823823
google_cloud_service_account_json: {
824824
name: "Compute Servers: Google Cloud - Service Account Json",
825-
desc: 'Your Google Cloud Service Account created at https://console.cloud.google.com/iam-admin/serviceaccounts with permission to manipulate virtual machines. This supports managing compute servers on Google Cloud, and you must (1) [enable the Compute Engine API](https://console.cloud.google.com/apis/library/compute.googleapis.com) and [the Monitoring API](https://console.cloud.google.com/apis/library/monitoring.googleapis.com) for this Google Cloud project. This is a multiline json file that looks like\n\n```js\n{"type": "service_account",...,"universe_domain": "googleapis.com"}\n```',
825+
desc: 'A Google Cloud [Service Account](https://console.cloud.google.com/iam-admin/serviceaccounts) with the following IAM Roles: "Editor" (for compute servers) AND "Project IAM Admin" (for cloud filesystem). This supports managing compute servers on Google Cloud, and you must (1) [enable the Compute Engine API](https://console.cloud.google.com/apis/library/compute.googleapis.com) and [the Monitoring API](https://console.cloud.google.com/apis/library/monitoring.googleapis.com) for this Google Cloud project. This is a multiline json file that looks like\n\n```js\n{"type": "service_account",...,"universe_domain": "googleapis.com"}\n```',
826826
default: "",
827827
multiline: 5,
828828
password: true,

0 commit comments

Comments
 (0)