forked from darkbitio/gcp-iam-role-permissions
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"description": "Enables full access to mirroring resources on the Producer's side.", | ||
"etag": "AA==", | ||
"includedPermissions": [ | ||
"resourcemanager.projects.get", | ||
"resourcemanager.projects.list" | ||
], | ||
"name": "roles/networksecurity.mirroringDeploymentAdmin", | ||
"stage": "ALPHA", | ||
"title": "Mirroring Deployment Admin" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"description": "Allows a consumer to connect their mirroringEndpointGroup to the Producer's mirroringDeploymentGroup.", | ||
"etag": "AA==", | ||
"name": "roles/networksecurity.mirroringDeploymentUser", | ||
"stage": "ALPHA", | ||
"title": "Mirroring Deployment User" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"description": "Enables read-only access to mirroring resources on the Producer's side.", | ||
"etag": "AA==", | ||
"includedPermissions": [ | ||
"resourcemanager.projects.get", | ||
"resourcemanager.projects.list" | ||
], | ||
"name": "roles/networksecurity.mirroringDeploymentViewer", | ||
"stage": "ALPHA", | ||
"title": "Mirroring Deployment Viewer" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"description": "Enables full access to mirroring resources on the consumer's side.", | ||
"etag": "AA==", | ||
"includedPermissions": [ | ||
"resourcemanager.projects.get", | ||
"resourcemanager.projects.list" | ||
], | ||
"name": "roles/networksecurity.mirroringEndpointAdmin", | ||
"stage": "ALPHA", | ||
"title": "Mirroring Endpoint Admin" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"description": "Allows a consumer to connect their networks to a mirroringEndpointGroup.", | ||
"etag": "AA==", | ||
"name": "roles/networksecurity.mirroringEndpointUser", | ||
"stage": "ALPHA", | ||
"title": "Mirroring Endpoint User" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"description": "Enables read-only access to mirroring resources on the Consumer's side.", | ||
"etag": "AA==", | ||
"includedPermissions": [ | ||
"resourcemanager.projects.get", | ||
"resourcemanager.projects.list" | ||
], | ||
"name": "roles/networksecurity.mirroringEndpointViewer", | ||
"stage": "ALPHA", | ||
"title": "Mirroring Endpoint Viewer" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"description": "Can build Cloud Run functions and source deployed services.", | ||
"etag": "AA==", | ||
"includedPermissions": [ | ||
"artifactregistry.repositories.deleteArtifacts", | ||
"artifactregistry.repositories.downloadArtifacts", | ||
"artifactregistry.repositories.uploadArtifacts", | ||
"logging.logEntries.create", | ||
"source.repos.get", | ||
"storage.objects.get" | ||
], | ||
"name": "roles/run.builder", | ||
"stage": "ALPHA", | ||
"title": "Cloud Run Builder" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters