-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: proto changes for attribute-based access control #98
Commits on Sep 14, 2023
-
feat: update definitions to support ABAC Conditions (#90)
* feat: add `condition` to RelationReference * feat: add `Condition` definition * feat: add `conditions` to AuthorizationModel * update swagger * feat: add `conditions` to WriteAuthorizationModelRequest * feat: add `context` fields to query requests * use an enum for condition param type names * add feat branch to review workflow * stick to enum conventions * suppress diffs from generated files * regenerate * add missing type name * proposed validation as starting point * add ipaddress type * tweaks * update validation for Condition.name * refactor: change Assertion TupleKey to CheckRequestTupleKey * feat: adding condition for tuple key (#94) * feat: adding condition for tuple key * remove redundant validation --------- Co-authored-by: Jonathan Whitaker <[email protected]> Co-authored-by: Adrian Tam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa7d2ff - Browse repository at this point
Copy the full SHA aa7d2ffView commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b2e5ac - Browse repository at this point
Copy the full SHA 2b2e5acView commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8bd5c66 - Browse repository at this point
Copy the full SHA 8bd5c66View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3a581f - Browse repository at this point
Copy the full SHA c3a581fView commit details
Commits on Sep 29, 2023
-
Re-order tuple-related fields (#97)
* re-order fields on TupleKey * mark fields as required where applicable
Configuration menu - View commit details
-
Copy full SHA for dba5895 - Browse repository at this point
Copy the full SHA dba5895View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8def830 - Browse repository at this point
Copy the full SHA 8def830View commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4bc967 - Browse repository at this point
Copy the full SHA e4bc967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6484aa0 - Browse repository at this point
Copy the full SHA 6484aa0View commit details -
fix!: mark required fields as required (#104)
Co-authored-by: José Padilla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fc8019 - Browse repository at this point
Copy the full SHA 0fc8019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c84e50 - Browse repository at this point
Copy the full SHA 7c84e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 105d9e7 - Browse repository at this point
Copy the full SHA 105d9e7View commit details -
chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 in /proto (#102
) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0. - [Commits](golang/net@v0.12.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7278f42 - Browse repository at this point
Copy the full SHA 7278f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3d648 - Browse repository at this point
Copy the full SHA 9e3d648View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9e0a8 - Browse repository at this point
Copy the full SHA fb9e0a8View commit details
Commits on Nov 9, 2023
-
Merge branch 'main' into feat/abac
# Conflicts: # proto/openfga/v1/openfga_service.pb.go
Configuration menu - View commit details
-
Copy full SHA for c85ea63 - Browse repository at this point
Copy the full SHA c85ea63View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7161d70 - Browse repository at this point
Copy the full SHA 7161d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9be45 - Browse repository at this point
Copy the full SHA 7f9be45View commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for abc04f2 - Browse repository at this point
Copy the full SHA abc04f2View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4281354 - Browse repository at this point
Copy the full SHA 4281354View commit details -
fix: mark more fields as required - add ComputedUserset (#109)
fix: mark more fields as required
Configuration menu - View commit details
-
Copy full SHA for 79c1ad3 - Browse repository at this point
Copy the full SHA 79c1ad3View commit details