ADHOC - Expand secrets manager to support create and delete
1 unresolved thread
1 unresolved thread
Compare changes
+ 106
− 46
@@ -2,6 +2,7 @@ package secrets_manager
@@ -35,6 +36,8 @@ var (
@@ -55,20 +58,25 @@ func GetS3UploadCredentials(secretID string, isDebug bool) (*credentials2.Creden
@@ -76,53 +84,53 @@ func GetSecret(secretID string, isDebug bool) (string, string) {
@@ -135,7 +143,7 @@ func GetSecret(secretID string, isDebug bool) (string, string) {
@@ -143,3 +151,55 @@ func GetSecret(secretID string, isDebug bool) (string, string) {