Skip to content

Commit 99a084b

Browse files
author
Ahmed Yarub Hani Al Nuaimi
committed
Increase maximum bearer token size to avoid truncation
(cherry picked from commit 79a7a82)
1 parent 7fcd1ca commit 99a084b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/config/kube_config_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern "C" {
77

88
#define AUTH_TOKEN_KEY "Authorization"
99
#define BEARER_TOKEN_TEMPLATE "Bearer %s"
10-
#define BEARER_TOKEN_BUFFER_SIZE 1024
10+
#define BEARER_TOKEN_BUFFER_SIZE 2048
1111
#define BASIC_TOKEN_TEMPLATE "Basic %s"
1212
#define BASIC_TOKEN_BUFFER_SIZE 1024
1313

0 commit comments

Comments
 (0)