Added certificate.* as local key default

This commit is contained in:
mdecimus 2024-05-06 15:09:48 +02:00
parent a30843b72d
commit ede21dbfe8

View file

@ -431,6 +431,7 @@ impl Patterns {
Pattern::Include(MatchType::StartsWith("tracer.".to_string())),
Pattern::Exclude(MatchType::StartsWith("server.blocked-ip.".to_string())),
Pattern::Include(MatchType::StartsWith("server.".to_string())),
Pattern::Include(MatchType::StartsWith("certificate.".to_string())),
Pattern::Include(MatchType::StartsWith(
"authentication.fallback-admin.".to_string(),
)),