Skip to content

Commit

Permalink
feat: adding GCP custom role for backup manager
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriodelsarto committed Jul 16, 2024
1 parent 407a97c commit 2d5cc37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions gcp/biganimal-csp-setup
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ OPERATORS_CUSTOM_ROLE=(
kubecost
blm
cspmetrics
bm
)

create_operators_iam_custom_role()
Expand Down
6 changes: 6 additions & 0 deletions gcp/biganimal_GCP_bm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
title: "BigAnimal Role for Backup Manager"
description: "Custom IAM Role used by BigAnimal Backup Manager"
stage: "GA"
includedPermissions:
- compute.snapshots.list
- compute.snapshots.delete

0 comments on commit 2d5cc37

Please sign in to comment.