-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Allow valid domain name characters in the DB username #43105
Copy link
Copy link
Closed
Labels
A-securityC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)O-communityOriginated from the communityOriginated from the community
Description
Is your feature request related to a problem? Please describe.
Currently, there is a restriction for the database username which will limit the certificate-based authentication. It's very common to include .local (e.g.: internal-service2.local) in the CN (Common Name) of a certificate. The AWS Certificate Manager (ACM) won't even issue a certificate if the "dot" (.) is not present.
Describe the solution you'd like
Could you please include dot (.) and hyphen (-) in the whitelist for the database username ?
Thank you,
Vinod
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-securityC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)O-communityOriginated from the communityOriginated from the community