Can we think about some extension for RBAC on client side based on https://www.openpolicyagent.org/docs/latest/http-api-authorization/
?
I suppose it will reduce http request and save net traffic.
Concept:
User will create nclient instance with some rego-configuration (maybe loaded from third-party source).
Before request execution nclient will check permission for current uri and credentials.
Can we think about some extension for RBAC on client side based on https://www.openpolicyagent.org/docs/latest/http-api-authorization/
?
I suppose it will reduce http request and save net traffic.
Concept:
User will create nclient instance with some rego-configuration (maybe loaded from third-party source).
Before request execution nclient will check permission for current uri and credentials.