Skip to content
Snippets Groups Projects
Commit 81c68fcd authored by Billy Griffiths's avatar Billy Griffiths
Browse files

ADHOC - Add comment

parent afc4645d
No related branches found
No related tags found
1 merge request!35ADHOC - Expand secrets manager to support create and delete
......@@ -60,6 +60,7 @@ func GetS3UploadCredentials(secretID string, isDebug bool) (*credentials2.Creden
// getSecretManagerSession Instantiates a new Secrets Manager client session
func getSecretManagerSession(isDebug bool) (err error) {
// If a session already exists, use it
if secretManagerSession != nil {
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment