Skip to content

Commit

Permalink
Add test for CA container user service
Browse files Browse the repository at this point in the history
A new test has been added to run a CA container as a rootless
systemd service in user space then perform a cert enrollment.
  • Loading branch information
edewata committed Jun 18, 2024
1 parent 9f19eaa commit 311d7b4
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ca-container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
needs: build
uses: ./.github/workflows/ca-container-system-service-test.yml

ca-container-user-service-test:
name: CA container user service
needs: build
uses: ./.github/workflows/ca-container-user-service-test.yml

ca-container-migration-test:
name: CA migration to container
needs: build
Expand Down
Loading

0 comments on commit 311d7b4

Please sign in to comment.