mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
open-policy-agent: add a longDescription
Added a long description of OPA
This commit is contained in:
parent
55be94fd28
commit
4c4742cb58
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue