Commit 6f3f814
committed
fix(ci): wait for SPIRE Agent Workload API socket before SVID fetch
Step 10 was failing because fetch-sovereign-svid-grpc.py requires
the Workload API socket at /tmp/spire-agent/public/api.sock.
The Step 7 attestation loop breaks early via server-side check
(agent attested on server) before the agent creates the socket.
Add a 30s socket readiness wait before invoking the SVID fetch.1 parent be565f1 commit 6f3f814
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3097 | 3097 | | |
3098 | 3098 | | |
3099 | 3099 | | |
| 3100 | + | |
| 3101 | + | |
| 3102 | + | |
| 3103 | + | |
| 3104 | + | |
| 3105 | + | |
| 3106 | + | |
| 3107 | + | |
| 3108 | + | |
| 3109 | + | |
| 3110 | + | |
| 3111 | + | |
| 3112 | + | |
| 3113 | + | |
| 3114 | + | |
| 3115 | + | |
| 3116 | + | |
3100 | 3117 | | |
3101 | 3118 | | |
3102 | 3119 | | |
| |||
0 commit comments