-
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
Allow Capabilities to be set through Configuration #4153
Comments
I've been wondering if this would be an inline capabilities block, or a reference to some json file on disk. While I first thought that the latter was more convenient, having the content in the config as-is would allow for configuring it with discovery bundles, I think...? So that would be easier to manage in some use cases... 🤔 |
I was imagining the former: an inline capabilities block. |
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. |
A common use case is In Regal, we have a What if we used something similar in OPA? I'm less sure that |
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. Although currently inactive, the issue could still be considered and actively worked on in the future. More details about the use-case this issue attempts to address, the value provided by completing it or possible solutions to resolve it would help to prioritize the issue. |
The
http.send()
andnet.lookup_ip_addr()
built-in functions can be allow-listed by host through theallow_net
Capabilities param. This feature is, however, limited to theeval
command. If capabilities could also be set through configuration, the above feature would also apply to therun
command and integration through the SDK.The text was updated successfully, but these errors were encountered: