feat: align DDS with common permission and vector flow

This commit is contained in:
devmrko
2026-06-29 23:50:42 +09:00
parent ad9a2b7dd4
commit 2e4bcef44f
21 changed files with 1207 additions and 25 deletions

View File

@@ -22,6 +22,7 @@ class DdsPropertiesTest {
assertEquals("ADMIN.V_DDS_CUSTOMERS_PG", properties.objectFor("pg"));
assertEquals("ADMIN.V_DDS_CUSTOMERS_MY", properties.objectFor("MY"));
assertEquals("ADMIN.CB_DDS_VECTOR_SEARCH_DOCUMENTS", properties.vectorObject());
assertTrue(properties.users().containsKey("my"));
assertTrue(properties.users().get("my").configured());
}