frankgh opened a new pull request, #3109: URL: https://github.com/apache/cassandra/pull/3109
In this commit, we introduce a new parameter option for the `MutualTlsAuthenticator`. The new option is `max_certificate_age`, and it can be configured as a duration configuration parameter as defined by the `DurationSpec` (see CASSANDRA-15234). The resolution for this new property is minutes. When specified, the certificate validation implementation will take that information and reject certificates that are older than the maximum allowed certificate age, translating into a rejection from the authenticating user. patch by Francisco Guerrero; reviewed by TBD for CASSANDRA-18951 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

