Skip to content

Commit

Permalink
Fetch all roles
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeesaman committed Aug 16, 2022
1 parent c98eae0 commit 9e041c6
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 18 deletions.
20 changes: 10 additions & 10 deletions gcp_roles_cai.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion roles/analyticshub.admin
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"resourcemanager.projects.list"
],
"name": "roles/analyticshub.admin",
"stage": "BETA",
"stage": "GA",
"title": "Analytics Hub Admin"
}
2 changes: 1 addition & 1 deletion roles/analyticshub.subscriber
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"resourcemanager.projects.list"
],
"name": "roles/analyticshub.subscriber",
"stage": "BETA",
"stage": "GA",
"title": "Analytics Hub Subscriber"
}
18 changes: 17 additions & 1 deletion roles/anthosservicemesh.serviceAgent
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"container.clusterRoles.list",
"container.clusterRoles.update",
"container.clusters.get",
"container.clusters.update",
"container.configMaps.create",
"container.configMaps.delete",
"container.configMaps.get",
Expand Down Expand Up @@ -51,6 +52,7 @@
"container.namespaces.create",
"container.namespaces.get",
"container.namespaces.list",
"container.operations.get",
"container.pods.get",
"container.pods.list",
"container.secrets.create",
Expand All @@ -74,11 +76,25 @@
"container.validatingWebhookConfigurations.list",
"container.validatingWebhookConfigurations.update",
"gkehub.features.get",
"gkehub.gateway.delete",
"gkehub.gateway.get",
"gkehub.gateway.patch",
"gkehub.gateway.post",
"gkehub.gateway.put",
"gkehub.locations.get",
"gkehub.locations.list",
"gkehub.memberships.get",
"gkehub.memberships.list",
"meshconfig.projects.init"
"logging.logEntries.create",
"meshconfig.projects.init",
"monitoring.metricDescriptors.create",
"monitoring.metricDescriptors.get",
"monitoring.metricDescriptors.list",
"monitoring.monitoredResourceDescriptors.get",
"monitoring.monitoredResourceDescriptors.list",
"monitoring.timeSeries.create",
"serviceusage.services.get",
"serviceusage.services.use"
],
"name": "roles/anthosservicemesh.serviceAgent",
"stage": "GA",
Expand Down
1 change: 1 addition & 0 deletions roles/automlrecommendations.serviceAgent
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"bigquery.tables.get",
"bigquery.tables.getData",
"bigquery.tables.list",
"bigquery.tables.update",
"bigquery.tables.updateData",
"cloudnotifications.activities.list",
"dataflow.jobs.cancel",
Expand Down
2 changes: 1 addition & 1 deletion roles/contactcenteraiplatform.admin
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"resourcemanager.projects.list"
],
"name": "roles/contactcenteraiplatform.admin",
"stage": "GA",
"stage": "ALPHA",
"title": "Contact Center AI Platform Admin"
}
2 changes: 1 addition & 1 deletion roles/contactcenteraiplatform.viewer
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"resourcemanager.projects.list"
],
"name": "roles/contactcenteraiplatform.viewer",
"stage": "ALPHA",
"stage": "GA",
"title": "Contact Center AI Platform Viewer"
}
2 changes: 1 addition & 1 deletion roles/iam.workforcePoolViewer
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iam.googleapis.com/workforcePools.list"
],
"name": "roles/iam.workforcePoolViewer",
"stage": "ALPHA",
"stage": "BETA",
"title": "IAM Workforce Pool Viewer"
}
2 changes: 1 addition & 1 deletion roles/securedlandingzone.bqdwOrgRemediator
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"accesscontextmanager.servicePerimeters.update"
],
"name": "roles/securedlandingzone.bqdwOrgRemediator",
"stage": "EAP",
"stage": "BETA",
"title": "SLZ BQDW Blueprint Organization Level Remediator"
}
1 change: 1 addition & 0 deletions roles/storagetransfer.transferAgent
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"description": "Perform transfers from an agent.",
"etag": "AA==",
"includedPermissions": [
"monitoring.timeSeries.create",
"pubsub.subscriptions.consume",
"pubsub.subscriptions.create",
"pubsub.subscriptions.delete",
Expand Down
2 changes: 1 addition & 1 deletion roles/workloadmanager.worker
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"workloadmanager.rules.list"
],
"name": "roles/workloadmanager.worker",
"stage": "ALPHA",
"stage": "BETA",
"title": "Workload Manager Worker"
}

0 comments on commit 9e041c6

Please sign in to comment.