inspektor icon indicating copy to clipboard operation
inspektor copied to clipboard

Inspektor is a protocol-aware proxy that is used to enforce access policies👮

Results 18 inspektor issues
Sort by recently updated
recently updated
newest added

we ended up in a situation, where developer entered wrong policies, then control plane couldn't be able to compile. So, it'll be good if the dashboard shows whether a policy...

datasouce name has to be unique so that it won't collide with any polices. Also, define the spec for datasource name

enhancement

asdf Signed-off-by: password

Right now, we don't know for what users are querying for. So, it'll be a good value addition if the admin can see what users are querying. IDEA: dataplane should...

enhancement

**Describe the bug** Inspektor doesn't support json query support. **To Reproduce** Parse the following query ``` select * from tmpdb where cast(meta1->'refferedBy' as text) = '3332' ``` you'll get the...

bug
dataplane

Kafka is one of the popular message bus systems. Add integration to enforce polices on kafka

enhancement
dataplane

explore ways how we can start measuring, time taken to evaluate a policy, time it takes to rewrite a query.. Rust metrics crate seems interesting https://github.com/metrics-rs/metrics

enhancement
help wanted

`MYSQL` is a popular database in SQL world. add support to enforce access policies on MYSQL server.

dataplane

The admin can add roles while creating the user. We need a way in a UI where we can change the role of the user.

enhancement
controlplane

We recently added support for creating temp credentials for users #23 But, the above PR alone doesn't solve the issue. We need a mechanism to drop connection if there is...

enhancement