victorious-eye-56567
03/28/2023, 1:54 PMaverage-policeman-69189
03/28/2023, 3:10 PMremote_json
authorizer in oathkeeper to call the check API in Keto, the configuration can be dynamic from the URL match group (regex), but you still have a single "check" call. If you need more complex query two solution:
1. Maybe your Keto relation tuple did not really match your authorization query, I think it's always better to be able to check auth in a single or at least a minimum number of check.
2. You need a slim micro service to handle the check logic if complex queries is neededvictorious-eye-56567
03/28/2023, 4:35 PM