Samriddhi
Samriddhi
Opening this PR to add more guidelines about commits and taking up issues.
Documentation for Tirith to be added in the docs folder. - [ ] Add an introduction to Tirith - refer the README. Add the what, who and why answered in...
- [ ] Add that Tirith is maintained by StackGuardian. - [ ] Add the CODEOWNERS file
We need to remove the `required_` prefix from the `meta.required_provider` key in policies. The new key should be `meta.provider`. Also, we must ensure backward compatibility so that existing policies using...
Fix #136
Fix #88
@Akshat0694 to add more explanation on the problem & usecases Wiz policy: https://www.wiz.io/blog/getting-started-with-open-policy-agent-opa-to-improve-your-cloud-security (essentially OPA)
Tirith can consume outputs from Azure Policy evaluation. @Akshat0694 to add more explanation Azure policy: https://learn.microsoft.com/en-us/azure/governance/policy/overview
We need to add support for interpolation in Tirith policies. This feature will allow users to define variables within policies that can be dynamically substituted with different values. By doing...