When the user policy is compared to the required policy, wildcards for attributes and identifier are not considered.
This needs to be fixed in
|
local function compare_policy(user_policies, req_policy, user_policy_target, req_policy_target) |
or the respective utility module function developed in
#16
When the user policy is compared to the required policy, wildcards for attributes and identifier are not considered.
This needs to be fixed in
api-umbrella/src/api-umbrella/proxy/middleware/policy_validator_cb_ishare_auto.lua
Line 481 in d6fd2e7