open-vault/builtin/credential/approle
Vishal Nayak df8484f7af
approle: Make invalid role_id a 400 error instead of 500 (#4470)
* make invalid role_id a 400 error

* remove single-use validateCredentials function

* remove single-use validateBindSecretID function

* adjust the error message for CIDR check failure

* locking updates as review feedback
2018-05-04 10:15:16 -04:00
..
backend.go naming changes 2018-04-23 16:52:09 -04:00
backend_test.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
path_login.go approle: Make invalid role_id a 400 error instead of 500 (#4470) 2018-05-04 10:15:16 -04:00
path_login_test.go Core handling of TTLs (#4230) 2018-04-03 12:20:20 -04:00
path_role.go s/enable_local_secret_ids/local_secret_ids 2018-04-24 17:52:42 -04:00
path_role_test.go s/enable_local_secret_ids/local_secret_ids 2018-04-24 17:52:42 -04:00
path_tidy_user_id.go remove unneeded comments 2018-04-24 16:28:25 -04:00
path_tidy_user_id_test.go AppRole: Cleanup accessor indexes and dangling accessor indexes (#3924) 2018-02-06 15:44:48 -05:00
validation.go approle: Make invalid role_id a 400 error instead of 500 (#4470) 2018-05-04 10:15:16 -04:00
validation_test.go Pass context to backends (#3750) 2018-01-08 10:31:38 -08:00