
This adds tenant-admin auth protected web API endpoints to delete image builds and uploads. Change-Id: I9d1796c8c74ca094f60896fd3a87988a4cd232b7
55 lines
1002 B
Plaintext
55 lines
1002 B
Plaintext
[statsd]
|
|
# note, use 127.0.0.1 rather than localhost to avoid getting ipv6
|
|
# see: https://github.com/jsocol/pystatsd/issues/61
|
|
server=127.0.0.1
|
|
|
|
[scheduler]
|
|
tenant_config=config/multi-driver/main.yaml
|
|
|
|
[merger]
|
|
git_dir=/tmp/zuul-test/git
|
|
git_user_email=zuul@example.com
|
|
git_user_name=zuul
|
|
|
|
[executor]
|
|
git_dir=/tmp/zuul-test/executor-git
|
|
load_multiplier=100
|
|
|
|
[auth zuul_operator]
|
|
driver=HS256
|
|
allow_authz_override=true
|
|
realm=zuul.example.com
|
|
client_id=zuul.example.com
|
|
issuer_id=zuul_operator
|
|
secret=NoDanaOnlyZuul
|
|
|
|
[connection gerrit]
|
|
driver=gerrit
|
|
server=review.example.com
|
|
user=jenkins
|
|
sshkey=none
|
|
password=badpassword
|
|
|
|
[connection github]
|
|
driver=github
|
|
webhook_token=00000000000000000000000000000000000000000
|
|
|
|
[connection outgoing_smtp]
|
|
driver=smtp
|
|
server=localhost
|
|
port=25
|
|
default_from=zuul@example.com
|
|
default_to=you@example.com
|
|
|
|
[database]
|
|
dburi=$MYSQL_FIXTURE_DBURI$
|
|
|
|
[connection aws]
|
|
driver=aws
|
|
access_key_id=fake
|
|
secret_access_key=fake
|
|
|
|
[connection openstack]
|
|
driver=openstack
|
|
cloud=fakecloud
|