Skip to content

Commit

Permalink
Fjerner overflødig docker oppsett for utgang-pdl
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkittilsen committed Dec 30, 2024
1 parent e85a31e commit a8d806a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 159 deletions.
5 changes: 0 additions & 5 deletions apps/utgang-pdl/Dockerfile

This file was deleted.

103 changes: 0 additions & 103 deletions apps/utgang-pdl/docker-compose.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions apps/utgang-pdl/wiremock/pdl.json

This file was deleted.

14 changes: 14 additions & 0 deletions docker/mocks/config/mock-oauth2-server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@
}
}
]
},
{
"issuerId": "default",
"tokenExpiry": 15780000,
"requestMappings": [
{
"requestParam": "scope",
"match": "openid somescope",
"claims": {
"sub": "admin@paw-arbeidssokerregisteret-utgang-pdl",
"aud": ["paw-arbeidssokerregisteret-api-utgang-pdl"]
}
}
]
}
]
}

0 comments on commit a8d806a

Please sign in to comment.