maskit commented on PR #12653: URL: https://github.com/apache/trafficserver/pull/12653#issuecomment-3519251062
This is what I'm thinking. We'd need to introduce a new TS API to set group_list, but the idea is basically enabling plugins to do something on an SNI action. The difference from a global plugin that uses `TS_SSL_SERVERNAME_HOOK` would be that the plugin doesn't need to lookup server names. The plugin (`TSSNIDoAction`) will be called only if ATS core finds a plugin-action for the server name, like remap plugins are called only if there's a match. https://github.com/apache/trafficserver/pull/12658 -- 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]
