Ferenc Kovacs
Ferenc Kovacs
because this github release has a trailing space in it's name as you can see in https://api.github.com/repos/currency-cop/currency-cop/releases and the comparision here will always result in the current version considered to...
hi, I was trying to fetch acl data for a node (via GETing /nodes/$node/_acl) and I'm receiving HTTP 403 with body of {"error":["missing read permission"]} https://github.com/chef/chef-server/blob/master/src/oc_erchef/doc/API/acl.md#get-_acl-api says that "The authorization...
Hi, I'm wondering if it is possible somehow to helm diff two local directories (or git revisions of charts), this would be useful for CI pipelines. Currently I'm doing it...
### Description rebasing/fixing #1703 ### Checklist - [x] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [x] Acceptance tests where run against all supported Vault Versions ### Output from acceptance...
### Description rebasing/fixing #1702 ### Checklist - [ ] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [x] Acceptance tests where run against all supported Vault Versions ### Output from...
Could the exporter support fetching json data from local Unix sockets? (`net.Dial("unix", sock)`)? I have a service which currently exposes metrics only on a local socket, for now I can...