-
Notifications
You must be signed in to change notification settings - Fork 58
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
Use Rust agent-specific config in Makefile #428
Conversation
Can you also change the default configuration path in |
@THS-on Sure thing. I believe these will all need to be changed too; let me know if I'm incorrect.
|
@kkaarreell how do you want to handle the rust agent specific config? |
@greyspectrum yes it makes sense to change them. |
273e73c
to
ac8c670
Compare
@THS-on This should be good to go, but the integration tests expect /etc/keylime.conf still, it looks like |
How is this suppose to work for the python keylime, in particular |
The |
I meant something different. Currently, |
Ideally the tenant should work without the
No, we will only have a deprecation phase of roughly 3 months for the Python agent. After that the Python agent and the configuration for it will be removed from the Python code. |
I have just merged keylime-tests update that edits both config files. Please rerun packit tests with |
/packit test |
I think one more change is needed RedHat-SP-Security/keylime-tests#162 . Please, give me 30 minutes to test and merge it. |
Merged. Please rerun tests. |
/packit test |
Signed-off-by: greyspectrum <[email protected]>
ac8c670
to
c57332a
Compare
@ansasaki @THS-on @kkaarreell Any objections to merging this one? |
No objections, tests should be ready. |
Signed-off-by: greyspectrum [email protected]
Closes #425 and #418