Skip to content

Commit

Permalink
MLPAB-1598 Push mock-onelogin (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawx authored Nov 30, 2023
1 parent 028f9db commit 1832f10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
path: ./lambda/create_s3_replication_job/Dockerfile
- ecr_repository: modernising-lpa/event-received
path: ./docker/event-received/Dockerfile
- ecr_repository: modernising-lpa/mock-onelogin
path: ./docker/mock-onelogin/Dockerfile
runs-on: ubuntu-latest
name: ${{ matrix.ecr_repository }}
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ui_test_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
if: inputs.run_against_image
env:
ECR_REGISTRY: ${{ steps.login_ecr.outputs.registry }}
ECR_REPOSITORY: modernising-lpa/app
TAG: ${{ inputs.tag }}
run: |
docker compose -f docker/docker-compose.yml -f docker/docker-compose.ci.yml pull
Expand Down
2 changes: 1 addition & 1 deletion cmd/mock-onelogin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
signingKid = "my-kid"
signingKid = "my-kid2"
)

var (
Expand Down
5 changes: 4 additions & 1 deletion docker/docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ version: '3.8'

services:
app:
image: ${ECR_REGISTRY}/${ECR_REPOSITORY}:${TAG}
image: ${ECR_REGISTRY}/modernising-lpa/app:${TAG}

mock-onelogin:
image: ${ECR_REGISTRY}/modernising-lpa/mock-onelogin:${TAG}

0 comments on commit 1832f10

Please sign in to comment.