Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kom-senapati/opal_sqlite_fetcher
📜 SQLite Fetch provider for Opal
https://github.com/kom-senapati/opal_sqlite_fetcher
fetcher opal python sqlite
Last synced: about 3 hours ago
JSON representation
📜 SQLite Fetch provider for Opal
- Host: GitHub
- URL: https://github.com/kom-senapati/opal_sqlite_fetcher
- Owner: kom-senapati
- License: apache-2.0
- Created: 2024-06-13T15:57:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T04:13:04.000Z (5 months ago)
- Last Synced: 2024-06-23T17:28:35.488Z (5 months ago)
- Topics: fetcher, opal, python, sqlite
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OPAL Fetcher for SQLite
[Check out OPAL main repo here.](https://github.com/permitio/opal)
> [!NOTE]
> Ready to elevate your [![OPAL (Open Policy Administration Layer)](https://img.shields.io/badge/OPAL-Open_Policy_Administration_Layer-blue)](https://www.opal.ac/) experience? Introducing the SQLite OPAL Fetcher! 🚀### 🌟 What is it?
The SQLite OPAL Fetcher is a custom fetch provider designed to integrate SQLite with OPAL effortlessly, enabling you to utilize your SQLite data for real-time policy decisions. It's like adding a rocket booster to OPAL! 🚀✨
### ⚡ Features
- 🔌 **Easy Integration**: Seamlessly connects with your current OPAL setup.
- 🔎 **Flexible Querying**: Use SQLite queries to retrieve precisely the data you need.
- 🎛️ **Configurable**: Adjust connection parameters, database, and tables to fit your needs.### 📜 What is OPAL?
OPAL (Open Policy Administration Layer) is an open-source administration layer for Open Policy Agent (OPA) that allows you to easily keep your authorization layer up-to-date in real-time. OPAL continuously fetches and updates policy data from various sources, ensuring your OPA policies are always based on the most current information.
### 💼 Use Cases for OPAL
- **Dynamic Authorization**: Real-time updates to access control policies based on changing conditions.
- **Compliance**: Automated adjustments to policies in response to regulatory changes.
- **Security**: Immediate application of security policies across distributed systems.
- **User Management**: Adapt policies dynamically based on user activity or profile changes.### 🔄 Data Fetcher Integration
The SQLite OPAL Fetcher leverages `sqlite3` for database operations and the `opal_common` package for integration with OPAL. This combination ensures a robust and efficient mechanism to fetch and apply policy data.
### 🛠️ Installation
Getting started is simple:
1. Clone this repository: `git clone https://github.com/kom-senapati/opal_sqlite_fetcher.git`
2. Install the dependencies: `pip install -r requirements.txt`
3. Build your custom OPAL client Docker image (Create a docker file)
4. 🌟 Launch and enjoy the enhanced capabilities!> [!IMPORTANT]
>
> ### 📜 License
>
> This project is licensed under the `Apache-2.0 license` - see the [**`LICENSE`**](LICENSE) file for more information.### 👥 Meet the Author
[![GitHub Profile](https://img.shields.io/badge/GitHub-kom_senapati-blue?logo=github)](https://github.com/kom-senapati)
### :email: Contact