Phil Hunt
Phil Hunt
Merging into main reworked orchestrator with providers moved to github.com/hexa-org/policy-mapper
Revise items like docker-compose to use images (hexaIndustries, bundle server, hexaopa) from Policy-OPA Other cleanups in prep for 0.7.0
## Frontend Implement support for OIDC Enabled authentication of administrators and OAuth flow for requesting access to the Orchestrator Service Backend (Issue #408). Possible libraries for consideration: * https://github.com/Nerzal/gocloak *...
Switch the orchestrator backend API to support JWT tokens. Possible code source: * https://github.com/Nerzal/gocloak * https://github.com/coreos/go-oidc Remove or make optional the Hawk authenticated requests * Hawk seems good for point...
There appears to be inconsistent use of terms like: any vs. allusers vs anyauthenticated vs allauthenticated. These should align with the specification.
When rego runs, it only has access to input that is truly dynamic. Both data and rego policy are normally delivered via the bundle system. However at policy decision time,...
When there are multiple providers of the same type, it is hard to determine which is which. Consider adding fields from integration file or creential (e.g. projectid or URI) _Might...
When displaying the policy for the AuthZen interop, the non-json form could use some visual improvement. Issues: * Conditions and scope not shown * Repeated Header per policy * Improve...