-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add documentation section on capabilities #3769
Comments
Working draft located here I installed the latest Hugo version, so my local rendering is kinda borked. I tried to render it directly in Netlify but it doesn't pick up any of the changes I've made. So I'm just looking for a way to validate my changes before submitting a PR. |
Unblocked: Latest releases live under /edge. The next step is to add the available capabilities from the code into the docs. |
Adding in instructions to the OPA docs on how to use capabilities feature. Fixes: #3769 Signed-off-by: Peter ONeill <peteroneilljr@gmail.com>
Adding in instructions to the OPA docs on how to use capabilities feature. Fixes: open-policy-agent#3769 Signed-off-by: Peter ONeill <peteroneilljr@gmail.com> Signed-off-by: Dolev Farhi <farhi.dolev@gmail.com>
We don't currently have a documentation section on capabilities. Since capabilities could be used during build-time or deploy-time, it's unclear what the right location is for them in the docs. I could imagine just adding them to the deployment docs for the time being and refactoring them later. The docs should:
opa build
Resources:
opa build --help
explains capabilitiesopa eval --help
has an example (as of v0.32.0) as wellThe text was updated successfully, but these errors were encountered: