templates/packer: support ldap service account for repo mtls conf

The secret needs 3 fields, the cert, key and baseurl for the
repository. The CA is optional.
This commit is contained in:
Sanne Raymaekers 2024-03-29 14:58:42 +01:00
parent 53f77368fd
commit c8130d0689
2 changed files with 45 additions and 0 deletions

View file

@ -19,6 +19,7 @@ ExecStart=/usr/local/libexec/worker-initialization-scripts/get_gcp_creds.sh
ExecStart=/usr/local/libexec/worker-initialization-scripts/get_koji_creds.sh
ExecStart=/usr/local/libexec/worker-initialization-scripts/get_oci_creds.sh
ExecStart=/usr/local/libexec/worker-initialization-scripts/get_pulp_creds.sh
ExecStart=/usr/local/libexec/worker-initialization-scripts/get_ldap_sa_mtls_creds.sh
ExecStart=/usr/local/libexec/worker-initialization-scripts/worker_service.sh
[Install]