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
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2025-07-05
refactor: pass the PaC autorizer to the server to allow trying different ones
mo khan
2025-07-04
chore: configure tracing
mo khan
2025-07-02
chore: bind to ipv4 address
mo khan
2025-06-27
refactor: extract authorization::Server type
mo khan
2025-06-27
refactor: extract create_server function to test it directly
mo khan
2025-06-26
refactor: try to move policy files to /etc/authzd/
mo khan
2025-06-26
chore: add minimal basic logging
mo khan
2025-06-26
chore: update the BIND_ADDR variable and read it
mo khan
2025-06-25
chore: print startup message when server starts
mo khan
2025-06-24
refactor: copy duplicate test helper method
mo khan
2025-06-24
feat: connect check service to a minimal cedar policy
mo khan
2025-06-19
refactor: extract a Authorizer Trait with a stub for a Cedar authorizer
mo khan
2025-06-19
refactor: rename PolicyServer to CheckService
mo khan
2025-06-19
test: add tests
mo khan
2025-06-18
chore: add make target to list rpc services
mo khan
2025-06-18
feat: register the health check service and the reflection service
mo khan
2025-06-18
refactor: switch to a pure rust implementation
mo khan