Skip to content

Commit

Permalink
Dont skip tls for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 committed Sep 23, 2024
1 parent 13ccb15 commit f28de40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/spiffe-step-ssh/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ helm upgrade --install spiffe-step-ssh charts/spiffe-step-ssh --set caPassword="

# Is fetchca responding.
kubectl get configmap -n spire-system spire-bundle-downstream -o go-template='{{ index .data "bundle.crt" }}' > /tmp/ca.pem
curl https://spiffe-step-ssh-fetchca.production.other -k -s --cacert /tmp/ca.pem
curl https://spiffe-step-ssh-fetchca.production.other -s --cacert /tmp/ca.pem

sudo systemctl start spiffe-step-ssh

Expand Down

0 comments on commit f28de40

Please sign in to comment.