Adrian Moisey
Adrian Moisey
I'm not sure if this is a good idea or not, but we're currently finding that we're linting different parts of code to different standards. It would be nice to...
``` shell $ cat test.json { "one": "value", "two": 2, "three": "three", } $ jsonlint test.json test.json:5:0: Warning: Strict JSON does not allow a final comma in an object (dictionary)...
It would be nice if the result of a linting of the entire project is reported to the github status api (https://github.com/blog/1227-commit-status-api). Then there should be an option to allow...
https://github.com/linkedin/Burrow/wiki/Configuration#tls-profile The example has `noverify` but the table below it has `no-verify`.
I did quite a large cleanup in order to generate cards easier. Since it was quite a big overhaul, I assume it wouldn't be merged in. If this looks like...
### What happened? In the scenario where a Pod has multiple Services pointing at it, multiple PTR records are also created. ### What did you expect to happen? A single...
This handles the case where multiple rules have identical paths, but differing types. This should populate the $service_name variable with the correct service name. ## What this PR does /...
**What happened**: When defining two backends, as such: ``` - backend: service: name: service-a port: number: 80 path: / pathType: Exact - backend: service: name: service-b port: number: 80 path:...
Fixes https://github.com/hashicorp/vault-secrets-operator/issues/271 Some services (such as AWS IAM) are eventually consistent and require some time between generating the secret, and using the secret. Without this delay our services can't access...
**Is your feature request related to a problem? Please describe.** Some secrets (ie, AWS IAM) are eventually consistent and require a delay before they can be used. **Describe the solution...