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:
Arnav Palnitkar
2021-11-10 14:20:36 -08:00
committed by GitHub
parent 90decc1405
commit 30a483088d
4 changed files with 14 additions and 6 deletions

View File

@@ -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'],
},