"X-API-KEY 방식 제거 및 내부 API 토큰 검증으로 변경
- ApiKeyInterceptor 삭제, InternalApiTokenInterceptor 도입 - 관련 config 및 테스트 코드 X-Internal-Token 방식으로 수정 - PortalPropertyService 연관 코드 정리 및 불필요 메서드 제거"
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
POST http://localhost:7090/monitoring/_onl/admin/authserver/clientMan.json?serviceType=APIGW
|
||||
Content-Type: application/json
|
||||
User-Agent: insomnia/10.1.1
|
||||
X-API-KEY: EAPIM_KEY
|
||||
X-Internal-Token: {{internalApiToken}}
|
||||
action: insert
|
||||
target_host: stg
|
||||
|
||||
@@ -118,4 +118,4 @@ target_host: stg
|
||||
"errTransformYn": "N"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user