Skip to content

Commit d3650f9

Browse files
committed
fix readme for .buckconfig
1 parent f5e4dc6 commit d3650f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buck2/cpp/.buckconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ digest_algorithms = SHA256
4141
engine_address = <CLUSTER_NAME>.cluster.engflow.com
4242
action_cache_address = <CLUSTER_NAME>.cluster.engflow.com
4343
cas_address = <CLUSTER_NAME>.cluster.engflow.com
44-
tls_client_cert = x-engflow-auth-method:jwt-v0,x-engflow-auth-token:LONG_JWT_STRING
44+
http_headers = x-engflow-auth-method:jwt-v0,x-engflow-auth-token:LONG_JWT_STRING
4545

4646
[build]
4747
execution_platforms = root//platforms:remote_platform

buck2/cpp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ following:
3535
engine_address = <CLUSTER_NAME>.cluster.engflow.com
3636
action_cache_address = <CLUSTER_NAME>.cluster.engflow.com
3737
cas_address = <CLUSTER_NAME>.cluster.engflow.com
38-
tls_client_cert = x-engflow-auth-method:jwt-v0,x-engflow-auth-token:LONG_JWT_STRING
38+
http_headers = x-engflow-auth-method:jwt-v0,x-engflow-auth-token:LONG_JWT_STRING
3939
```
4040

4141
To obtain the value of `LONG_JWT_STRING`, log into https://<CLUSTER_NAME>.cluster.engflow.com/gettingstarted and use the value of `x-engflow-auth-token` in section `Method 2: JWT`.

0 commit comments

Comments
 (0)