Steve Gore
Steve Gore
For those using go modules, add the below to the bottom of your `go.mod` and run `go mod tidy` ``` replace ( golang.org/x/net => github.com/golang/net master ) ``` It will...
FWIW @hawksight, that's exactly what HashiCorp seem to be suggesting to get Kuberetes auth working - https://learn.hashicorp.com/tutorials/vault/agent-kubernetes?in=vault%2Fauth-methods#kubernetes-1-24-only=
Just noting I didn't need to set `bound_issuer`. I have: ``` vault auth enable oidc vault write auth/oidc/config \ oidc_discovery_url="https://accounts.google.com" \ oidc_client_id="xxx.apps.googleusercontent.com" \ oidc_client_secret="xxx" \ default_role="gmail" vault write auth/oidc/role/gmail \...
> If it's because you want to use markdown with description-content-type That's pretty much what we're hoping to achieve, yes. We're using the ```README.md ```from our GitHub repos as the...
FWIW I have it running by adding it to a Windows batch file, and adding that batch file to the start up folder. Have yet managed to get it to...
Sounds good to me!
> Making very slow progress trying to understand the code from https://github.com/alin23/Lunar and port it to Rust. this seems totally doable, just not something that will get done quickly. >...
Thank you. I ended up getting my PC (second computer) to run `display-switch` and that works just as well it turns out.