Hello,
We’re were using MicroStack Ussuri version 233 and we’ve updated to 242.
It seems that after this commit https://opendev.org/x/microstack/commit/064aae84589c8355dd283b6ce701c35a43d67c46
the OpenStack API endpoints are authenticated via self-signed TLS (SSL) certificates.
My question is since we’re deploying MicroStack on our workstations and developing against its API, is there any way to disable TLS verification (and communicate via HTTP)?
If this is not supported, then I presume we can use our own signed certificates by disabling the configuration flag config.tls.generate-self-signed
and pointing to the proper CA cert, our cert and private key.
Is this correct?
Thank you in advance!