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
feat: Add permissions for SFB recommended groups (#446)
* Added group and firecall permissions
according to SFB on orgnization level.
* 1-org README.md updated with new variables
* Corrected permissions for firewall billing admin user
* Corrected permissions for firewall billing admin user
* Variable description and comments updates
* Added group and firecall permissions
according to SFB on orgnization level.
* 1-org README.md updated with new variables
* Corrected permissions for firewall billing admin user
* Corrected permissions for firewall billing admin user
* Variable description and comments updates
Copy file name to clipboardExpand all lines: 1-org/envs/shared/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,15 @@
21
21
| enable\_hub\_and\_spoke | Enable Hub-and-Spoke architecture. |`bool`|`false`| no |
22
22
| enable\_os\_login\_policy | Enable OS Login Organization Policy. |`bool`|`false`| no |
23
23
| folder\_prefix | Name prefix to use for folders created. Should be the same in all steps. |`string`|`"fldr"`| no |
24
+
| gcp\_audit\_viewer | Members are part of an audit team and view audit logs in the logging project. |`string`|`null`| no |
25
+
| gcp\_billing\_admin\_user | Identity that has billing administrator permissions |`string`|`null`| no |
26
+
| gcp\_billing\_creator\_user | Identity that can create billing accounts. |`string`|`null`| no |
27
+
| gcp\_global\_secrets\_admin | G Suite or Cloud Identity group that members are responsible for putting secrets into Secrets Manager. |`string`|`null`| no |
28
+
| gcp\_network\_viewer | G Suite or Cloud Identity group that members are part of the networking team and review network configurations |`string`|`null`| no |
29
+
| gcp\_org\_admin\_user | Identity that has organization administrator permissions. |`string`|`null`| no |
30
+
| gcp\_platform\_viewer | G Suite or Cloud Identity group that have the ability to view resource information across the Google Cloud organization. |`string`|`null`| no |
31
+
| gcp\_scc\_admin | G Suite or Cloud Identity group that can administer Security Command Center. |`string`|`null`| no |
32
+
| gcp\_security\_reviewer | G Suite or Cloud Identity group that members are part of the security team responsible for reviewing cloud security. |`string`|`null`| no |
24
33
| interconnect\_project\_alert\_pubsub\_topic | The name of the Cloud Pub/Sub topic where budget related messages will be published, in the form of `projects/{project_id}/topics/{topic_id}` for the Dedicated Interconnect project. |`string`|`null`| no |
25
34
| interconnect\_project\_alert\_spent\_percents | A list of percentages of the budget to alert on when threshold is exceeded for the Dedicated Interconnect project. |`list(number)`| <pre>[<br> 0.5,<br> 0.75,<br> 0.9,<br> 0.95<br>]</pre> | no |
26
35
| interconnect\_project\_budget\_amount | The amount to use as the budget for the Dedicated Interconnect project. |`number`|`1000`| no |
0 commit comments