From 69f2bdd38f5ac43258b00e8e1c0ae8329009c01a Mon Sep 17 00:00:00 2001 From: ingalls Date: Tue, 22 Oct 2024 16:20:28 -0600 Subject: [PATCH] Correct Username --- cloudformation/lib/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation/lib/api.js b/cloudformation/lib/api.js index 20b8475..37a8826 100644 --- a/cloudformation/lib/api.js +++ b/cloudformation/lib/api.js @@ -49,7 +49,7 @@ export default { Properties: { Description: cf.join([cf.stackName, ' LDAP SVC Account Password']), GenerateSecretString: { - SecretStringTemplate: '{"username": "ldapsvcaccoun"}', + SecretStringTemplate: '{"username": "ldapsvcaccount"}', GenerateStringKey: 'password', ExcludePunctuation: true, PasswordLength: 32