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 6, 2024
1 parent d52db3e commit 292e1ab
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 4 deletions.
10 changes: 7 additions & 3 deletions gcp_roles_cai.json

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion roles/chronicle.soarServiceAgent
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
"cloudasset.assets.analyzeIamPolicy",
"cloudasset.assets.searchAllIamPolicies",
"cloudasset.assets.searchAllResources",
"compute.firewalls.get",
"compute.firewalls.update",
"compute.instances.deleteAccessConfig",
"compute.instances.get",
"compute.instances.list",
"compute.instances.stop",
"compute.instances.updateNetworkInterface",
"compute.networks.updatePolicy",
"compute.zones.list",
"iam.serviceAccounts.disable",
"iam.serviceAccounts.list",
Expand All @@ -21,9 +26,14 @@
"securitycenter.findings.setState",
"securitycenter.findings.update",
"securitycenter.notificationconfig.create",
"securitycenter.notificationconfig.delete",
"securitycenter.notificationconfig.get",
"securitycenter.notificationconfig.update",
"securitycenter.sources.list"
"securitycenter.sources.list",
"storage.buckets.get",
"storage.buckets.getIamPolicy",
"storage.buckets.list",
"storage.buckets.update"
],
"name": "roles/chronicle.soarServiceAgent",
"stage": "GA",
Expand Down
3 changes: 3 additions & 0 deletions roles/container.serviceAgent
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"description": "Gives Kubernetes Engine account access to manage cluster resources. Includes access to service accounts.",
"etag": "AA==",
"includedPermissions": [
"autoscaling.sites.readRecommendations",
"autoscaling.sites.writeMetrics",
"autoscaling.sites.writeState",
"bigquery.datasets.create",
"bigquery.datasets.get",
"bigquery.tables.create",
Expand Down
12 changes: 12 additions & 0 deletions roles/datacatalog.migrationConfigAdmin
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"description": "Full access to Migration Config",
"etag": "AA==",
"includedPermissions": [
"resourcemanager.organizations.get",
"resourcemanager.projects.get",
"resourcemanager.projects.list"
],
"name": "roles/datacatalog.migrationConfigAdmin",
"stage": "BETA",
"title": "DataCatalog Migration Config Admin"
}
11 changes: 11 additions & 0 deletions roles/managedflink.admin
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"description": "Full access to Managed Flink resources.",
"etag": "AA==",
"includedPermissions": [
"resourcemanager.projects.get",
"resourcemanager.projects.list"
],
"name": "roles/managedflink.admin",
"stage": "ALPHA",
"title": "Managed Flink Admin"
}
11 changes: 11 additions & 0 deletions roles/managedflink.developer
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"description": "Full access to Managed Flink Jobs and read access to Deployments.",
"etag": "AA==",
"includedPermissions": [
"resourcemanager.projects.get",
"resourcemanager.projects.list"
],
"name": "roles/managedflink.developer",
"stage": "ALPHA",
"title": "Managed Flink Developer"
}
11 changes: 11 additions & 0 deletions roles/managedflink.viewer
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"description": "Readonly access to Managed Flink resources.",
"etag": "AA==",
"includedPermissions": [
"resourcemanager.projects.get",
"resourcemanager.projects.list"
],
"name": "roles/managedflink.viewer",
"stage": "ALPHA",
"title": "Managed Flink Viewer"
}
1 change: 1 addition & 0 deletions roles/monitoring.notificationServiceAgent
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"bigquery.jobs.create",
"cloudfunctions.functions.get",
"cloudtrace.traces.patch",
"logging.links.list",
"monitoring.metricDescriptors.get",
"monitoring.metricDescriptors.list",
"monitoring.monitoredResourceDescriptors.get",
Expand Down

0 comments on commit 292e1ab

Please sign in to comment.