mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 10:37:56 +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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Golowka
					Michael Golowka