Skip to content

Commit

Permalink
[AJ-1166] Configure CORS for Actuator endpoints (#392)
Browse files Browse the repository at this point in the history
Configure CORS for Actuator endpoints
  • Loading branch information
nawatts authored Nov 1, 2023
1 parent 91943ab commit 5c759cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions service/src/main/resources/application-local-cors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
management:
endpoints:
web:
cors:
allowed-origins: ["*"]
allowed-methods: ["*"]
allowed-headers: ["*"]

0 comments on commit 5c759cd

Please sign in to comment.