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
Age
Commit message (
Expand
)
Author
2025-07-11
feat: import project policies
gl-policies
mo khan
2025-07-10
chore: use staticly linked library to build static binary
mo khan
2025-07-10
chore: install openssl and pkgconfig for reqwest crate
mo khan
2025-07-10
chore: build all the binaries
mo khan
2025-07-10
chore: define IMAGE_TAG after PROJECT_NAME
mo khan
2025-07-10
fix: specify the binary to build in the docker image
mo khan
2025-07-10
chore: regenerate entities.json files
mo khan
2025-07-10
feat: add access_level to entities.json
mo khan
2025-07-10
docs: Update README with links to presentations and guidance
mo khan
2025-07-10
chore: update makefile to add targets for building binaries and checking env
mo khan
2025-07-10
chore: move binaries to ./bin
mo khan
2025-07-10
chore: regenerate entities.json files
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: provide the http method and path as the action and resource
mo khan
2025-07-10
refactor: remove unused context value
mo khan
2025-07-10
chore: remove old entities.json
mo khan
2025-07-10
chore: validate the generated entities.json
mo khan
2025-07-10
chore: shorten target names
mo khan
2025-07-10
refactor: pass api client to repository ctor
mo khan
2025-07-10
refactor: pass project path to all()
mo khan
2025-07-10
refactor: extract an api type
mo khan
2025-07-10
refactor: move gitlab types to a separate module
mo khan
2025-07-10
refactor: rename to fetch_hierarchy
mo khan
2025-07-10
chore: generate staging entities.json
mo khan
2025-07-10
chore: add make targets to generate entities.json files
mo khan
2025-07-10
chore: add entities.json for three different projects
mo khan
2025-07-10
refactor: remove hard-coded organization
mo khan
2025-07-10
refactor: rename generate to all
mo khan
2025-07-10
chore: vendor dependencies
mo khan
2025-07-10
refactor: move functions to repository type
mo khan
2025-07-10
feat: hack together a CLI to generate an entitites.json file
mo khan
2025-07-10
chore: move entities.json to etc/authzd
mo khan
2025-07-10
chore: generate entities.json file for sparkle project
mo khan
2025-07-10
chore: format cedar policy using make fmt
mo khan
2025-07-10
chore: remove test-image target
mo khan
2025-07-10
chore: only exclude top level bin directory
mo khan
2025-07-10
docs: add an example entities.json file
mo khan
2025-07-10
feat: extract JWT subject claim header
mo khan
2025-07-09
chore: remove id annotations
mo khan
2025-07-09
refactor: extract build_user function
mo khan
2025-07-09
refactor: combine conditionals
mo khan
2025-07-09
refactor: use map_or instead of match expression
mo khan
2025-07-09
refactor: inline file_path variable
mo khan
2025-07-09
refactor: recursively load files and directories
mo khan
2025-07-09
fix: use PolicySet#merge to merge policies from multiple files
mo khan
2025-07-09
test: consolidate some of the duplicate tests
mo khan
2025-07-09
chore: print error when policies cannot be loaded
mo khan
2025-07-09
test: extract common test setup to initialize logger
mo khan
[next]