Skip to content

feat: add PKCS#11 E2E test pipeline - #599

Open
sampras343 wants to merge 1 commit into
mainfrom
sachin/feat/pkcs11-e2e-pipeline
Open

feat: add PKCS#11 E2E test pipeline#599
sampras343 wants to merge 1 commit into
mainfrom
sachin/feat/pkcs11-e2e-pipeline

Conversation

@sampras343

Copy link
Copy Markdown
Member

Summary

  • Adds PKCS#11/HSM E2E testing that runs in parallel with existing file-mode tests on the same EaaS cluster
  • New run-tas-pkcs11-e2e pipeline task deploys a PKCS#11-mode SecureSign CR in a separate namespace (sigstore-pkcs11-test) alongside the file-mode deployment (sigstore-e2e-test)
  • No additional cluster provisioning — both stacks share the same operator install and cluster

New files

  • stepactions/integration-test/install-pkcs11-prerequisites.yaml — SoftHSM setup, key ceremony Jobs, derived Secrets
  • stepactions/integration-test/install-tas-pkcs11.yaml — PKCS#11-mode SecureSign CR deployment
  • tasks/integration-test/sigstore-e2e-pkcs11.yaml — Full E2E task with PKCS#11 prerequisites + sigstore tests

Pipeline execution graph

prepare-tests ──┬──► run-operator-e2e
                ├──► run-tas-e2e          (sigstore-e2e-test, file mode)
                └──► run-tas-pkcs11-e2e   (sigstore-pkcs11-test, PKCS#11 mode)

Test plan

  • Validate YAML syntax and Tekton schema
  • Test PKCS#11 prerequisite scripts on a live cluster
  • Full pipeline run via Konflux IntegrationTestScenario

Dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant