Skip to content

Commit

Permalink
Add community integration (fiber) (#5026)
Browse files Browse the repository at this point in the history
Signed-off-by: Emre Savcı <[email protected]>
  • Loading branch information
mstrYoda authored Aug 22, 2022
1 parent 40b1bad commit 20a421b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/website/data/integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,21 @@ integrations:
inventors:
- fig

fiber:
title: fiber
description: |
Fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
Designed to ease things up for fast development with zero memory allocation and performance in mind.
With Open Policy Agent integration, you can run your Rego policies as part of the request lifecycle in the middleware.
labels:
category: application
layer: library
software:
- golang
- fiber
code:
- https://github.com/gofiber/contrib/tree/main/opafiber

sphinx-rego:
title: Automatically document Rego policies
description: Sphinx extension that automatically documents Open Policy Agent Rego policies using meta properties.
Expand Down Expand Up @@ -1624,6 +1639,12 @@ software:
cloudformation:
name: AWS CloudFormation
link: https://aws.amazon.com/cloudformation/
fiber:
name: Fiber
link: https://docs.gofiber.io
golang:
name: golang
link: https://golang.org/
java:
name: Java
link: https://www.java.com/
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20a421b

Please sign in to comment.