You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to remove the required_ prefix from the meta.required_provider key in policies. The new key should be meta.provider. Also, we must ensure backward compatibility so that existing policies using meta.required_provider continue to function correctly.
Update the core, specifically the function start_policy_evaluation_from_dict to handle the above case
Write tests to ensure that policies with required_provider, and provider, both work.
The text was updated successfully, but these errors were encountered:
We need to remove the
required_
prefix from themeta.required_provider
key in policies. The new key should bemeta.provider
. Also, we must ensure backward compatibility so that existing policies using meta.required_provider continue to function correctly.start_policy_evaluation_from_dict
to handle the above caserequired_provider
, andprovider
, both work.The text was updated successfully, but these errors were encountered: