Calvin Leung Huang

Results 41 comments of Calvin Leung Huang

Hey @CoolHandDev, unfortunately I was not able to get it working! I was able to get static builds from MacOS to amd64 targets, but even that was a hassle so...

It looks like `TestSecretsEnableCommand_Run` is consistently failing so we might have to update that test.

Could you do a `go mod tidy` to see if it changes the dependencies? I feel that removing 8k lines of code would allow us to remove some deps and/or...

Updates for 1.13.0 done in [6f0a450](https://github.com/hashicorp/vault/pull/18144/commits/6f0a450a3d2318cea8960b086355e8c05aa153ab).

It looks like `vault-plugin-auth-azure` [uses](https://github.com/hashicorp/vault-plugin-auth-azure/blob/1d52969498419b50f7880892585fd931717779cd/util.go#L55) `sdk/useragent`.

> Another piece of functionality I'd like to point out is when Vault agent is rebooted for DR or maintenance, it regenerates all certificates/secrets. It would make more sense for...

That's totally reasonable, and we'd love to be able to support this for workflows outside of Kubernetes as well. We focused on Kubernetes upon initial release of the feature given...

I would think that setting the `DESTINATION` path would be like `cp` or `mv`, where if you you don't specify the filename, the target file will have the same name...

Right, I don't know what is the right call here, whether it should be `/destination/path/to/s3_file` or `/destination/s3_file`.

Actually, if the image is used to sync a single file I think it would make more sense to use `$(basename $S3_KEY)` rather than making the directory tree for the...