Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements Config Parser #77

Merged
merged 1 commit into from
Oct 14, 2019
Merged

Implements Config Parser #77

merged 1 commit into from
Oct 14, 2019

Conversation

lukehinds
Copy link
Member

This pull request allows the agent to make use of the existing
INI config format used in the python variation of keylime.conf

It also allows declaration of an individual config file for each
function call. This will allow future use of more config files
(should we care to have them) such as database.ini or
myplugin.ini

I selected rust-ini crate as it is an active and maintainted
project generally considered stable

Resolves: #27

This pull request allows the agent to make use of the existing
INI config format used in the python variation of keylime.conf

It also allows declaration of an individual config file for each
function call. This will allow future use of more config files
(should we care to have them) such as `database.ini` or
`myplugin.ini`

I selected `rust-ini` crate as it is an active and maintainted
project generally considered stable

Resolves: #27
Copy link
Contributor

@frozencemetery frozencemetery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't tested, but code looks fine.

@lukehinds lukehinds merged commit cbea000 into keylime:master Oct 14, 2019
@lukehinds lukehinds mentioned this pull request Oct 16, 2019
10 tasks
@lukehinds lukehinds mentioned this pull request Oct 23, 2019
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement config parser
2 participants