vault-benchmark
vault-benchmark copied to clipboard
A tool for benchmarking usage of Vault.
Tracking issue for: - [ ] https://github.com/hashicorp/vault-benchmark/security/code-scanning/1
Running vault in kubernetes as a cronjob, collecting metrics is failing because Vault Benchmark shuts down immediately after printing results we’re not able to scrape the result metrics quick enough....
Currently Vault Benchmark supports tokens for authentication into the cluster. However it would be great if Vault Benchmark could use Kuberenets Auth method. It is difficult to run Vault Benchmark...
This PR was automatically generated by CRT tooling. If this PR *_does not_* target a release branch, ensure it gets backported to active release branches. Artifact source: * HEAD commit...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...
Due to a golang toolchain regression, one previously was able to observe failure to decrypt secrets - but only when accessed concurrently. Does this benchmark tool use multi-threading to concurrently...
My `config.hcl`: ``` # Benchmark config options vault_addr = "http://localhost:8200" vault_token = "root" vault_namespace = "root" test "transit_decrypt" "transit_decrypt_test" { weight = 100 config { payload_len = 191 } }...
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.4 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) 0.7.6 (May...
This is just a preview so far, wanted to support seal wrap feature for creating auth/secret mounts. Just did it for kvv2 as an example here, might go and do...