Skip to content

Instantly share code, notes, and snippets.

View desnij's full-sized avatar

desnij

  • ipv4
View GitHub Profile
@desnij
desnij / traefik-forward-auth.yaml
Created October 9, 2020 12:54 — forked from JoooostB/traefik-forward-auth.yaml
Traefik Forward Auth for Traefik V2 on Kubernetes
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: traefik-sso
labels:
app: traefik-sso
spec:
template:
metadata:
labels:
@desnij
desnij / 00-README.md
Last active August 31, 2020 16:22
TheHive wip config still not working

Save yourself time, to copy this gist type

git clone https://gist.github.com/desnij/e0982c73bb04dead12828201b27883c4

before running docker-compose

THEHIVE_USER=1000
CORTEX_USER=1
ELASTICSEACH_USER=1000

after seeing the publication that th4 was available I got excited, but now I am rather disappointed. I read about people using th4 in kubernetes, but for the life of me I cant get the stack to work in docker.

I'd love to help, but I have no idea how we make thehive pages, docker images.

Docker

  • 1 cortex/3.1.0-0.1RC1 simply wont work

unless you create a dockefile and change USER to cortex

$ docker run -i -t --entrypoint=/bin/bash thehiveproject/cortex:3.1.0-0.1RC1