Skip to content

Commit 4ab35c3

Browse files
Gazizonokigithub-actions[bot]
authored andcommitted
[C++ SDK] Added missing default value for CaCerts in IAM providers (#19924)
1 parent 76f4ca6 commit 4ab35c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/last_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81ac0de27c1d3727dcc4ef3a2f2581f441e57e41
1+
6065f1e3f7655f65b808df9cee77081380d85c3b

include/ydb-cpp-sdk/client/iam/common/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct TIamEndpoint {
3333
TDuration RefreshPeriod = NIam::DEFAULT_REFRESH_PERIOD;
3434
TDuration RequestTimeout = NIam::DEFAULT_REQUEST_TIMEOUT;
3535
bool EnableSsl = NIam::DEFAULT_ENABLE_SSL;
36-
std::string CaCerts;
36+
std::string CaCerts = "";
3737
};
3838

3939
struct TIamJwtFilename : TIamEndpoint { std::string JwtFilename; };

0 commit comments

Comments
 (0)