Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds a simple example application that uses the FGA Spring Boot Starter. Features:
document:1
anddocument:2
).user:anne
theviewer
relation todocument:1
./documents/{id}
) which uses thefga
bean in a@PreAuthorize
expression to ensure that the user (hard-coded toanne
in this example) has thecan_read
relation to the requested document. If the FGA check returns true, the document is returned to the caller. If the FGA check fails, it will result in a403
.user:anne
as having theowner
relation to the document.This change does not add any tests; https://github.com/jimmyjames/fga-spring-examples has some great examples of writing tests and using the FGA test container; we'll create another issue to do something similar here (may be a good opportunity for a community contribution 😄).
Closes #5
References
#5
Review Checklist
main