Skip to content

Commit

Permalink
Initial set of backup permissions to create an on-demand backup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikereiddigital committed Jan 17, 2025
1 parent d44b5bc commit 0a0144d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/environments/bootstrap/single-sign-on/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ data "aws_iam_policy_document" "developer_additional" {
"athena:List*",
"athena:St*",
"aws-marketplace:ViewSubscriptions",
"backup:DescribeBackupJob",
"backup:DescribeBackupVault",
"backup:ListBackupVaults",
"backup:StartBackupJob",
"cloudwatch:DisableAlarmActions",
"cloudwatch:EnableAlarmActions",
"cloudwatch:PutDashboard",
Expand Down

0 comments on commit 0a0144d

Please sign in to comment.