-
Notifications
You must be signed in to change notification settings - Fork 4
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
Configurable default directory for loading constraint files in batch #27
Comments
Here is some brainstorming around how this could be handled.
|
These are not bad ideas, I would also support them. I really was proposing an environment variable because that can be prepared in a container image configuration without any additional runtime arguments. Overlaying directories with symlinks does not work well and we want to give users a mount to their user-controlled directory and make it more seamless. 1 and 2 are close, but the ergonomics still require you to have additional arguments and handling at runtime that require extra effort and crafting files with absolute paths (when relative paths aren't very effective with directories that are not close to each other). I hope that makes sense, I would love to discuss more. |
@david-waltermire, re our conversation, I meant this issue re expanding configurable runtime operations for our stack. Should I transfer this to metaschema-java repo and we reword it for a more "bottom up" approach? |
User Story:
As a developer of that creates or imports data in the OSCAL format, I would like the ability to set an environment variable (and/or possibly a configuration file, for environment flexibility) to allow loading
oscal-cli validate ...
without explicitly using-c constraint1.xml
and-c constraint2.xml
and-c constraintN.xml
repetitively.I am willing to work on this one myself. 😄
Goals:
Dependencies:
N/A
Acceptance Criteria
The text was updated successfully, but these errors were encountered: