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

config: revocation_actions option should be a list #489

Closed
ansasaki opened this issue Dec 9, 2022 · 0 comments
Closed

config: revocation_actions option should be a list #489

ansasaki opened this issue Dec 9, 2022 · 0 comments
Labels
configuration Involves changes to configuration file format enhancement feature_request

Comments

@ansasaki
Copy link
Contributor

ansasaki commented Dec 9, 2022

Following the python agent configuration, the revocation_actions option should be a list and not a single string.

Currently, the rust agent expects a comma separated list of binaries in a single string. It should expect a list.

Related: #455

@ansasaki ansasaki added enhancement feature_request configuration Involves changes to configuration file format labels Feb 8, 2023
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Jun 13, 2023
The revocation_actions and revocation actions list file accepted only a
single format of list.

Make the accepted list format more flexible by accepting:

* comma separated strings
* space separated strings
* newline separated strings
* quoted or unquoted strings
* list inside square brackets or not

Fixes: keylime#489, keylime#440

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Jun 13, 2023
The revocation_actions and revocation actions list file accepted only a
single format of list.

Make the accepted list format more flexible by accepting:

* comma separated strings
* space separated strings
* newline separated strings
* quoted or unquoted strings
* list inside square brackets or not

Fixes: keylime#489, keylime#440

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Jun 13, 2023
The revocation_actions and revocation actions list file accepted only a
single format of list.

Make the accepted list format more flexible by accepting:

* comma separated strings
* space separated strings
* newline separated strings
* quoted or unquoted strings
* list inside square brackets or not

Fixes: keylime#489, keylime#440

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Jun 19, 2023
The revocation_actions and revocation actions list file accepted only a
single format of list.

Make the accepted list format more flexible by accepting:

* comma separated strings
* space separated strings
* newline separated strings
* quoted or unquoted strings
* list inside square brackets or not

Fixes: keylime#489, keylime#440

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Jun 20, 2023
The revocation_actions and revocation actions list file accepted only a
single format of list.

Make the accepted list format more flexible by accepting:

* comma separated strings
* space separated strings
* newline separated strings
* quoted or unquoted strings
* list inside square brackets or not

Fixes: keylime#489, keylime#440

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Jun 23, 2023
Make the accepted list format more flexible by parsing with the
keylime::list_parser.

Fixes: keylime#489, keylime#440

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Jun 23, 2023
Make the accepted list format more flexible by parsing with the
keylime::list_parser.

Fixes: keylime#489, keylime#440

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Jun 23, 2023
Make the accepted list format more flexible by parsing with the
keylime::list_parser.

Fixes: keylime#489, keylime#440

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Jun 23, 2023
Make the accepted list format more flexible by parsing with the
keylime::list_parser.

Fixes: keylime#489, keylime#440

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration Involves changes to configuration file format enhancement feature_request
Projects
None yet
Development

No branches or pull requests

1 participant