Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for ACME container with CA #4959

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: ACME container
name: Basic ACME container

on: workflow_call

env:
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# docs/installation/podman/Deploying_PKI_ACME_Responder_on_Podman.md
test:
name: Test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -58,6 +57,7 @@ jobs:
mkdir conf
mkdir logs

# /~https://github.com/dogtagpki/pki/wiki/Deploying-ACME-Container
- name: Set up ACME container
run: |
docker run \
Expand Down Expand Up @@ -147,7 +147,6 @@ jobs:
# everything should be owned by root group (GID=0)
# TODO: review owners/permissions
cat > expected << EOF
drwxrwx--- root backup
-rw-rw-rw- root catalina.$DATE.log
-rw-rw-rw- root host-manager.$DATE.log
-rw-rw-rw- root localhost.$DATE.log
Expand Down
Loading
Loading