ADHOC - Expand secrets manager to support create and delete
1 unresolved thread
1 unresolved thread
Compare changes
+ 97
− 45
@@ -2,6 +2,7 @@ package secrets_manager
@@ -55,20 +56,19 @@ func GetS3UploadCredentials(secretID string, isDebug bool) (*credentials2.Creden
@@ -76,53 +76,53 @@ func GetSecret(secretID string, isDebug bool) (string, string) {
@@ -135,7 +135,7 @@ func GetSecret(secretID string, isDebug bool) (string, string) {
@@ -143,3 +143,55 @@ func GetSecret(secretID string, isDebug bool) (string, string) {