SecretsManagerTemplate use cases and design #98
arunkpatra
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The concept of a
SecretsManagerTemplate
might be useful for clients in many ways, primary among which are:SecretsManagerClient
with useful lifecycle operations likeconnect
andclose
operations baked in, thereby alleviating the user from including boilerplate in their code.SecretsManagerTemplate
These kind of facilities are beyond the standard needs that Spring Cloud AWS Secrets Manager module supports today, which is to source config props and have them injected into the
Environment
.@eddumelendez @MatejNedic
EDIT: We still could need to decide if we want to keep the underlying connection open since establishing a connection is expensive latency wise.
Beta Was this translation helpful? Give feedback.
All reactions