Daniel Givens
Daniel Givens
I'm finding that test-kitchen with vagrant-lxc is a better fit.
Different error now with go 1.17 ``` ❯ go get -u github.com/hasit/bolter go: downloading github.com/hasit/bolter v0.0.0-20221019173212-593eefaa56b7 go: downloading github.com/urfave/cli v1.22.1 go: downloading github.com/olekukonko/tablewriter v0.0.2 go: downloading github.com/kval-access-language/kval-boltdb v0.0.0-20170330045345-f3797777c95e go: downloading...
This is still an issue with Authenticator 6. This should at least be documented.
I tried using [vault-plugin-secrets-tailscale](https://github.com/bloominlabs/vault-plugin-secrets-tailscale), but it didn't work out for me. When a Vault lease is revoked or expires, the secrets associated with the lease are revoked. I am using...
To be fair, this is a known issue with Terraform. It's very explicitly stated in the Terraform docs about avoiding secrets in the state. It's not something specific to the...
@james-lawrence I can see your point of view, but it applies equally to the Vault provider as well. [The first several paragraphs of the overview for that provider](https://registry.terraform.io/providers/hashicorp/vault/latest/docs) is very...
I used it previously to get auth keys through the Vault pulumi provider, but found that they were getting revoked before the instances could start and switched to using the...
The issue isn't with the auth keys. It's that the API keys have a fixed expiry. They've added oauth client auth that can serve in place of API keys, but...
I saw this a while back, but it seemed to go away for a while, then it became a problem again about a week ago. We are using the standard...