2c8e88ab67
Check if plugin version matches running version When registering a plugin, we check if the request version matches the self-reported version from the plugin. If these do not match, we log a warning. This uncovered a few missing pieces for getting the database version code fully working. We added an environment variable that helps us unit test the running version behavior as well, but only for approle, postgresql, and consul plugins. Return 400 on plugin not found or version mismatch Populate the running SHA256 of plugins in the mount and auth tables (#17217) |
||
---|---|---|
.. | ||
cmd/consul | ||
backend.go | ||
backend_test.go | ||
client.go | ||
path_config.go | ||
path_roles.go | ||
path_token.go | ||
path_token_test.go | ||
secret_token.go |