WoOsley

Results 6 issues of WoOsley

This is a reference ticket to https://github.com/hashicorp/vault/issues/8620 ### Consul Template version Vault 1.2 is being used ### Configuration ```hcl vault-agent-config.hcl: |2 pid_file = "/home/vault/pidfile" log_level = "Debug" auto_auth { method...

bug
vault

``` # same thing: sub first-is-largest(@a) { my :($first, *@rest) := \(|@a); ~~~~~~~~~~This line is not working in rakudo return $first >= all(@rest); } ``` (17:06:38) woosley: rakudo: @a =...

content

Hi, currently a set of variables are exposed as "defined variable" by this plugin, I am wondering if it is possible to expose who comment the merge request as variable...

Hi, in my [fork](https://github.com/woosley/etcd-browser), I worked on a multiple nodes support feature by reading information from external configuration file instead of ENV, not sure it is worth a pull request...

Daniel, not sure Kubernetes is an option in your current $work, I am submitting this issue simply for ideas. The current apprunner solves CICD problems to a virtual machine. However,...

According to the HTML::FormHandler::Field document, the unique message is set by ``` messages => { required => '...', unique => '...' } ``` eg: ``` perl has_field 'id' => (...