solo-io / squash

The debugger for microservices
https://squash.solo.io
Apache License 2.0
1.74k stars 103 forks source link

deployments.apps is forbidden: #239

Open kirk-patton opened 4 years ago

kirk-patton commented 4 years ago

I have being trying to get Squash configured with my k8s cluster. Our cluster uses a web hook for auth. The webhook does not allow users to query the default namespace.

When I try to start a debug session, I get:


 deployments.apps is forbidden: User "user.kpatton" cannot list resource "deployments" in API group "apps" in the namespace "default": Athenz domain error.```

Athenz is our authentication service that is queried by the web hook.

Any idea how to fix this error?
orlando-jamie commented 4 years ago

Related to https://github.com/solo-io/squash/issues/242