Mohan Prasath
01/28/2023, 6:07 AM/api/check/resources API. In the policy, we defined the role CDO can access resource dealership_referral_api with the action read and edit. But when we validate the request using /api/check/resources API, sometimes we get "EFFECT_ALLOW" and sometimes we get "EFFECT_DENY". I've given the setup, configuration, and screenshot below. Kindly help me to resolve this issue.
Deployed cerbos on lambda - API Gateway URL
cerbos-config:
auxData:
  jwt:
    disableVerification: true
server:
  adminAPI:
    enabled: true
    adminCredentials:
      username: <USER_NAME>
      passwordHash: <PASSWORD>
  playgroundEnabled: true
storage:
  driver: "mysql"
  mysql:
    dsn: "user:password@tcp(host:3306)/db_name"Dennis (Cerbos)
Vignesh Sankaran
02/02/2023, 8:47 AM