forked from hashicorp/vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
162fbb2
commit 360ade8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vault-plugin-secrets-kv
updated
12 files
+1 −1 | .github/workflows/linting.yaml | |
+2 −2 | .github/workflows/tests.yml | |
+22 −0 | CHANGELOG.md | |
+1 −1 | CODEOWNERS | |
+45 −39 | README.md | |
+2 −1 | backend.go | |
+22 −19 | go.mod | |
+52 −49 | go.sum | |
+0 −2 | path_config.go | |
+115 −193 | path_metadata.go | |
+110 −0 | path_search.go | |
+203 −0 | path_search_test.go |