feat #477: show vpd ords control architecture

This commit is contained in:
devmrko
2026-06-26 05:17:27 +09:00
parent 8d2909e589
commit 6e4a306dcd
8 changed files with 115 additions and 6 deletions

View File

@@ -6,9 +6,11 @@
<main class="container py-4">
<div class="page-title">
<h1>ORDS 조회 Handler 생성</h1>
<p>DB 테이블/뷰를 선택해 Bearer Token 기반 VPD 검증용 ORDS 조회 Handler 경로를 등록하고 생성합니다.</p>
<p>VPD가 적용된 TABLE/VIEW를 ORDS HTTP 경로로 서빙하기 위한 조회 Handler를 등록합니다.</p>
</div>
<section th:replace="~{fragments/layout :: architectureStrip('ords')}"></section>
<div class="alert alert-success" th:if="${message}" th:text="${message}"></div>
<div class="alert alert-danger" th:if="${errorMessage}" th:text="${errorMessage}"></div>