Generate Capabilities File
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 346
- Forks
- 75
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 15
Description
The go CLI has a concept of capabilities which basically captures which functions the policy engine supports. It would be cool if regorus could generate this kind of capabilities file, such that the go CLI could be used to check the syntax of a policy that would be evaluated with regorus, particularly since regorus doesn't seem to have a check functionality.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the OPA CLI capabilities documentation linked in the issue and compare it with regorus's existing CLI functionality, especially the absence of a check command. Determine the capabilities file format and the regorus entry point that would generate it; done means the Go CLI can use the generated file to check policies intended for regorus.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, rust
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100