File tree Expand file tree Collapse file tree 2 files changed +243
-151
lines changed
site/en/tutorials/structured_data Expand file tree Collapse file tree 2 files changed +243
-151
lines changed Original file line number Diff line number Diff line change
1
+ # Text proto format: devtools_piper.OwnersMetadataFile (go/owners_metadata)
2
+ # See go/silos-lite for details on how to use this file for read access control.
3
+ silo_acl {
4
+ # Acknowledgement that silo won't contain privacy sensitive data, like PII.
5
+ silo_will_contain_privacy_sensitive_data: false
6
+
7
+ # This retains normal access for regular engineers and other accounts.
8
+ access_type: OPEN
9
+
10
+ # This is equivalent to above. Currently, default_ganpati_group is a
11
+ # mandatory field in SiloAcl. We plan to make it optional in case
12
+ # access_type is OPEN.
13
+ default_ganpati_group: "piper-group-default-access"
14
+
15
+ # Ganpati1 groups that are granted *read* access in addition to the default
16
+ # group above.
17
+ allowed_ganpati_groups: "restricted-dev-build"
18
+ allowed_ganpati_groups: "job-0000396906033-webdevelopmentdevelopermarketingwebprojects"
19
+ allowed_ganpati_groups: "job-0000551608589-smetechnicalwriterii"
20
+ }
You can’t perform that action at this time.
0 commit comments