Isn't it inefficient if my app makes a request every time it needs a secret?
cacheTTL
parameter at the time of initializing the client.Note: The exact parameter name may differ depending on the language.What if a request for a secret fails?
Can I attach the environment variables to my process environment?
listSecrets()
method, you
can pass a attachToProcessEnv
parameter, which tells the SDK to attach all the found secrets to your process environment.Note: The exact parameter name may differ depending on the language.What if a request for a secret fails?