Sylvain Rabot
Sylvain Rabot
**Describe the bug** I've set up a Vault cluster on EC2 Instances which are linked to an AWS IAM instance profile which allows them to do the required AWS KMS...
I'm using `age` as a lib and I'd like to replicate the behavior of loading keys found at`~/.ssh/id_(rsa|ed25519)`. To do so right now I had to copy `parseSSHIdentity`, `readPubFile` and...
Follow up of https://github.com/mvdan/gofumpt/issues/6#issuecomment-997394376 I like to make a distinction between comments and commented code, i.e.: ```go // This is a comment if thisiscommentedcode == false { } //// This...
It would be useful to have the hashes of each files pre-computed and accessible with according methods so that we can send strong HTTP Etag headers for caching.
Hi, I am currently investigating solutions to crypt certificates, private keys ... etc in git repo and came across this project. I was considering it until I noticed last commit...
Signed-off-by: Sylvain Rabot
First, congrats for the query feature, super useful 👏 However, it would be nice if `gomod graph .` in a go module path would be an alias for `gomod graph...
# Feature request ## Checklist - [ ] The feature / improvement you are suggesting overlaps with the purpose of `gomod`: facilitating the management of Go modules and their dependencies....
**What would you like to be added**: I'd like that `kube_pod_infos` be added labels corresponding of the names of their "ancestors" (`deployment`, `replicaset`, `daemonset`, `statefulset`, `job`, `cronjob`), e.g.: ``` kube_pod_info{namespace="monitoring",pod="kube-state-metrics-7c8d9fb9c4-xwd2l",deployment="kube-state-metrics",replicaset="kube-state-metrics-7c8d9fb9c4"}...
It would be really nice if we could use NATS URL to enable connection options using URL parameters, e.g: ``` nats://127.0.0.1:4222/?rootCA=%2Ftmp%2Fca1.pem&rootCA=%2Ftmp%2Fca2.pem&certFile=%2Ftmp%2Fclient.crt&keyFile=%2Ftmp%2Fclient.key&noReconnect&dontRandomize&reconnectWait=10s&maxReconnects=10 ```