-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Stefano Da Ros edited this page Jun 21, 2018
·
24 revisions
Welcome to the workflow connector wiki! Here you will find information to help you get started configuring the workflow connector and installing it on-premise.
Server setup
-
config.yml
should be edited
port: 443
endpoint:
driver: mysql
# url = username:password@protocol(address)/dbname?param=value
url: bob:l120arSgHz@tcp(172.17.8.2:3306)/test?parseTime=true
tls:
enabled: true
publicKey: ./config/server.crt
privateKey: ./config/server.key
auth:
username: wfauser
# password = Foobar
passwordHash: "$argon2i$v=19$m=512,t=2,p=2$SUxvdmVTYWx0Q2FrZXMhISE$UgSWnBB5OkdqMAu+OfvwNLVMUijMnnmVm0kRSfmS9E8"
logging: false
- tcp port 443 should be open to the public internet
- valid TLS Certificate should be generated (if the certificate was generated through intermediate CA(s), make sure to include all of their certificates in the server's certificate)