Skip to content

Commit

Permalink
ci: set certs/key as makefile deps in e2e test
Browse files Browse the repository at this point in the history
token-cert-chain.pem, ca-cert.pem and token-key.pem are specified in the
configfiles. Without them a launch of kbs or resource-kbs will fail.
Hence they are added as dependencies in the Makefile.

the cargo lockfile has been regenerated to fix a compilation issue on
rust nightly.

Signed-off-by: Magnus Kulke <[email protected]>

Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke committed Feb 15, 2024
1 parent 6a9be1c commit d0fd3e1
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 180 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/kbs-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
working-directory: kbs/test
run: make bins

- name: Generate Attestation Token Signer
working-directory: kbs/test
run: make generate-attestation-token-signer

- name: Set cc_kbc sample attester env
if: inputs.sample == true
run: echo "AA_SAMPLE_ATTESTER_TEST=1" >> "$GITHUB_ENV"
Expand Down
Loading

0 comments on commit d0fd3e1

Please sign in to comment.