Skip to content
Stefano Da Ros edited this page Jun 21, 2018 · 24 revisions

Workflow Accelerator Connector Wiki

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.

Prerequisites

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)

Walkthrough

Clone this wiki locally