Giter VIP home page Giter VIP logo

inspektor-dev / inspektor Goto Github PK

View Code? Open in Web Editor NEW
278.0 278.0 12.0 22.68 MB

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

Home Page: https://inspektor.cloud

License: Apache License 2.0

Rust 48.87% Go 32.93% Shell 1.53% Open Policy Agent 0.38% JavaScript 2.36% HTML 0.16% Vue 13.68% Dockerfile 0.10%
access-control acl authorization go iam openpolicyagent permissions rbac rust security vuejs

inspektor's People

Contributors

mstange avatar phaer avatar poonai avatar praveen-0208 avatar spyy004 avatar zriyansh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

inspektor's Issues

Add teams bot integration

Microsoft teams are widely used by big enterprises and companies. So, it'll be a good addition for the users who are using teams to do temp credentials approval on teams itself

add ssl support

ssl will allow the end user to query and retrieve data in an encrypted way. So, add support for ssl in dataplane

no context error message.

Error message given by the postgres is not parsed correctly and forwarded to the client.

Instead of forwarding the correct error message, the inspektor just sends ERROR without any context.

Add support for json in postgres query

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 following error

ParserError("Expected an expression:, found: >")

Expected behavior
Inspektor should be able to parse json query

add automation to do systest on github action

Systest was recently added to inspektor to do testing. But, systest doesn't run as part of github action workflow.

so add systest to github action so that we can continuously monitor the stability;

table names are prefixed while using wild card select

Table names are prefixed if any column is considered as protected column.

eg:

select * from actors -> select actor.ssn as NULL, actor.first_name from actors

This may retrieve the results. But it's breaking orm clients.

Expected Behaviour:

Table name should not be prefixed if not required.

add way to get short lived credentials

all the credentials that Inspektor creates are long lived.

There should be a way where admins can create short lived credentials for data sources.

This can help teams to give temporary credentials to the user

Add a optional pass through mechanism if query failed.

Is your feature request related to a problem? Please describe.
if we not able to parse any of the query instead of failing, dataplane should be able to pass through the query

Describe the solution you'd like
This could solve the unsupported postgres operators. we can add the support by taking the control plane reports.

add slack integration

slack integration will ease to process of requesting temp credentials from admin.

for eg:

member can ask inspektor bot for credentials; the credentials will be provided on the approval of admin.

audit log all the user queries

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 send all the logs to controlplane. Control plane pushes the logs to respective data sinks.

But, this put a lot of pressure on the control plane. We can make the dataplane to push the logs, but it'll be hard to configure.

add transaction support in postgres driver

Current postgres driver, only checks incoming query is valid or not. But, it doesn't know how to act in a transaction block.

for e.g.: end user can query user but can't insert as policy.

SELECT * FROM USERS;
BEGIN;
INSERT INTO USERS(first_name, last_name) VALUES ('pooni', 'kuttypoonai');
COMMIT;

The expected behaviour is that postgres should return data for select statements and send error for insert transaction. But, Inspektor
Postgres driver return error response directly.

publish daily report on slacks.

On a day-to day basis, orgs use multiple internal tools.

eg: metabase to visualise organisation data and retool to build internal apps

Team don't have any clear view on what these tools are doing and also whether these tools are being misused or not.

So come up with an idea, where inspektor can push some daily reports on slack. So, admins have some view on day-to-day data access. It'll be also used to capture if there's any anomaly on data access.

add support for MYSQL

MYSQL is a popular database in SQL world.

add support to enforce access policies on MYSQL server.

add kafka integration

Kafka is one of the popular message bus systems.

Add integration to enforce polices on kafka

add redshift suport

Redshift is a aws data warehouse service.

One of the community member asked for this support 🥳

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.