ecosystem: add agt-policies-africa — African data protection OPA policy pack#8850
Open
kingztech2019 wants to merge 1 commit into
Open
Conversation
…cy pack Adds an ecosystem entry for AGT Policies Africa, an OPA policy pack covering 9 African data protection and financial-sector regulations for AI agent runtimes (Nigeria NDPA/CBN/NFIU, Kenya, Ghana, Rwanda, Egypt, Mauritius, South Africa POPIA, Tanzania, Uganda). Each jurisdiction ships a Rego policy and a full opa test suite (140+ tests) with deny/escalate/audit/allow decision semantics. Signed-off-by: oluwajuwon omotayo <ginuxtechacademy@gmail.com>
✅ Deploy Preview for openpolicyagent ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why the changes in this PR are needed?
The OPA Ecosystem page has no coverage of African data protection regulations or AI agent compliance in the African context. Nine African data protection laws are now in force (Nigeria NDPA 2023, Kenya DPA 2019, Ghana Act 843, Rwanda Law 058/2021, Egypt PDPL 151/2020, Mauritius DPA 2017, South Africa POPIA, Tanzania PDPA 2022, Uganda DPPA 2019), and developers building AI agents for African markets have no discoverable OPA policy reference for these jurisdictions. This entry surfaces an existing open-source resource to that audience directly on openpolicyagent.org/ecosystem.
What are the changes in this PR?
Adds a single ecosystem entry file:
docs/src/data/ecosystem/entries/agt-policies-africa.mdThe entry covers:
opa testsuite (140+ tests)deny / escalate / audit / allow— structured for AI agent runtimespolicy-testingandlearning-regoallow_missing_image: true(no logo file included — same pattern asawesome-opa.md)Notes to assist PR review:
sidebars.jsupdate requiredawesome-opa(PR Move REST API example fixtures out of docs dir #82, merged June 2026), so the URL is establishedFurther comments:
The project's primary audience is developers building AI agents for Nigerian and broader African fintech/financial markets, where data residency, transaction-limit enforcement, and PII protection (BVN/NIN/national IDs) are regulatory requirements. OPA is used as the policy decision engine via the REST API and Go SDK. The ecosystem entry brings this niche but growing use case into the discoverability of the OPA ecosystem page alongside other security and compliance tools.
I have read the project's AI tool use guidelines. Claude Code was used to assist with formatting; all content reflects my own work and understanding of the referenced regulations.