Skip to content

Commit

Permalink
Relay tokens to /run endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
flawmop committed Aug 22, 2024
1 parent 2cd5d51 commit 9bfee35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ spring:
routes:
- id: 0-test
filters:
- TokenRelay=
- TokenRelay
order: 0
predicates:
- Method=GET
- Path=/test/token
uri: ${ROUTE_DEFAULT:http://localhost:9001}/
- id: 1-run
filters:
- TokenRelay
order: 1
predicates:
- Method=GET,POST
Expand Down

0 comments on commit 9bfee35

Please sign in to comment.