Client Certificate Authentication All Agents Since 5.0
Client certificate authentication validates users based on their SSL/TLS certificates and associates the extract cn (username) with an application role.
Configuration Example
yaml
clientCert:
users:
- username: default
role: clientFields
users (list)
usernameSince 5.0 - Description: Username for the user, which is extracted from the client certificate.
- Type: String
- Example:
client
roleSince 5.0 - Description: Role assigned to the user, which defines access permissions. Roles are referenced in the endpoints list
- Type: String
- Example:
client