forked from infra/ansible
fedora-image-uploader: use combined key and certificate
The Azure client needs both the key and cert in a single file, it's not possible to specify them separately as far as I can tell. Switch to using the combined file for the secret. See also: https://pagure.io/fedora-infra/ansible/pull-request/2969#comment-226104
This commit is contained in:
parent
35b08c5e84
commit
121e874f73
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@
|
|||
secret_file_app: cloud-image-uploader
|
||||
secret_file_secret_name: cloud-image-uploader-azure-key
|
||||
secret_file_key: azure_client.key
|
||||
secret_file_privatefile: "cloud-image-uploader/fedora-image-uploader{{env_suffix}}.key.pem"
|
||||
secret_file_privatefile: "cloud-image-uploader/fedora-image-uploader-key-and-cert{{env_suffix}}.key.pem"
|
||||
|
||||
- role: openshift/secret-file
|
||||
secret_file_app: cloud-image-uploader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue