mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-01 03:16:31 +02:00
authorize: remove extra formatting directive
This commit is contained in:
parent
5a4acc5cd3
commit
8d6a812098
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ func isValidClientCertificate(
|
||||||
valid := verifyErr == nil
|
valid := verifyErr == nil
|
||||||
|
|
||||||
if verifyErr != nil {
|
if verifyErr != nil {
|
||||||
log.Debug(context.Background()).Err(verifyErr).Msg("client certificate failed verification: %w")
|
log.Debug(context.Background()).Err(verifyErr).Msg("client certificate failed verification")
|
||||||
}
|
}
|
||||||
|
|
||||||
isValidClientCertificateCache.Add(cacheKey, valid)
|
isValidClientCertificateCache.Add(cacheKey, valid)
|
||||||
|
|
Loading…
Add table
Reference in a new issue