external-secrets / external-secrets

External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.
https://external-secrets.io/main
Apache License 2.0
4.11k stars 749 forks source link

feat(parameterstore): add support to set parameter tier for pushsecrets #3581

Open vsantos opened 2 weeks ago

vsantos commented 2 weeks ago

Problem Statement

Currently, we don't have the option to set which parameter tier to use for the AWS parameter store, and as a result, all secrets are stored using the default tier Standard. This PR adds the possibility to work with parameter tier Advanced and all its policies.

Related Issue

Fixes #3422

Checklist

vsantos commented 2 weeks ago

/ok-to-test sha=654c946e

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud