Skip to content

Commit

Permalink
FDP-94: Update configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jasper Kamerling <[email protected]>
  • Loading branch information
jasperkamerling committed Nov 30, 2023
1 parent 4ee659a commit 2207794
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 1 addition & 8 deletions application/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,4 @@ soap:

management:
server:
port: 8888
# ssl:
# enabled: false
# client-auth: none
endpoints:
web:
exposure:
include: health
port: 8888
6 changes: 6 additions & 0 deletions application/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ management:
exposure:
include: prometheus,health

server:
ssl:
enabled: true
protocol: TLS
client-auth: need

spring:
kafka:
consumer:
Expand Down

0 comments on commit 2207794

Please sign in to comment.