unable to retrieve AWS SSM Parameter Store secrets of type SecureString
Opened this issue · 0 comments
6rendon commented
Hello
I have a simple .teller.yml file:
providers:
local:
kind: ssm
maps:
- id: test
path: /foo/ca-central-1/dev/ecs/api
running teller env gives an expected output:
NAME=AQICAHjV3xHKxlopq9...S4Y9glbKw==
I am able to retrieve all keys that have this path, but the strings are encrypted with aws/ssm kms key. Is there any support for these types of parameters?