hexa-org / policy-opa

Supports integration of Hexa IDQL Policy into OPA environments
Apache License 2.0
3 stars 1 forks source link

Document Enhancements for OPA and IDQL #6

Open independentid opened 3 months ago

independentid commented 3 months ago

We need to document the valid values for each of Subject, Action, Object and Conditions. For example, in Subject we will soon be using the format User|Domain|Role (see Issue #3 )

We should also document the opaTools Subject and Request parameters attributes that are passed into Rego. E.g. in Issue #3 there was the suggesting to use subject.type eq "jwt" to check that the user was authenticated via JWT token.