Skip to content

Commit 3cb0df0

Browse files
authored
Merge pull request #74 from ahmedyarub/bearer_token_size
Increase maximum bearer token size to avoid truncation
2 parents 7fcd1ca + 99a084b commit 3cb0df0

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)