external-secrets / kubernetes-external-secrets

Integrate external secret management systems with Kubernetes
MIT License
2.61k stars 403 forks source link

Expand SSM Parameter Store docs to clarify use of version constraints #894

Closed oaklees closed 2 years ago

oaklees commented 2 years ago

Expands on the AWS SSM Parameter Store docs with examples of how to fetch a specific version of a given parameter.

Whilst this is not technically a feature offered by the package directly and instead supported by the underlying AWS SDK, it's a very useful feature worth highlighting which allows immutable, versioned controlled references to SSM instead of always fetching the latest value that can change.

Flydiverny commented 2 years ago

Thanks!