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 18, 2022
1 parent c19b4f9 commit a51b733
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 16 deletions.
18 changes: 9 additions & 9 deletions gcp_roles_cai.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion roles/analyticshub.listingAdmin
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"resourcemanager.projects.list"
],
"name": "roles/analyticshub.listingAdmin",
"stage": "BETA",
"stage": "GA",
"title": "Analytics Hub Listing Admin"
}
2 changes: 1 addition & 1 deletion roles/analyticshub.publisher
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"resourcemanager.projects.list"
],
"name": "roles/analyticshub.publisher",
"stage": "BETA",
"stage": "GA",
"title": "Analytics Hub Publisher"
}
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.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": "GA",
"stage": "ALPHA",
"title": "Contact Center AI Platform Viewer"
}
2 changes: 1 addition & 1 deletion roles/iam.workforcePoolAdmin
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"iam.googleapis.com/workforcePools.update"
],
"name": "roles/iam.workforcePoolAdmin",
"stage": "ALPHA",
"stage": "BETA",
"title": "IAM Workforce Pool Admin"
}
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.viewer
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"workloadmanager.rules.list"
],
"name": "roles/workloadmanager.viewer",
"stage": "BETA",
"stage": "ALPHA",
"title": "Workload Manager Viewer"
}
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": "BETA",
"stage": "ALPHA",
"title": "Workload Manager Worker"
}

0 comments on commit a51b733

Please sign in to comment.