https://github.com/rnburn/authz-service
https://github.com/rnburn/authz-service
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rnburn/authz-service
- Owner: rnburn
- License: apache-2.0
- Created: 2021-01-05T22:50:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T19:50:42.000Z (about 4 years ago)
- Last Synced: 2025-01-20T02:49:16.484Z (4 months ago)
- Language: Go
- Size: 205 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# authz-service
## Spin up docker container with build environment
```
./ci/run_docker.sh
```## Build
```
go build
```## Test
```
./test/integration/integration_test.sh
```