No description
Find a file
oss-core-libraries-dashboard[bot] 1feb88b779
[COMPLIANCE] Update Copyright and License Headers (#85)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-03-02 20:58:09 -08:00
.github/workflows * Update github secret reference (#78) 2022-07-26 14:51:52 -04:00
CODEOWNERS Create CODEOWNERS 2024-11-12 09:39:12 -05:00
go.mod Update go.mod 2020-08-19 13:49:14 +01:00
go.sum go mod tidy 2020-09-01 22:06:09 +01:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (#85) 2026-03-02 20:58:09 -08:00
mock.go Update mock.go 2020-08-19 13:48:54 +01:00
README.md Update README.md 2021-08-26 14:01:43 -07:00

vault-plugin-mock

This is a mock Vault plugin for testing.

It is imported by the real Vault, so while it is functionally a no-op, changes can break Vault. In particular:

  • Don't rename the package
  • Don't rename or remove the exported constant
  • Ensure it always compiles