Skip to content

Commit

Permalink
iceberg: specify authentication_mode in rest_catalog_test
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemKauf committed Jan 31, 2025
1 parent 4dbf046 commit dfa8773
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/v/iceberg/tests/rest_catalog_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "bytes/iobuf_parser.h"
#include "cloud_io/tests/s3_imposter.h"
#include "cloud_io/tests/scoped_remote.h"
#include "config/types.h"
#include "iceberg/json_writer.h"
#include "iceberg/rest_catalog.h"
#include "iceberg/rest_client/catalog_client.h"
Expand Down Expand Up @@ -67,7 +68,10 @@ struct RestCatalogTest
get_credentials(),
iceberg::rest_client::base_path{"/catalog"},
std::nullopt,
iceberg::rest_client::api_version("v1"));
iceberg::rest_client::api_version("v1"),
std::nullopt,
nullptr,
config::datalake_catalog_auth_mode::oauth2);
}
std::unique_ptr<cloud_io::scoped_remote> sr;
iceberg::manifest_io io;
Expand Down

0 comments on commit dfa8773

Please sign in to comment.