Start using entAddExtPlugins instead of the init hook addExternalPlugins (#23665)

This causes the registry to now contain ent plugins on ent; previously it did not, though that appears to have been the intention. I believe this is because of the order in which inits were run.

Having changed this, various tests broke that were relying on the incorrect behaviour. Several tests were changed to rely less on opaque counts of expected plugins, instead they're now using explicit comparison by name.
This commit is contained in:
Nick Cabatoff
2023-10-17 09:46:54 -04:00
committed by GitHub
parent d2b78318ef
commit 34ba7acdb8
6 changed files with 58 additions and 31 deletions

View File

@@ -94,6 +94,7 @@ if [[ -n "${VAULT_LICENSE:-}" ]]; then
vault secrets enable "keymgmt"
vault secrets enable "kmip"
vault secrets enable "transform"
vault auth enable "saml"
fi
# Output OpenAPI, optionally formatted