mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Typo in mongodb engine (#6125)
This commit is contained in:
committed by
Jim Kalafut
parent
7043a08b8a
commit
4894e3b928
@@ -223,5 +223,5 @@ func (m *MongoDB) RevokeUser(ctx context.Context, statements dbplugin.Statements
|
||||
|
||||
// RotateRootCredentials is not currently supported on MongoDB
|
||||
func (m *MongoDB) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
|
||||
return nil, errors.New("root credentaion rotation is not currently implemented in this database secrets engine")
|
||||
return nil, errors.New("root credential rotation is not currently implemented in this database secrets engine")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user