Config Parse

A rust app to extract public information from your config files while keeping secret information (passwords, keys, etc) hidden. Currently only for .yaml and .properties files.

Usage

The app is configured through the config_parser.toml file. - files: Paths of the files that will be parsed. - keys: Array of String types of the keys that will be extracted. Separated by dot notation (e.g. auth.client.key) - filetype: The type of the files that will be parsed. properties or yaml.

Future Work