feat: new openid connect authentication layer
Some checks are pending
Cadoles/bouncer/pipeline/pr-develop Build started...
Some checks are pending
Cadoles/bouncer/pipeline/pr-develop Build started...
This commit is contained in:
34
modd.conf
34
modd.conf
@ -1,17 +1,3 @@
|
||||
**/*.go
|
||||
internal/**/*.json
|
||||
modd.conf
|
||||
config.yml
|
||||
layers/**
|
||||
.env {
|
||||
prep: make RUN_INSTALL_TESTS=no GOTEST_ARGS="-short" test
|
||||
prep: make build-bouncer
|
||||
prep: make config.yml
|
||||
prep: make .bouncer-token
|
||||
daemon: make run BOUNCER_CMD="--debug --config config.yml server admin run"
|
||||
daemon: make run BOUNCER_CMD="--debug --config config.yml server proxy run"
|
||||
}
|
||||
|
||||
{
|
||||
daemon +sigint: make run-redis
|
||||
}
|
||||
@ -19,4 +5,22 @@ layers/**
|
||||
misc/prometheus/prometheus.yml
|
||||
{
|
||||
daemon +sigint: make run-prometheus
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
**/*.go
|
||||
**/*.gohtml
|
||||
internal/**/*.json
|
||||
modd.conf
|
||||
config.yml
|
||||
layers/**
|
||||
data/bootstrap.d/*.yml
|
||||
.env {
|
||||
prep: make RUN_INSTALL_TESTS=no GOTEST_ARGS="-short" test
|
||||
prep: make build-bouncer
|
||||
prep: make config.yml
|
||||
prep: make .bouncer-token
|
||||
daemon: make run BOUNCER_CMD="--debug --config config.yml server dummy run"
|
||||
daemon: make run BOUNCER_CMD="--debug --config config.yml server admin run"
|
||||
daemon: make run BOUNCER_CMD="--debug --config config.yml server proxy run"
|
||||
}
|
||||
|
Reference in New Issue
Block a user