Allow valid domain name characters in the DB username #43105
Labels
A-security
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
O-community
Originated from the community
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
The text was updated successfully, but these errors were encountered: