mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Update Oracle DB secrets docs to reflect support for static roles (#8168)
* Fix typos * Update Oracle DB secrets docs to show support for Static Roles * Add warning about username case sensitivity * Remove warning about casing * Fix typo Co-Authored-By: Becca Petrin <beccapetrin@gmail.com> Co-authored-by: Becca Petrin <beccapetrin@gmail.com>
This commit is contained in:
@@ -297,8 +297,8 @@ func (m *MySQL) SetCredentials(ctx context.Context, statements dbplugin.Statemen
|
||||
}
|
||||
|
||||
// executePreparedStatmentsWithMap loops through the given templated SQL statements and
|
||||
// applies the a map to them, interpolating values into the templates,returning
|
||||
// tthe resulting username and password
|
||||
// applies the map to them, interpolating values into the templates, returning
|
||||
// the resulting username and password
|
||||
func (m *MySQL) executePreparedStatmentsWithMap(ctx context.Context, statements []string, queryMap map[string]string) error {
|
||||
// Grab the lock
|
||||
m.Lock()
|
||||
|
||||
@@ -12,9 +12,10 @@ description: |-
|
||||
|
||||
Oracle is one of the supported plugins for the database secrets engine. This
|
||||
plugin generates database credentials dynamically based on configured roles for
|
||||
the Oracle database.
|
||||
the Oracle database and also supports [Static
|
||||
Roles](/docs/secrets/databases/index.html#static-roles).
|
||||
|
||||
The Oracle database plugin is not bundled in the core Vault code tree and can be
|
||||
~> The Oracle database plugin is not bundled in the core Vault code tree and can be
|
||||
found at its own git repository here:
|
||||
[hashicorp/vault-plugin-database-oracle](https://github.com/hashicorp/vault-plugin-database-oracle)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user