FSC Policy Builder
You can find the repository on GitLab.
Online version
This service is available online at fsc-policy-builder.apps.digilab.network.
Overview
This is a no-code / low-code service that helps to build policies for FSC.
FSC NLX is an open source peer-to-peer system that facilitates secure connections between services. Open Policy Agent can be enabled for FSC to handle request using policies.
Such policies are typically written in the Rego programming language. However, writing such policies can be difficult. This FSC Policy Builder helps to build policies (currently only for OPA/Rego), making it easier to enable policies on FSC.
Technical details
The service is deployed as fully static HTML/JS/CSS. Code is evaluated in the frontend using Go WebAssembly.
The user’s input and data is stored in the browser’s localStorage
.
See the CONTRIBUTING guide for more details.