Orchyl Salmasan

Results 5 comments of Orchyl Salmasan

Hi @joedissmeyer , Are you using Active Directory on your end? We have two domains, windows based domain and linux based domain. I have no problem integrating this one on...

@joedissmeyer We are also using Active Directory and followed your steps in configuring AD authentication. I noticed that only those AD accounts with Unix Attributes can authenticate to the oncall...

@dwang159 I see. Will look into that stuff. Thanks

Hi @dwang159 , Tried `gunicorn -b 0.0.0.0:8080 oncall.app:get_wsgi_app`. It works successfully until you have to visit the site itself. It throws an Internal Server Error right after hitting the homepage...

config/config.yaml file `server: host: 192.168.1.7 port: 8080 oncall_host: http://192.168.1.7:8080 metrics: dummy db: conn: kwargs: scheme: mysql+pymysql host: 127.0.0.1 database: oncall charset: utf8 echo: True str: "%(scheme)s://%(user)s:%(password)s@%(host)s/%(database)s?charset=%(charset)s" kwargs: pool_recycle: 3600 healthcheck_path:...