-
Notifications
You must be signed in to change notification settings - Fork 11
no_proxy configuration is required for rabbitmq-peer-discovery-aws in rabbitmq.conf #28
Comments
Thank you for your time. Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. GitHub issues are not used for questions, investigations, root cause analysis, discussions of potential issues, etc (as defined by this team). We get at least a dozen of questions through various venues every single day, often light on details. Please post this to rabbitmq-users. Thank you. |
This plugin assumes that
contains a hint. |
Perhaps proxy exclusions would help but I don't know why would it make sense to access |
to be able to use the plugin I need to use corp proxy so rabbitmq.conf file set as below: |
I reached to this point that I need to bypass |
@amir-git please post your questions to the mailing list in the future. Proxy exclusions are configured like so cluster_formation.proxy.proxy_exclusions.1 = a-host
cluster_formation.proxy.proxy_exclusions.2 = 169.254.169.254 (very much like all list-like things, e.g. listeners, are configured in |
Cluster Formation documentation guide was updated to cover this. Thank you for bringing this up. |
Uh oh!
There was an error while loading. Please reload this page.
I am getting following error when I use "cluster_formation.proxy.http_proxy"
Failed to fetch EC2 instance ID from "http://169.254.169.254/latest/meta-data/instance-id"
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
I have setup proxy and can successfully load the required plugins, I need to configure no_proxy somewhere to be able to retrieve instance-id
The text was updated successfully, but these errors were encountered: