Skip to main content

builtins

Function builtins 

Source
pub fn builtins() -> impl Iterator<Item = &'static dyn SecretPattern>
Expand description

Iterate over every built-in pattern as &dyn SecretPattern.

Useful for downstream consumers (the secret store’s pattern_id inheritance in P2.4, the OTLP sanitizer in #240, the OTEL scan auditor in #242) that want to walk the whole catalogue without caring about the Builtin adapter type.