teller icon indicating copy to clipboard operation
teller copied to clipboard

unable to retrieve AWS SSM Parameter Store secrets of type SecureString

Open 6rendon opened this issue 1 year ago • 0 comments

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?

6rendon avatar Sep 27 '24 13:09 6rendon