Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix random username & password generation #23

Open
3 tasks
stuft2 opened this issue Feb 24, 2021 · 0 comments
Open
3 tasks

Fix random username & password generation #23

stuft2 opened this issue Feb 24, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@stuft2
Copy link
Contributor

stuft2 commented Feb 24, 2021

There are some constraints around what a username and password can be for an RDS database. It varies between the database families but I'm sure there is a common set of constraints we can follow to avoid failed deployments. For example, the username must follow these constraints:

  • It can contain 1–16 alphanumeric characters and underscores.
  • Its first character must be a letter.
  • It can't be a word reserved by the database engine.

The docs describing the constraints are here: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html

@stuft2 stuft2 added the bug Something isn't working label Feb 24, 2021
@stuft2 stuft2 self-assigned this Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant