Poonai
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...
Kafka is one of the popular message bus systems. Add integration to enforce polices on kafka
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
`MYSQL` is a popular database in SQL world. add support to enforce access policies on MYSQL server.
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.
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...
Redshift is a aws data warehouse service. One of the community member asked for this support 🥳
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...
control plane stores all of it's metadata in postgres backend. Add other store backends like etcd as an optional storage backend.
User are not able update the roles of the datasource once after created.