https://github.com/dio/runauthservice
Provides run.Service implementation for running github.com/dio/authservice
https://github.com/dio/runauthservice
Last synced: over 1 year ago
JSON representation
Provides run.Service implementation for running github.com/dio/authservice
- Host: GitHub
- URL: https://github.com/dio/runauthservice
- Owner: dio
- License: apache-2.0
- Created: 2022-01-29T22:34:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T00:09:25.000Z (over 4 years ago)
- Last Synced: 2025-02-01T13:12:26.065Z (over 1 year ago)
- Language: Go
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Run External Auth Service binary
Provides a library to download the [Auth Service binary](https://github.com/dio/authservice) and embed it into your
program as a [`run.Service`](https://github.com/tetratelabs/run/blob/e9a08c78c136ec3e9ff8891a0e037799d56593cb/group.go#L152).
See [example](./example/README.md).
## Generated files
We have [generated](./generated/) files from https://github.com/dio/authservice/tree/master/config.
## License
See [LICENSE](./LICENSE)