Skip to content

v1.494.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 11 Sep 15:45
· 51 commits to refs/heads/main since this release
ee6cdc8
Add explicit parameter store path @wavemoran (#1110)

what

  • Add the exact AWS SSM Parameter Store path for IAM permissions

why

  • When using the find.path value, ESO will begin the traversal at the exact path defined.
  • ssm:GetParametersByPath needs permission to the "root" path, eg arn:aws:ssm:us-west-2:123456789012:parameter/app

references