open-vault/builtin/credential/approle
akshya96 542570c289
Return errInvalidCredentials when wrong credentials is provided for existent users (#17104)
* adding errInvalidCredentials

* fixing tests

* add changelog

* fixing fmt errors

* test if routeErr is seen externally and fixing error comment

* adding fmt changes

* adding comments
2022-09-27 16:49:14 -07:00
..
cmd/approle
backend.go Check if plugin version matches running version (#17182) 2022-09-21 12:25:04 -07:00
backend_test.go Return errInvalidCredentials when wrong credentials is provided for existent users (#17104) 2022-09-27 16:49:14 -07:00
path_login.go Return errInvalidCredentials when wrong credentials is provided for existent users (#17104) 2022-09-27 16:49:14 -07:00
path_login_test.go VAULT-6727 Adjust cert and approle role resolution, add more tests (#16341) 2022-07-20 09:24:06 -04:00
path_role.go Add fields 'ttl' and 'num_uses' to SecretID generation. (#14474) 2022-09-02 09:29:59 -07:00
path_role_test.go Return errInvalidCredentials when wrong credentials is provided for existent users (#17104) 2022-09-27 16:49:14 -07:00
path_tidy_user_id.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_tidy_user_id_test.go builtin/credential/approle: fix dropped test errors (#11990) 2021-07-05 11:00:12 -04:00
validation.go add value length check to approle createHMAC (#14746) 2022-03-29 14:43:35 -04:00
validation_test.go