open-policy-agent: add a longDescription
Added a long description of OPA
This commit is contained in:
parent
55be94fd28
commit
4c4742cb58
@ -22,6 +22,12 @@ buildGoModule rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "General-purpose policy engine";
|
||||
longDescription = ''
|
||||
The Open Policy Agent (OPA, pronounced "oh-pa") is an open source, general-purpose policy engine that unifies
|
||||
policy enforcement across the stack. OPA provides a high-level declarative language that let’s you specify policy
|
||||
as code and simple APIs to offload policy decision-making from your software. You can use OPA to enforce policies
|
||||
in microservices, Kubernetes, CI/CD pipelines, API gateways, and more.
|
||||
'';
|
||||
homepage = "https://www.openpolicyagent.org";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ lewo ];
|
||||
|
Loading…
Reference in New Issue
Block a user