I am trying to create Pinot schema using Swagger A...
# troubleshooting
r
I am trying to create Pinot schema using Swagger API which is deployed on K8s cluster but I am getting this error:
Copy code
{
  "code": 403,
  "error": "Permission is denied for access type 'READ' to the endpoint '<http://dev-pie-pinot.aws.phenom.local/schemas>'"
}
Can someone help me out?
j
it’s coming from https://docs.pinot.apache.org/operators/operating-pinot/access-control. somehow access control is turned on it seems