Commit 340b52e
committed
fix(ci): provide CS_* creds to bench-eql for fixture generation
With bench.sh now running test:sqlx:prep, fixture:generate:all encrypts via
cipherstash-client and needs ZeroKMS auth (CS_CLIENT_ACCESS_KEY + CS_WORKSPACE_CRN)
plus a client key (CS_CLIENT_ID + CS_CLIENT_KEY); without them it fails with
'Auth strategy error: Not authenticated'. Add the four secrets to the bench job
env, mirroring test-eql.yml. (bench-eql triggers are push:main/schedule/dispatch,
all main-repo, so no fork-PR creds exposure.)1 parent 7febb01 commit 340b52e
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| |||
0 commit comments