diff --git a/gcp/biganimal-csp-setup b/gcp/biganimal-csp-setup index e8258e7..a5afd94 100755 --- a/gcp/biganimal-csp-setup +++ b/gcp/biganimal-csp-setup @@ -257,6 +257,7 @@ OPERATORS_CUSTOM_ROLE=( kubecost blm cspmetrics + bm ) create_operators_iam_custom_role() diff --git a/gcp/biganimal_GCP_bm.yaml b/gcp/biganimal_GCP_bm.yaml new file mode 100644 index 0000000..b59f607 --- /dev/null +++ b/gcp/biganimal_GCP_bm.yaml @@ -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