Skip to content

Commit

Permalink
Merge pull request kata-containers#10292 from fidencio/topic/ci-tdx-a…
Browse files Browse the repository at this point in the history
…dapt-how-we-get-the-host-ip

ci: tdx: Adapt how we get the host IP
  • Loading branch information
fidencio authored Sep 11, 2024
2 parents d096803 + 3946aa7 commit f6cfc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/kubernetes/confidential_kbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ function kbs_k8s_deploy() {
echo "Setting up custom PCCS for TDX"
cat <<- EOF > "${COCO_KBS_DIR}/config/kubernetes/custom_pccs/sgx_default_qcnl.conf"
{
"pccs_url": "https://$(hostname -i):8081/sgx/certification/v4/",
"pccs_url": "https://$(hostname -i | grep -o "^[0-9.]*"):8081/sgx/certification/v4/",
// To accept insecure HTTPS certificate, set this option to false
"use_secure_cert": false
Expand Down

0 comments on commit f6cfc33

Please sign in to comment.