Robin Wenzel
Robin Wenzel
GitHub has wikis. I'd propose using that. I am too missing the API specification since I'm only using this library occasionally and feel like I have to re-learn it every...
+1 here. I currently use an emoji for group names, but images would be better.
Hey @simond-b2 - encountered the same issue today after upgrading to the new provider version. It is indeed correct, that this new approach works, if you are setting up a...
Just wanted to confirm that `number` works and the default `pathname` or `url` does not with private repos. I will use that as a general comments section across our page...
I'd say helm is a lot more flexible and complex. It has things like loops and can integrate all sorts of things, while kubetpl is "simply" for rendering. Helm is...
Sure: ctrl1 ```json "Vaults": [ { "Addr": "https://vault.*******.com", "AllowUnauthenticated": true, "ConnectionRetryIntv": 30000000000, "DefaultIdentity": null, "Enabled": true, "JWTAuthBackendPath": "jwt-nomad", "Name": "default", "Namespace": "", "Role": "nomad-cluster-access-auth", "TLSCaFile": "", "TLSCaPath": "", "TLSCertFile": "",...
We've been running this nomad since 1.3 or something iirc., we usually update to the latest major/minor shortly after release. We definitely plan to use the new workload identities with...
Here is the LOC: https://github.com/rebuy-de/aws-nuke/blob/6092ed818b8e6708b0496386cdc8b5559ab72bb0/pkg/config/config.go#L138 One can simply clone the repo, change that line and build the tool with `go build`. That took me about 5 minutes. I encourage you...
There has been no activity in this Repository for quite a while. I feel like the people at 1Password are simply focusing on other things. I'm not sure how many...
AFAIK centos8 is supported for a while now, see: https://openresty.org/en/linux-packages.html#centos Now CentOS9 (And Rocky Linux 9) are missing. Until this is updated, [one must build from source.](https://openresty.org/en/installation.html#building-from-source)