NickMRamirez
NickMRamirez
### Detailed Description of the Problem The [documentation describes](https://cbonte.github.io/haproxy-dconv/2.5/configuration.html#hold) the `hold` directive in a `resolvers` sections as: ``` hold Defines during which the last name resolution should be kept based...
### Detailed Description of the Problem The `add_item` converter concatenates fields and puts a delimiter between them. While characters like a colon or slash work as a delimiter, the converter...
### Detailed Description of the Problem I have defined the following stick table in a `peers` section: ``` table response_times type binary len 20 size 1000000 store gpt(0) ``` According...
Introduced in Consul 1.6. When Connect is enabled, the Consul UI has a tab that allows the user to create dynamic routes. Could this be implemented in HAProxy-Consul-Connect? https://www.consul.io/docs/connect/config-entries/service-router Consul's...
Currently, the SPOA that checks Intentions is giving me an error when a request is received: ``` echo_1 | time="2019-09-18T20:02:40Z" level=info msg="spoe: hello from @: map[capabilities:pipelining engine-id:54DB81E3-F4EA-4899-BE8D-5F6F1EC62A1A max-frame-size:16380 supported-versions:2.0]" echo_1...
Using a manifest like this: ``` redis::server { "${env}-redis-${port}" : redis_memory => $memory, redis_ip => $ip, redis_port => $port, requirepass => $password, running => true, enabled => true, redis_nr_dbs =>...
We're creating a message like this: ``` msg := rfc5424.Message{ Priority: rfc5424.Daemon | rfc5424.Info, Timestamp: time.Now(), Hostname: al.osHostname, ProcessID: al.osPid, AppName: "fusion", Message: p, } ``` Here, we've set AppName...
### Detailed Description of the Problem To avoid confusion, could the following directives be updated in the configuration guide to indicate that they apply to Lua scripts? In one instance,...
### Detailed Description of the Problem This is a problem with the program that converts `configuration.txt` to HTML. In https://docs.haproxy.org/2.8/configuration.html, there are two instances of the phrase: ``` consult section...
### Detailed Description of the Problem The fetch `aes_gcm_enc` describes "Decrypt", but should describe "Encrypt". > Decrypts the raw byte input using the AES128-GCM, AES192-GCM or AES256-GCM algorithm, depending on...