mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-07 20:51:28 +00:00
Run all builtins as plugins (#5536)
This commit is contained in:
@@ -322,15 +322,45 @@ func TestPredict_Plugins(t *testing.T) {
|
||||
"good_path",
|
||||
client,
|
||||
[]string{
|
||||
"ad",
|
||||
"alicloud",
|
||||
"app-id",
|
||||
"approle",
|
||||
"aws",
|
||||
"azure",
|
||||
"cassandra",
|
||||
"cassandra-database-plugin",
|
||||
"centrify",
|
||||
"cert",
|
||||
"consul",
|
||||
"gcp",
|
||||
"gcpkms",
|
||||
"github",
|
||||
"hana-database-plugin",
|
||||
"jwt",
|
||||
"kubernetes",
|
||||
"kv",
|
||||
"ldap",
|
||||
"mongodb",
|
||||
"mongodb-database-plugin",
|
||||
"mssql",
|
||||
"mssql-database-plugin",
|
||||
"mysql",
|
||||
"mysql-aurora-database-plugin",
|
||||
"mysql-database-plugin",
|
||||
"mysql-legacy-database-plugin",
|
||||
"mysql-rds-database-plugin",
|
||||
"nomad",
|
||||
"okta",
|
||||
"pki",
|
||||
"postgresql",
|
||||
"postgresql-database-plugin",
|
||||
"rabbitmq",
|
||||
"radius",
|
||||
"ssh",
|
||||
"totp",
|
||||
"transit",
|
||||
"userpass",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user