mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Add message while adding Oracle db connection (#13087)
* Add message while adding Oracle db connection - Since UI currently doesn't have support for custom plugin names, inform user to use the default plugin name for oracle * Updated warning message * Updated message
This commit is contained in:
@@ -56,7 +56,7 @@ const testCases = [
|
||||
dynamicRoleFields: ['creation_statements', 'revocation_statements', 'ttl', 'max_ttl'],
|
||||
},
|
||||
{
|
||||
pluginType: 'oracle-database-plugin',
|
||||
pluginType: 'vault-plugin-database-oracle',
|
||||
staticRoleFields: ['username', 'rotation_period'],
|
||||
dynamicRoleFields: ['creation_statements', 'revocation_statements', 'ttl', 'max_ttl'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user