open-vault/builtin/credential/cert
Alexander Scheel 45acac0e64
Return OCSP errors on cert auth login failures (#20234)
* Return OCSP errors on cert auth login failures

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

* Switch to immediately returning the first match

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

* Add changelog entry

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

---------

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-04-19 08:54:45 -04:00
..
cmd/cert
test-fixtures
backend.go
backend_test.go Add missing cert auth ocsp read data (#20154) 2023-04-13 18:59:09 +00:00
cli.go
path_certs.go Add missing cert auth ocsp read data (#20154) 2023-04-13 18:59:09 +00:00
path_config.go
path_crls.go
path_crls_test.go
path_login.go Return OCSP errors on cert auth login failures (#20234) 2023-04-19 08:54:45 -04:00
path_login_test.go Add missing cert auth ocsp read data (#20154) 2023-04-13 18:59:09 +00:00
test_responder.go