package
0.6.0
Repository: https://github.com/choria-io/go-security.git
Documentation: pkg.go.dev

# Functions

MatchAnyRegex checks str against a list of possible regex, if any match true is returned.
New creates a new instance of the File Security provider.
WithChoriaConfig optionally configures the File Security Provider from settings found in a typical Choria configuration.
WithConfig optionally configures the File Security Provider using its native configuration format.
WithLog configures a logger for the File Security Provider.

# Structs

Config is the configuration for FileSecurity.
FileSecurity implements SecurityProvider using files on disk.

# Type aliases

Option is a function that can configure the File Security Provider.