messaging-topology-operator
messaging-topology-operator copied to clipboard
RabbitMQ messaging topology operator
**Is your feature request related to a problem? Please describe.** If I create a vhost in the namespace **foo**, I am able to add a user and permissions to that...
This closes #865, #866 **Note to reviewers:** remember to look at the commits in this PR and consider if they can be squashed **Note to contributors:** remember to re-generate client...
**Is your feature request related to a problem? Please describe.** RabbitMQ allows creating [passwordless users](https://www.rabbitmq.com/docs/passwords#passwordless-users). However when an User resource is added via this operator, the password is required. If...
**Is your feature request related to a problem? Please describe.** deploy the user example. then update the password and deploy again. The User is not reconciled with the new password....
Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.15.0 to 0.16.3. Release notes Sourced from sigs.k8s.io/controller-tools's releases. v0.16.3 Published binaries on previous v0.16.x releases were reporting an incorrect version. What's Changed :bug: Allow CLI binaries...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.30.3 to 0.31.1. Commits c5196eb Update dependencies to v0.31.1 tag 5e3e8ea informers: add comment that Start does not block f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races...
Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.30.3 to 0.31.1. Commits d0f34d6 Update dependencies to v0.31.1 tag f74ea3c informers: add comment that Start does not block 80c52b8 Call non-blocking informerFactory.Start synchronously to avoid races...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.30.3 to 0.31.1. Commits a8f449e Falls back to SPDY for gorilla/websocket https proxy error 62791ec Merge pull request #125571 from liggitt/filter-auth-02-sar cc2ba35 add field and label selectors...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.18.4 to 0.19.0. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.19.0 :warning: Deprecation Warnings Please note that admission.Defaulter/Validator have been deprecated in favor of admission.CustomDefaulter/CustomValidator since v0.17 and...
Hi, We are facing the following behaviour of the operator: Once in a while, the operator decides to reconcile all objects that can be seen from queue depth of each...