Alexandre Pauwels
Alexandre Pauwels
Currently, this library sources credentials for performing operations exclusively from env. Although this is convenient most of the time, it introduces two problems: - Side effects, any consuming binary or...
Example code, this works properly: ``` div#myExampleDiv p An example paragraph ``` When I write the `div`, then hit enter, and then hit tab, pug-mode correctly indents the `p` tag....
## Description I have recently deployed an EKS cluster with both public and private endpoint access. This succeeded without issue. The problem arises when trying to make a subsequent update...
#### Is your feature request related to a problem? Please describe. IPv6 is a major blocker for organizations implementing the Grafana stack in single- or dual-stack IPv6 environments. EKS now...
**Is your feature request related to a problem? Please describe.** The `ca.crt` field is added to the TLS secret generated by CA issuers, but is null for ACME issuers. **Describe...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
If the current context user is a username/password user, use that as the basic auth for the requests. This seems to not be necessary otherwise. fixes #1