mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
* [VAULT-33083] support mount external engine * add "Plugin type" and "Plugin version" fields to the enable mount page * add changelog * address copilot review comments * address PR comments, code cleanup * fix test failures * Add support for external plugins registered without a plugin version * external plugin should be enabled for enterprise only, plugin version should be mandatory for external plugins * fix tests * address copilot feedback * fix failing tests, add unit test coverage * address PR comments * address PR comments * remove dead code * move no external versions alert * Only show un-versioned plugin message if there are un-versioned plugins in the catalog. * address PR comments * use ApiService instead of custom PluginPinsService; fix failing tests * revert changes to forms/mount.ts and forms/auth/method.ts Co-authored-by: Shannon Roberts (Beagin) <beagins@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| forms | ||
| model-helpers | ||
| advanced-secret-test.js | ||
| all-engines-metadata-test.js | ||
| api-path-test.js | ||
| backend-route-helpers-test.js | ||
| chart-helpers-test.js | ||
| common-prefix-test.js | ||
| decode-config-from-jwt-test.js | ||
| external-plugin-helpers-test.js | ||
| key-utils-test.js | ||
| kmip-role-fields-test.js | ||
| kv-breadcrumbs-test.js | ||
| kv-path-test.js | ||
| ldap-breadcrumbs-test.js | ||
| openapi-helpers-test.js | ||
| openapi-to-attrs-test.js | ||
| paginate-list-test.js | ||
| plugin-catalog-helpers-test.js | ||
| query-param-string-test.js | ||
| sanitize-path-test.js | ||
| sort-objects-test.js | ||
| timestamp-test.js | ||
| transform-engine-logic-test.js | ||
| trim-right-test.js | ||
| version-utils-test.js | ||