Poonai

Results 38 issues of Poonai

**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

Redshift is a aws data warehouse service. One of the community member asked for this support 🥳

dataplane

Now, all docker builds use the --no-cache flag to make sure a new binary is being sent to the docker image. But, it's increasing the build time a lot. On...

good first issue
devops

control plane stores all of it's metadata in postgres backend. Add other store backends like etcd as an optional storage backend.

help wanted
controlplane

User are not able update the roles of the datasource once after created.

dashboard