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:
parent
53f77368fd
commit
c8130d0689
2 changed files with 45 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue