-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenFGA Integration #673
base: master
Are you sure you want to change the base?
OpenFGA Integration #673
Conversation
✅ Deploy Preview for opal-docs canceled.
|
OpenFGA OPAL Integration Project ChecklistWeek 1: Setup and Core ImplementationDays 1-2: Project Setup and Research
Days 3-5: Core Implementation
Week 2: Feature Completion and Demo PreparationDays 1-3: Feature Implementation
Days 4-5: Demo Preparation
Key Milestones:
|
Updates :: Integration into Opal has already begun but is currently on hold. I'm working on the components in isolation from Opal, using the OpenFGA SDK first. |
I've completed the isolation test and also simulated integration with OPAL in isolation. At some point, I had to mix the Python SDK with the raw API, but I'll likely find a fix for that later. The test that involved missing the Python SDK and accessing via the raw API and stimulating opal integration was successful. Going start core implementation asap |
recording.mp4 |
@garnerp just push that to show what have been working on locally.... to show my current progress... |
@daveads I bet you meant to tag me. Any updates on this? |
oh oh... yea i meant to tag... lol still on it... will give you an update on it soon |
currently having issues with the config... buh i should fix it soon. |
Demo ready... just fixing bugs... opening pr for now... |
Based on my discussion with @gemanor, Decided to drop the use of openfga_sdk and use API calls instead, similar to the OPA implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @daveads, here is my initial review to the implementation. Please feel free to contact me with any comment/question.
Best,
Israel
packages/opal-client/opal_client/policy_store/policy_store_client_factory.py
Outdated
Show resolved
Hide resolved
Sure @iwphonedo i will check them out today. |
working on the failing pytests... |
review.mp4 |
Feature: Add OpenFGA Policy Store to OPAL
This PR addresses issue #661 by integrating OpenFGA Policy Store into OPAL.
/claim #661