1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00
external-secrets/pkg
Luke Arntz 00d66e0bc4
Aws ssm parameterstore issue 1839 (#2350)
* update documentation

Signed-off-by: Luke Arntz <luke@blue42.net>

* default to GetParametersByPathWithContext

Add GetParametersByPathWithContext. To maintain backward compatibility moved the original `findByname` function to `fallbackFindByName` and created a new `findByName` function that uses the `GetParametersByPathWithContext` API call.

In function `findByName`, if we receive an `AccessDeniedException` when calling GetParametersByPathWithContext `return pm.fallbackFindByName(ctx, ref)`.

Signed-off-by: Luke Arntz <luke@blue42.net>

* feat: notify users about ssm permission improvements

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* fix: get parameters recursively and decrypt them

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

---------

Signed-off-by: Luke Arntz <luke@blue42.net>
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Co-authored-by: Moritz Johner <beller.moritz@googlemail.com>
2023-05-26 01:05:59 +02:00
..
cache feat: make cache generic, refactor feature flags (#1640) 2023-01-19 17:25:47 +01:00
constants Aws ssm parameterstore issue 1839 (#2350) 2023-05-26 01:05:59 +02:00
controllers Use closures for ExternalSecretController metrics (#2345) 2023-05-24 21:31:35 +02:00
feature feat: make cache generic, refactor feature flags (#1640) 2023-01-19 17:25:47 +01:00
find feature: aws getallsecrets (#820) 2022-03-24 17:09:32 +01:00
generator feat: allow to get auth data from vault response (#2325) 2023-05-22 10:00:41 +02:00
metrics Creating constants file (#2291) 2023-05-15 17:22:18 +02:00
provider Aws ssm parameterstore issue 1839 (#2350) 2023-05-26 01:05:59 +02:00
template 🧹 Bumping GolangciLint version and fixing lint issues (#2304) 2023-05-12 05:11:33 -03:00
utils Add Alibaba RRSA auth support (#1752) 2023-04-16 14:12:30 +02:00