Skip to content

Commit 904fdf0

Browse files
author
shuxu.li
committed
feat: add restcatalog authentication api
1 parent 572d02a commit 904fdf0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/iceberg/catalog/rest/meson.build

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
# under the License.
1717

1818
iceberg_rest_sources = files(
19+
'auth/auth_manager.cc',
20+
'auth/auth_managers.cc',
21+
'auth/auth_session.cc',
1922
'catalog_properties.cc',
2023
'endpoint.cc',
2124
'error_handlers.cc',
@@ -72,3 +75,13 @@ install_headers(
7275
],
7376
subdir: 'iceberg/catalog/rest',
7477
)
78+
79+
install_headers(
80+
[
81+
'auth/auth_manager.h',
82+
'auth/auth_managers.h',
83+
'auth/auth_properties.h',
84+
'auth/auth_session.h',
85+
],
86+
subdir: 'iceberg/catalog/rest/auth',
87+
)

0 commit comments

Comments
 (0)