Karsten Heymann

Results 20 issues of Karsten Heymann

I'm having a cosmetic issue: When run on a black-on-white terminal, at least the yellow output is nearly complete unreadable and I have to copy-and-paste it to be able to...

**Describe the feature:** Add the ability to specify environment variables for command checks. **Describe the solution you'd like** ``` command: vault status: exit-status: 0 environment: VAULT_ADDR: "https://....:8200" VAULT_CACERT: "/etc/ssl/my-internal-ca.pem" timeout:...

enhancement
approved

For very large change sets, listing them on the command line exceeds the maximum command line length. This change lets git pick up the changed files instead. Fixes #4

## Desired Behavior Introduce new config variables `AUTH_LDAP_USER_SEARCH_EXTRA_FILTER` and `AUTH_LDAP_GROUP_SEARCH_EXTRA_FILTER` that are added to the LDAP queries. This would allow to filter users/groups based on their attributes (for example to...

enhancement

gnt-network {add|modify} --add-reserved-ips ,, expects a comma separated list of ip addresses. When reserving larger ranges of ips, it is much more convenient to be able to specify an ip...

Hi Adrian, bear with me, yet another wishlist issue: We always have dozens of environments with lots of modules and one thing that takes up a lot of time is...

**Is your feature request related to a problem? Please describe.** Our docker daemons run with the `registry-mirror=` setting set, as our systems cannot access the internet directly. We have configured...

Type: Enhancement
Priority: Low
Status: Available

If mysqld_exporter runs on the same system as the database, socket based authentication removes the need to manage a password. Signed-off-by: Karsten Heymann

The fact that you have to specficy db *and* base_dn makes it impossible to address the root object of a ldap tree with this provider, because even if I leave...

Given a variable defined like Enum['up','down'] $elevator_direction a case statement over this variable should not require or even allow a default field case $elevator_direction { 'up' => { ... do...

feature