"X-API-KEY 방식 제거 및 내부 API 토큰 검증으로 변경

- ApiKeyInterceptor 삭제, InternalApiTokenInterceptor 도입
- 관련 config 및 테스트 코드 X-Internal-Token 방식으로 수정
- PortalPropertyService 연관 코드 정리 및 불필요 메서드 제거"
This commit is contained in:
Rinjae
2026-09-03 15:46:43 +09:00
parent 1ac84f2f92
commit 91631ea750
5 changed files with 47 additions and 150 deletions
+2 -2
View File
@@ -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"
}
]
}
}