Create RabbitMQ Streams - CLI commands #10616
-
Hi Team, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Applications declare streams, not operators. Even tools like the K8S Topology Operator use client libraries under the hood, not a "special API" of sorts. All client libraries, including the HTTP API ones, eventually run into the same set of permission checks. If they don't have sufficient permissions, they should be given them. They can use a dedicated virtual host in test environments where they would have a complete set of permissions (although that sort of defeats the purpose of testing, but you have to find a convenience/delta with production balance). |
Beta Was this translation helpful? Give feedback.
-
@michaelklishin thanks for your quick response. |
Beta Was this translation helpful? Give feedback.
Applications declare streams, not operators.
Even tools like the K8S Topology Operator use client libraries under the hood, not a "special API" of sorts. All client libraries, including the HTTP API ones, eventually run into the same set of permission checks.
If they don't have sufficient permissions, they should be given them. They can use a dedicated virtual host in test environments where they would have a complete set of permissions (although that sort of defeats the purpose of testing, but you have to find a convenience/delta with production balance).