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
Age
Commit message (
Expand
)
Author
2025-07-02
chore: fix linter error
mo khan
2025-07-02
fix: report serving status from health check endpoint
mo khan
2025-07-02
fix: install the reflection service for the health check probe discovery
mo khan
2025-07-02
chore: bind to ipv4 address
mo khan
2025-07-02
chore: fix linter errors
mo khan
2025-07-02
chore: rename log message
mo khan
2025-07-02
chore: request method, path and headers in tracing
mo khan
2025-07-02
chore: add minimal logging
mo khan
2025-07-02
chore: add requst timeout of 30 seconds
mo khan
2025-07-02
chore: remove logging interceptor
mo khan
2025-06-27
chore: add a logging interceptor to log request
mo khan
2025-06-27
refactor: fix typo in log message
mo khan
2025-06-27
refactor: remove the reflection service
mo khan
2025-06-27
refactor: attempt to create constructor that allows passing in services
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-27
test: replace hardcoded path with relative path
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-26
chore: add minimal basic logging
mo khan
2025-06-26
chore: update the BIND_ADDR variable and read it
mo khan
2025-06-26
feat: add some debug logging
mo khan
2025-06-25
chore: print startup message when server starts
mo khan
2025-06-25
test: move unit tests to integration test suite to share code
mo khan
2025-06-25
test: move cedar_authorizer tests to integration test suite
mo khan
2025-06-24
test: remove commented out test
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-20
test: delegate to create_request helper
mo khan
2025-06-20
test: extract helper function to create a check request
mo khan
2025-06-20
refactor: use please builders
mo khan
2025-06-20
refactor: extract an x module
mo khan
2025-06-20
refactor: improve generic builder methods
mo khan
2025-06-20
refactor: collapse initializers in a functional chain
mo khan
2025-06-20
refactor: collapse object initializers into a single one
mo khan
2025-06-20
refactor: experiment with rust generics
mo khan
2025-06-19
refactor: split types into separate files
mo khan
2025-06-19
refactor: rename client_headers to headers
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
2025-02-27
Move src file to bin dir
mo khan
2025-02-27
Parse the saml response and display it on a webpage
mo khan
2025-02-27
Complete the first portion of a saml transaction
mo khan
2025-02-27
Add a tiny SAML IdP
mo khan