Fleet Module - SSL additions

This commit is contained in:
Mike Reeves
2018-12-05 17:16:46 -05:00
parent 53f7fcd07c
commit f988c7c0e7

View File

@@ -22,10 +22,11 @@ so-fleet:
- KOLIDE_MYSQL_USERNAME=fleetdbuser - KOLIDE_MYSQL_USERNAME=fleetdbuser
- KOLIDE_MYSQL_PASSWORD={{ FLEETPASS }} - KOLIDE_MYSQL_PASSWORD={{ FLEETPASS }}
- KOLIDE_REDIS_ADDRESS={{ MASTERIP }}:6379 - KOLIDE_REDIS_ADDRESS={{ MASTERIP }}:6379
- KOLIDE_SERVER_CERT=/tmp/server.cert - KOLIDE_SERVER_CERT=/ssl/server.cert
- KOLIDE_SERVER_KEY=/tmp/server.key - KOLIDE_SERVER_KEY=/ssl/server.key
- KOLIDE_LOGGING_JSON=true - KOLIDE_LOGGING_JSON=true
- binds: - binds:
- /opt/so/conf/fleet/etc:/ssl:ro - /etc/pki/fleet.key:/ssl/server.key:ro
- /etc/pki/fleet.crt:/ssl/server.cert
- watch: - watch:
- /opt/so/conf/fleet/etc - /opt/so/conf/fleet/etc