Closed BenjaminLudwigSAP closed 1 year ago
Hi! Would you please create a shared value yaml file with these tls_ciphers, so it can be consumed by octavia and elektra without involving us to do any changes? We don’t want to hard code any lists of values anymore in elektra, The same we did with Galvani where Fabus can himself change the values and it will appear with the next deploy of elektra through a configmap.
I've implemented the custom cipher suites feature in our LBaaS backend driver, so it can now be used. As of 2022-10-21 I'm currently in the middle of rolling out to prod.
The feature allows users to specify a colon-separated list of cipher suites via the
tls_ciphers
API parameter, usable at listener creation and pool creation. The cipher suites that can be used are specified in an allow list. Iftls_ciphers
is not set at listener/pool creation, a default will be used. Both the allow list and defaults are specified in the charts here.Please implement a way for the user to optionally enter a colon-separated list of cipher suites when creating a listener or pool. When invalid cipher suites are entered, the API will respond with an error indicating which cipher suites are allowed. Please display that error. It looks e. g. like this:
Unfortunately there is no way to discover the allowed cipher suites via the API other than to send an invalid list of cipher suites. Additionally the allowed cipher suites can be discovered via Octavia's values.yaml in the charts.
(Please don't implement TLS versions for now)