1
0
Fork 0
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:
Jeremy Cline 2025-11-24 08:20:10 -05:00 committed by zlopez
commit 121e874f73

View file

@ -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