Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleene authored Jan 6, 2025
1 parent e1b7e5d commit 87aae2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/start-up-with-containers/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ runs:
echo "${private_pem}" >"${private_path}"
echo "${cert_pem}" >"${cert_path}"
cat "${private_path}" "${cert_path}"
chmod a+r "${private_path}" "${cert_path}"
keylist_command="$(printf '{kid, alg, private: "%s", cert: "%s"}' "${private_path}" "${cert_path}")"
Expand All @@ -83,7 +81,7 @@ runs:
cat kas-private.pem
printf 'adding the following extra keys: %s-%s\n' "${extra_keys}" "${extra_keyring}"
printf 'adding the following extra keys:\n [%s]\n[%s] \n' "${extra_keys}" "${extra_keyring}"
yq_command=$(printf '(.services.kas.keyring = [{"kid":"ec1","alg":"ec:secp256r1"},{"kid":"r1","alg":"rsa:2048"}] + %s) | (.server.cryptoProvider.standard.keys = [{"kid":"ec1","alg":"ec:secp256r1","private":"kas-ec-private.pem","cert":"kas-ec-cert.pem"},{"kid":"r1","alg":"rsa:2048","private":"kas-private.pem","cert":"kas-cert.pem"}] + %s)' "${extra_keyring}" "${extra_keys}")
Expand Down

0 comments on commit 87aae2a

Please sign in to comment.