RabbitMQ vhost accessActiveMQ or RabbitMQ or ZeroMQ orRabbitMQ / AMQP: single queue, multiple consumers for same message?RabbitMQ: Exchanges, queues and bindings - who does setup what?RabbitMQ dead letter exchange never getting messagesRabbitMQ: Exchanges and Bindings HOW-TOExport RabbitMQ Docker image with vhost and queuesrabbitmq and vhosts and what needs to get setup in AD and how rabbitmq works with the namesRabbitMQ access refused when publishing message - how to give user permission for specific queue?Rabbit MQ create readonly userRabbitMQ Shovel plugin in a cluster
How does Captain America channel this power?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
Can SQL Server create collisions in system generated constraint names?
Can we say “you can pay when the order gets ready”?
Can't get 5V 3A DC constant
Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?
Did the BCPL programming language support floats?
What happens to Mjolnir (Thor's hammer) at the end of Endgame?
How to stop co-workers from teasing me because I know Russian?
Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?
Was there a shared-world project before "Thieves World"?
Critique of timeline aesthetic
Dynamic SOQL query relationship with field visibility for Users
Function pointer with named arguments?
How can I get this effect? Please see the attached image
What makes accurate emulation of old systems a difficult task?
Is there any official lore on the Far Realm?
Do I have an "anti-research" personality?
How can I print the prosodic symbols in LaTeX?
Contradiction proof for inequality of P and NP?
Initiative: Do I lose my attack/action if my target moves or dies before my turn in combat?
How would 10 generations of living underground change the human body?
What happened to Captain America in Endgame?
What is the optimal strategy for the Dictionary Game?
RabbitMQ vhost access
ActiveMQ or RabbitMQ or ZeroMQ orRabbitMQ / AMQP: single queue, multiple consumers for same message?RabbitMQ: Exchanges, queues and bindings - who does setup what?RabbitMQ dead letter exchange never getting messagesRabbitMQ: Exchanges and Bindings HOW-TOExport RabbitMQ Docker image with vhost and queuesrabbitmq and vhosts and what needs to get setup in AD and how rabbitmq works with the namesRabbitMQ access refused when publishing message - how to give user permission for specific queue?Rabbit MQ create readonly userRabbitMQ Shovel plugin in a cluster
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have "account" and "claim" vhosts for two group's applications. I created two administrator users, one account_admin user who can only access to account vhost, second claim_admin user who can only access to
claim vhost. The goal is that 1) these two users should have administrator role so they can create new users and queues in their vhost, 2) we don't want one user can see other vhost's exchange and queue's messages.
The problem is that these admin users can create new user and give this new user to access to other vhost and see their messages. Is there any way to stop it?
rabbitmq
add a comment |
I have "account" and "claim" vhosts for two group's applications. I created two administrator users, one account_admin user who can only access to account vhost, second claim_admin user who can only access to
claim vhost. The goal is that 1) these two users should have administrator role so they can create new users and queues in their vhost, 2) we don't want one user can see other vhost's exchange and queue's messages.
The problem is that these admin users can create new user and give this new user to access to other vhost and see their messages. Is there any way to stop it?
rabbitmq
add a comment |
I have "account" and "claim" vhosts for two group's applications. I created two administrator users, one account_admin user who can only access to account vhost, second claim_admin user who can only access to
claim vhost. The goal is that 1) these two users should have administrator role so they can create new users and queues in their vhost, 2) we don't want one user can see other vhost's exchange and queue's messages.
The problem is that these admin users can create new user and give this new user to access to other vhost and see their messages. Is there any way to stop it?
rabbitmq
I have "account" and "claim" vhosts for two group's applications. I created two administrator users, one account_admin user who can only access to account vhost, second claim_admin user who can only access to
claim vhost. The goal is that 1) these two users should have administrator role so they can create new users and queues in their vhost, 2) we don't want one user can see other vhost's exchange and queue's messages.
The problem is that these admin users can create new user and give this new user to access to other vhost and see their messages. Is there any way to stop it?
rabbitmq
rabbitmq
edited Mar 9 at 9:12
john
asked Mar 9 at 8:56
johnjohn
63
63
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55075622%2frabbitmq-vhost-access%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55075622%2frabbitmq-vhost-access%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown