openstack-k8s-operators / openstack-operator

Meta Operator for OpenStack
https://openstack-k8s-operators.github.io/openstack-operator/
Apache License 2.0
24 stars 67 forks source link

Configure rabbitmq inter-node TLS #849

Closed olliewalsh closed 2 weeks ago

olliewalsh commented 2 weeks ago

Based on the example in https://github.com/rabbitmq/cluster-operator/tree/0bc9a2a0d3b360021f02bd6386bbcee371c9d1fd/docs/examples/mtls-inter-node

Creates and mounts a configmap with the required config and sets the required args in the env vars.

Had to list the individual statefulset hostnames in the cert SAN, rabbitmqctl does not work when wildcards are used.

Closes: OSPRH-7110

openshift-ci[bot] commented 2 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: olliewalsh, stuggi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openstack-k8s-operators/openstack-operator/blob/main/OWNERS)~~ [olliewalsh,stuggi] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment