Commit e5e23528 by Administrator

Update techhero-framework-gateway-local.yml

parent 3ec5c9c4
...@@ -10,3 +10,17 @@ spring: ...@@ -10,3 +10,17 @@ spring:
max-wait: -1 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
jwt:
jwk-set-uri: 'http://localhost:20420/rsa/publicKey'
# 放行白名单
secure:
ignore:
urls: #配置白名单路径
- /actuator/**
- /auth/**
- /auth/hello
- /socket/**
- /task/**
- /gateway/**
- /route/**
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment