open-vault/builtin/credential/cert
Alexander Scheel 9cd4850bc8
Fix race in cert auth tests (#17181)
There were two races here:

 1. Tests racing against periodic func on updating the backend.
 2. Tests racing internally to itself, to access the http-served
    CRL data.

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2022-09-19 09:09:03 -04:00
..
cmd/cert
test-fixtures
backend.go Fetch CRLs from a user defined URL (#17136) 2022-09-16 16:44:30 -05:00
backend_test.go update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
cli.go
path_certs.go auth/cert: Add certificate extensions as metadata (#13348) 2022-01-03 13:38:16 -08:00
path_config.go auth/cert: Add metadata to identity-alias (#14751) 2022-08-23 11:03:53 -07:00
path_crls.go Fetch CRLs from a user defined URL (#17136) 2022-09-16 16:44:30 -05:00
path_crls_test.go Fix race in cert auth tests (#17181) 2022-09-19 09:09:03 -04:00
path_login.go Fetch CRLs from a user defined URL (#17136) 2022-09-16 16:44:30 -05: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