Assure compatibility with Vault >= 1.13 #135
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These are the changes mentioned in #134.
The following dependencies have been updated:
github.com/hashicorp/go-hclog
v1.6.2 -> v1.6.3github.com/hashicorp/vault/api
v1.12.1 -> v1.14.0github.com/prometheus/client_golang
v1.19.0 -> v1.19.1github.com/prometheus/common
v0.50.0 -> v0.53.0This version has been tested with a custom build on vault 1.13.11.
The binary used for testing this change is available through a release on the fork: https://github.com/arnecls/vault-plugin-secrets-github/releases/tag/v2.1.1
Additional changes
CG_ENABLED=0
set during buildvault plugin list
)vault-plugin-secrets-github
. This makes fork handling simpler as otherwise submodule from main, and not the fork, would be usedNote
This change might be incompatible with vault 1.12 or earlier.
This has not been tested yet.