You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2016-02-25T21:48:00+00:00] ERROR: consul_acl[git] (vault_tgtcfg::_consul_anon line 17) had an error: Diplomat::UnknownStatus: status 301
[2016-02-25T21:48:02+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
so, Diplomat is seeing a redirect, which is odd. It's especially strange because I ran tcpdump like this:
sudo tcpdump -l -vvv -n tcp port 8500 -i any
and while I can use curl to get stuff from consul and I see the traffic in tcpdump, I see NOTHING on ANY interface on port 8500 when chef is allegedly trying to create the ACL.
I'm confused...
The text was updated successfully, but these errors were encountered:
based on the examples in the cookbook, I'm trying to create a simple ACL like this:
which results in a resource like this:
and an error:
so, Diplomat is seeing a redirect, which is odd. It's especially strange because I ran tcpdump like this:
and while I can use curl to get stuff from consul and I see the traffic in tcpdump, I see NOTHING on ANY interface on port 8500 when chef is allegedly trying to create the ACL.
I'm confused...
The text was updated successfully, but these errors were encountered: