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

After enabling TLS communication in ngmonitor, it does not support verifying the Common Name (CN) in the certificate presented by clients. #291

Open
pepezzzz opened this issue Mar 11, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pepezzzz
Copy link

After enabling TLS communication in ngmonitor,The startup configuration file of ngmonitor already has the following certificate configuration.
[security]
ca-path = ""
cert-path = ""
key-path = ""

ng-monitoring should provide a capability similar to the configuration of the cert-allowed-cn parameter described at https://docs.pingcap.com/tidb/stable/tikv-configuration-file/#cert-allowed-cn. A list of acceptable X.509 Common Names in certificates presented by clients. Requests are permitted only when the presented Common Name is an exact match with one of the entries in the list.

@mornyx
Copy link
Collaborator

mornyx commented Mar 11, 2025

/assign

@mornyx mornyx added the enhancement New feature or request label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants