index
:
gitlab/authzd.git
gkg-inject-ids
gl-policies
main
refactor-authorizers
spice-schema
Authorization daemon
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
authorization
/
cedar_authorizer_test.rs
Age
Commit message (
Expand
)
Author
2025-07-17
feat: migrate from Cedar to SpiceDB authorization system
mo khan
2025-07-14
feat: allow access to sparkle in development
mo khan
2025-07-11
test: add test to ensure access to the sparkle homepage in dev
mo khan
2025-07-10
fix: allow authenticated+authorized users to create Sparkles
mo khan
2025-07-10
test: ensure authenticated users that are not in the entities do not have access
mo khan
2025-07-10
test: print failure details for table test
mo khan
2025-07-10
feat: extract JWT subject claim header
mo khan
2025-07-09
refactor: extract build_user function
mo khan
2025-07-09
test: consolidate some of the duplicate tests
mo khan
2025-07-09
test: extract common test setup to initialize logger
mo khan
2025-07-09
test: build a cedar entity with my user record id
mo khan
2025-07-09
test: update test to focus on :read, Sparkle
mo khan
2025-07-09
test: define the types of scenarios that I want to cover using the x-jwt-clai...
mo khan
2025-07-09
chore: start to provide entities to cedar
mo khan
2025-07-09
test: add sparkle public endpoint tests
mo khan
2025-07-05
test: invalid request variables in tests
mo khan
2025-07-05
fix: fix typo in cedar policy file
mo khan
2025-07-04
refactor: map from http request to cedar request
mo khan
2025-07-04
chore: add additional request logging
mo khan
2025-06-27
test: rename common module to support
mo khan
2025-06-27
test: rename create_request -> build_request
mo khan
2025-06-27
test: extract factory_bot factory for cedar authorizer
mo khan
2025-06-27
feat: scan directory for all policy files
mo khan
2025-06-26
test: tidy up the tests
mo khan
2025-06-26
refactor: try to move policy files to /etc/authzd/
mo khan
2025-06-25
test: move builder functions to factory_bot module
mo khan
2025-06-25
test: extract factory_bot module
mo khan
2025-06-25
test: improve readability of some of the test code
mo khan
2025-06-25
test: start to extract builders
mo khan
2025-06-25
test: move cedar_authorizer tests to integration test suite
mo khan