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:
Michael Golowka
2020-02-13 15:11:33 -07:00
committed by GitHub
parent 9f980ade31
commit 33a7011e99
2 changed files with 5 additions and 4 deletions

View File

@@ -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()