ADHOC - Expand secrets manager to support create and delete
1 unresolved thread
1 unresolved thread
Compare changes
+ 21
− 13
@@ -36,6 +36,8 @@ var (
@@ -56,11 +58,17 @@ func GetS3UploadCredentials(secretID string, isDebug bool) (*credentials2.Creden
@@ -76,14 +84,14 @@ func createClient(isDebug bool) (svc *secretsmanager.SecretsManager, err error)
@@ -108,7 +116,7 @@ func GetSecret(secretID string, isDebug bool) (string, string) {
@@ -120,7 +128,7 @@ func GetSecret(secretID string, isDebug bool) (string, string) {
@@ -147,7 +155,7 @@ func GetSecret(secretID string, isDebug bool) (string, string) {
@@ -164,7 +172,7 @@ func CreateSecret(secretID string, secret any, isDebug bool) (awsSecretID string
@@ -175,7 +183,7 @@ func CreateSecret(secretID string, secret any, isDebug bool) (awsSecretID string
@@ -187,7 +195,7 @@ func DeleteSecret(secretID string, forceWithoutRecovery bool, isDebug bool) erro