StamusNetworks / SELKS

A Suricata based IDS/IPS/NSM distro

Home Page:https://www.stamus-networks.com/open-source/#selks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EveBox: Opt out of default TLS and authentication

jasonish opened this issue · comments

EveBox will soon enable TLS and authentication by default in the master branch, however there will be flags to opt out of these features as SELKS wraps both of these features around EveBox. The following environment variables will take care of this:

    environment:
      - EVEBOX_HTTP_TLS_DISABLED=true
      - EVEBOX_AUTHENTICATION_REQUIRED=false

PR is incoming.

Reference: