fdobrovo | Hello, does anyone has experience with using oslo.cache with redis with TLS? I'm having trouble to figure out how to pass connection_kwargs as it seems the configuration does not enable to set nested dictionary values e.g. backend_argument=connection_kwargs:ssl_certfile:<tls_certfile> is there a way that I'm not seeing or is this not supported? | 15:00 |
---|---|---|
hberaud | fdobrovo: I wonder if just using the tls_* params would be enough in your case https://docs.openstack.org/oslo.cache/latest/configuration/index.html#cache.tls_certfile | 16:26 |
hberaud | see this example with another backend supported by dogpile.cache https://github.com/openstack/oslo.cache/blob/master/oslo_cache/tests/unit/test_cache_basics.py#L291 | 16:29 |
fdobrovo | Oh, maybe I did not connect that caching servers and backend is the same. I assumed it was not, thank you. I'll try it. | 16:36 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!