We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e61e8 commit 7bcc9faCopy full SHA for 7bcc9fa
test/bats/e2e-provider.bats
@@ -409,7 +409,10 @@ export VALIDATE_TOKENS_AUDIENCE=$(get_token_requests_audience)
409
local pod_ip=$(kubectl get pod -n kube-system -l app=csi-secrets-store-e2e-provider -o jsonpath="{.items[0].status.podIP}")
410
run kubectl exec ${curl_pod_name} -n rotation -- curl http://${pod_ip}:8080/rotation?rotated=true
411
412
- sleep 10
+ # wait for rotated secret to be mounted
413
+ sleep 180
414
+
415
+ # Save logs in case of failure in rotation
416
archive_info
417
418
result=$(kubectl exec -n rotation secrets-store-inline-rotation -- cat /mnt/secrets-store/$SECRET_NAME)
0 commit comments