Skip to content

Commit

Permalink
DSOS-2447: add ssm:StartSession (#4415)
Browse files Browse the repository at this point in the history
* add ssm:StartSession

* missing permission
  • Loading branch information
jnqn authored Jan 2, 2024
1 parent c371d02 commit 7360e05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/environments/hmpps-oem/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ locals {
description = "Permissions for the db refresh process"
statements = [
{
sid = "DescribeInstances"
sid = "InstanceAccess"
effect = "Allow"
actions = [
"ec2:DescribeInstances",
"ssm:StartSession",
"ssm:TerminateSession"
]
resources = [
"*",
Expand Down

0 comments on commit 7360e05

Please sign in to comment.