Skip to content

Commit

Permalink
fix readme for .buckconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopezgi committed Nov 13, 2024
1 parent f5e4dc6 commit d3650f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buck2/cpp/.buckconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ digest_algorithms = SHA256
engine_address = <CLUSTER_NAME>.cluster.engflow.com
action_cache_address = <CLUSTER_NAME>.cluster.engflow.com
cas_address = <CLUSTER_NAME>.cluster.engflow.com
tls_client_cert = x-engflow-auth-method:jwt-v0,x-engflow-auth-token:LONG_JWT_STRING
http_headers = x-engflow-auth-method:jwt-v0,x-engflow-auth-token:LONG_JWT_STRING

[build]
execution_platforms = root//platforms:remote_platform
Expand Down
2 changes: 1 addition & 1 deletion buck2/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ following:
engine_address = <CLUSTER_NAME>.cluster.engflow.com
action_cache_address = <CLUSTER_NAME>.cluster.engflow.com
cas_address = <CLUSTER_NAME>.cluster.engflow.com
tls_client_cert = x-engflow-auth-method:jwt-v0,x-engflow-auth-token:LONG_JWT_STRING
http_headers = x-engflow-auth-method:jwt-v0,x-engflow-auth-token:LONG_JWT_STRING
```

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`.
Expand Down

0 comments on commit d3650f9

Please sign in to comment.