Elizabeth Healy
Elizabeth Healy
SPIKE: looking into have recursive condition sets
Adds roundtrip testing for token exchange flow Verifies functionality of multi entity decisions via jwt
There are a lot of unnecessary logs produced by the authorization service. Move some of these to the trace level or remove them. Pin down what information is important to...
resolves https://github.com/opentdf/platform/issues/1057
Currently we call GetAttributeValuesByFqns to get subject mappings for the specified scope in GetEntitlements. These are then passed through the rego to the subject mapping builtin where the mappings are...
Enable the claims entity type in opa. It should not call ERS when the entity type is claims but rather should evaluate the subject mappings on the claims themselves. (I...
Some services require others and make calls to others. Define dependencies for each service that are also required to be enabled for that service to function. This can be expanded...
resolves https://github.com/opentdf/platform/issues/788 resolves https://github.com/opentdf/platform/issues/785 Simple entity resolution service that just looks at claims CreateEntityChainFromJwt will return an entity of type claims with the claims being the contents of the jwt...
resolves https://github.com/opentdf/platform/issues/1564