Skip to content

Commit

Permalink
Update self-test ssh role names
Browse files Browse the repository at this point in the history
Needed due to new https://vault.arrakis.se:8200/ naming convention.
  • Loading branch information
andreaso committed Nov 5, 2023
1 parent 2a82ba7 commit aaafbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
oidc_backend: github-oidc
oidc_role: cert-action-user
ssh_backend: arrakis/ssh2
ssh_role: cert-action-user
ssh_role: cert-action-cert

- name: Examine generated certificate
run: ssh-keygen -L -f "${{ steps.ssh_cert.outputs.cert_path }}"
Expand All @@ -51,7 +51,7 @@ jobs:
oidc_backend: github-oidc
oidc_role: cert-action-at-user
ssh_backend: arrakis/ssh2
ssh_role: cert-action-at-user
ssh_role: cert-action-at-cert

- name: Examine second generated certificate
run: ssh-keygen -L -f "${{ steps.ssh_cert_aud.outputs.cert_path }}"

0 comments on commit aaafbf8

Please sign in to comment.