You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you generate a new secret, you're allowed to specify password length. I think it also makes sense to include password length as a parameter for rotation schedule. The documentation says, "In the database rotation templates provided by Secrets Manager, the Lambda function generates a 32 character password for the new version," but sometimes they are limited to less (30 for Oracle, which is the correct limit). I'd like to see the length be exposed as a parameter for rotation schedule so you can match it to the length you specified when creating the secret. This is related to a CDK issue.
Other Details
No response
The text was updated successfully, but these errors were encountered:
Name of the resource
AWS::SecretsManager::RotationSchedule
Resource name
HostedRotationLambda
Description
When you generate a new secret, you're allowed to specify password length. I think it also makes sense to include password length as a parameter for rotation schedule. The documentation says, "In the database rotation templates provided by Secrets Manager, the Lambda function generates a 32 character password for the new version," but sometimes they are limited to less (30 for Oracle, which is the correct limit). I'd like to see the length be exposed as a parameter for rotation schedule so you can match it to the length you specified when creating the secret. This is related to a CDK issue.
Other Details
No response
The text was updated successfully, but these errors were encountered: