-
Notifications
You must be signed in to change notification settings - Fork 17
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
Build time .tal
/.constraints
output locations
#112
Comments
This comment was marked as outdated.
This comment was marked as outdated.
To be a little less terse: the semantics of these three things aren't
really independent of each other in rpki-client's logic, so it makes
not all that much sense to split them up.
Your example sounds more like a --no-default-tal-files option but maybe
you have more use cases than that?
|
A little more context, now that I am less pressed for time...!
Yup, I get that the options I'm asking for allow one to construct an installation layout that won't work out of the box!
I'm currently packaging The Ideally, I'd like to be able to express:
|
I think you are trying to make us add complexity at the wrong level. The constraints files are an integral part of rpki-client, they should work out of the box in any installation, and they should be installed into the same directory as the TALs. So, no, they should not be installed elsewhere for symlinking/copy post-installation and we don't want to add a config knob for that. If you don't want to use them yourself, that is your decision and your problem to handle. I believe as a packager you should not break that for all nix users. As I said, I'm willing to entertain a
I don't really understand what this means, but it sure sounds like a self-inflicted problem by an opinionated packaging tool at should be solved by its developers or users. |
My hope is that one day more RP implementations gain support for the constraints syntax specified in draft-snijders-constraining-rpki-trust-anchors. An argument could be made that - while at present moment - rpki-client is the only implementation that can make use of the |
Currently, the path specified with
--with-tal-directory
controls:.constriants
files will be writtenIt would useful to be able to control these aspects separately to make packaging a little easier.
For example, I would like to be able to set the runtime search directory to
/etc/rpki/tals
, but without actually writing anything there.The text was updated successfully, but these errors were encountered: