5766ed1785
zuul-client can be used to encrypt a secret that can be then used in a project's jobs. Also improve the documentation section about using a configuration file. Change-Id: I10e56883f0b24ac429051af36f9bf58c7594c0ed
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
# Example of a zuul-client configuration file.
|
|
# Several sections can be created for different Zuul instances or settings.
|
|
# The "example" section below can be used when calling zuul-client like so:
|
|
#
|
|
# zuul-client --use-conf example ...
|
|
|
|
[example]
|
|
url=https://example.com/zuul/
|
|
# verify_ssl=False
|
|
auth_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9
|