You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1422,6 +1443,10 @@ password will be generated. The Secret must have the following keys in its Data
1422
1443
* `password` – Plain-text password. Will be used only if the `passwordHash` key is missing.
1423
1444
1424
1445
Note that this import only occurs at creation time, and is ignored once a password has been set on a User.
1446
+
| *`limits`* __xref:{anchor_prefix}-github-com-rabbitmq-messaging-topology-operator-api-v1beta1-userlimits[$$UserLimits$$]__ | Limits to apply to a user to restrict the number of connections and channels
1447
+
the user can create. These limits can be used as guard rails in environments
1448
+
where applications cannot be trusted and monitored in detail, for example,
1449
+
when RabbitMQ clusters are offered as a service. See https://www.rabbitmq.com/docs/user-limits.
0 commit comments