StamusNetworks / SELKS

A Suricata based IDS/IPS/NSM distro
https://www.stamus-networks.com/open-source/#selks
GNU General Public License v3.0
1.48k stars 285 forks source link

EveBox: Opt out of default TLS and authentication #445

Closed jasonish closed 1 year ago

jasonish commented 1 year ago

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: