-
Notifications
You must be signed in to change notification settings - Fork 11
Unable to configure AWS secrets in rabbitmq.conf #6
Comments
I'm still investigating but so far it looks like the config is generated correctly but |
So |
So the
and similar lines mean that an AWS-specific endpoint cannot be reached, which will happen unless you run Additional logging suggests that the configuration is applied successfully. I'm inclined to think that the report runs into rabbitmq/rabbitmq-peer-discovery-common#5. |
Also note that when debugging peer discovery plugins it is important to wipe node's directory between starts. Nodes that are already cluster members will try to connect to their known peers. Invoking |
(cherry picked from commit bbae8c9)
Thanks for following-up. It turns out I didn't |
Hi we have a simular issue:
On our RabbitMQ EC2 instance an IAM role is attached with the coorect policy. The rabbitMQ config is:
Did anyone face this issue? |
The log message above simply states that the backend does not use registration (or rather it happens out of band). This is not an issue or a reason to be concerned with. DNS and classic config backends do not support registration either, for example. This is not a support forum. Please post more details about what you are trying to do and what the nodes log at debug level to rabbitmq-users. |
Uh oh!
There was an error while loading. Please reload this page.
#I'm using the
3.7.0
generic unix package with Erlang 20.1.7 on Arch LinuxI saved rabbitmq.conf.txt as
./etc/rabbitmq/rabbitmq.conf
relative to where I unpacked the generic-unix archive:When you start up the broker, you will see the following in the log:
The important message is Failed to retrieve AWS credentials: undefined
It appears that the keys in the generated config file may not be what the AWS backend is expecting
rabbitmq.config-generated.txt:
The text was updated successfully, but these errors were encountered: