Michael Peters
Michael Peters
I think @ansasaki had some thoughts on why it was broken and some potential fixes. I agree that we should keep it and always have a way of running the...
> I will let @mpeters and others comment, but my vote is for keeping the configuration version at `2.0`. I really don't think that the introduction of new, optional parameters...
This seems like it might be a mismatch between expected python versions installed and/or python paths. Do you have multiple versions of python installed? For more information, it's using your...
You shouldn't need the `-k` option if you are running the installer from a git checkout. The `-k` is for using the installer script standalone on someplace without the code...
@nishitiwari22 yes absolutely. If you would like to take a topic that's listed here and try it out and then improve the documentation (and feel free to ask any questions...
This seems like an issue with the user creation rather than with keylime. It seems that now in Postgres 15 you need to give the user permissions to create within...
In my experience working with databases, from an application standpoint you assume the person knows how to configure the users on their database. If there were special permissions that are...
> 1. Add the commands `adall` and `deleteall`, which will simply compare the contents of `reglist` and `cvlist` and loop through the "symmetric difference" between the two sets, adding all...
> 2. No consistency in case of `upgrade` strictly needed, given our `upgrade` is literally a `delete` followed by an `add` I meant upgrades between versions of Keylime. I wouldn't...
> It would be good to include some documentation/examples. Yes, I need to add it to the API documentation. > Do you plan to add it to `keylime_tenant`? I hadn't...