feat #477: show vpd ords control architecture
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user