Skip to content

Commit

Permalink
#48: Fix image-service security config
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Aug 5, 2024
1 parent 08c1001 commit 3d23af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/image-service/image-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ security:
oidc:
clientId: images
secret: images-oidc-super-secret
ip:
enabled: false
webservice:
client-id: images
client-secret: xxx
Expand Down
1 change: 1 addition & 0 deletions docker/pipelines/config/la-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ collectory:
maxAttempts: 10
initialIntervalMillis: 10000
httpHeaders:
Authorization: 02b8538a-4910-45a0-99de-1fc5175dd015
apiKey: 02b8538a-4910-45a0-99de-1fc5175dd015
imageService:
wsUrl: http://image-service.biodiversiteitsportaal.dev.internal:8080
Expand Down

0 comments on commit 3d23af4

Please sign in to comment.