Skip to content

Commit

Permalink
Mention dependency on default user of RabbitmqCluster in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Apr 14, 2021
1 parent 8cfe1cf commit 17614f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ You can create RabbitMQ resources:
If you do not have cert-manager installed in your k8s cluster, you will need to generate certificates used by admission webhooks yourself and include them in the operator and webhooks manifests.
You can follow [this doc](./docs/installation/install-without-certmanager.md).

## RabbitMQCluster requirements

Messaging Topology Operator is tested with the latest release of RabbitMQ [Cluster Operator](https://github.com/rabbitmq/cluster-operator).
It uses the generated default user secret from RabbitmqCluster (set in `rabbitmqcluster.status.binding`) to authenticate with RabbitMQ server.
If your RabbitmqCluster is deployed with import definitions or provided default user credentials,
the default user secret from `rabbitmqcluster.status.binding` may not be correct and Messaging Topology Operator will fail with authentication error.

## Contributing

This project follows the typical GitHub pull request model. Before starting any work, please either comment on an [existing issue](https://github.com/rabbitmq/messaging-topology-operator/issues), or file a new one.
Expand Down

0 comments on commit 17614f8

Please sign in to comment.