What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi, is there a way to use rabbitmq without Admin rights? I get the following error when running vend

UMZRJAE7M
UMZRJAE7M Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet
edited October 2019 in Help

Hi, is there a way to use rabbitmq without Admin rights? I get the following error when running vendor/bin/install and a rabbitmq host where I don't have Admin rights:
Client error: "PUT <https://dove.rmq.cloudamqp.com/api/permissions/cacucmmu/cacucmmu>" resulted in a "401 Unauthorized" response:\n{\"error\":\"not_authorised\",\"reason\":\"Not administrator user

Comments

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    I think "no", you need to create queues somehow and admin is required for that

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    πŸ€” but then again it might work to skip it in install and do this manually

  • UMZRJAE7M
    UMZRJAE7M Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet

    using the non-admin-user, I can add queues in RabbitMQ, so this should not be the problem

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    you can try to modify
    config/install/development.yml (or whatever the envname you're using) and remove queue related tasks from there

  • UMZRJAE7M
    UMZRJAE7M Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet

    ok, I'll have a look

  • UMZRJAE7M
    UMZRJAE7M Posts: 31 πŸ§‘πŸ»β€πŸš€ - Cadet

    thx