21 lines
846 B
YAML
21 lines
846 B
YAML
architecture: amd64
|
|
maintainer: Patrick van Leeuwen
|
|
maintainer_email: patrick.vanleeuwen@dualinventive.com
|
|
homepage: https://www.dualinventive.eu
|
|
description:
|
|
short: Authentication service
|
|
long: >
|
|
The authentication service is a service that manages the credentials
|
|
files:
|
|
- file: cmd/authentication-service-grpc/authentication-service-grpc
|
|
dest: /usr/sbin/di-authentication-service-grpc
|
|
- file: cmd/authentication-service-rest/authentication-service-rest
|
|
dest: /usr/sbin/di-authentication-service-rest
|
|
- file: etc/authentication-service.conf
|
|
dest: /etc/di/authentication-service.conf
|
|
conffile: true
|
|
- file: etc/authentication-service-grpc.service
|
|
dest: /lib/systemd/system/di-authentication-service-grpc.service
|
|
- file: etc/authentication-service-rest.service
|
|
dest: /lib/systemd/system/di-authentication-service-rest.service
|