boarder981
boarder981
Please note that I'm using the dockerized version of git2consul, latest tag 0.12.13. I'm posting here because activity in the [docker project](https://github.com/Cimpress-MCP/docker-git2consul/issues) looks pretty slim. Occasionally git2consul appears to "die"...
Hello, Consul 1.4 introduced a [new ACL system](https://www.consul.io/docs/upgrading/upgrade-specific#acl-upgrade) where a token's permissions are tied to a policy (or multiple policies), rather than being baked into the token itself. I just...
**What happened**: I need to get the real IP of incoming requests, so I have added the following to my ingress-nginx configMap: ``` use-forwarded-headers: "true" enable-real-ip: "true" ``` Requests going...
# Expected Behavior Trigger hands off Slack urlencoded request to the custom slack interceptor, which then decodes the body into JSON and returns it to the Trigger for further processing...