zuul-registry/tools/conf.yaml
James E. Blair 9fb406e056 Add s3 support
This adds an s3 backend driver.

Change-Id: I2e005b2a4a86bd039d0b08878cd6f4c1156d465d
2024-01-03 11:00:51 -08:00

28 lines
553 B
YAML

registry:
address: '127.0.0.1'
port: 9000
tls-cert: /path/to/cert.pem
tls-key: /path/to/cert.key
users:
- name: testuser
pass: testpass
access: write
- name: anonymous
pass: ''
access: read
# Choose one:
storage:
driver: swift
cloud: registry
container: test_registry
storage:
driver: s3
# endpoint: optional url
# region: optional string
bucket: bucketname
access-key: api access key
secret-key: api secret key
storage:
driver: filesystem
root: /tmp/storage