diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-05 17:52:29 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-07 09:34:01 +0100 |
commit | 56f5f380c3b3409eb5f14ac8dc5251d28aff63bb (patch) | |
tree | 550172b2c82e1573e3e1fa23bec12d702c6ff428 /share | |
parent | af0e6f9bd5c817403dc27558fce73a11ee9dbc83 (diff) | |
download | justbuild-56f5f380c3b3409eb5f14ac8dc5251d28aff63bb.tar.gz |
just: 'analyse' and 'describe' require client-side authentication
As these subcommands can access the serve endpoint, it is not
enough anymore to just know the remote-execution endpoint, but one
must also try to connect to it. Thus, the client-side
authentication arguments need to be supported and read.
The just.1 man page is also updated accordingly.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index cafe80dc..0c72cb38 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -573,17 +573,17 @@ Only TLS and mutual TLS (mTLS) are supported. **`--tls-ca-cert`** *`PATH`* Path to a TLS CA certificate that is trusted to sign the server certificate. -Supported by: build|install-cas|install|rebuild|traverse|execute. +Supported by: analyse|build|describe|install-cas|install|rebuild|traverse|execute. **`--tls-client-cert`** *`PATH`* Path to a TLS client certificate to enable mTLS. It must be passed in conjunction with **`--tls-client-key`** and **`--tls-ca-cert`**. -Supported by: build|install-cas|install|rebuild|traverse. +Supported by: analyse|build|describe|install-cas|install|rebuild|traverse. **`--tls-client-key`** *`PATH`* Path to a TLS client key to enable mTLS. It must be passed in conjunction with **`--tls-client-cert`** and **`--tls-ca-cert`**. -Supported by: build|install-cas|install|rebuild|traverse. +Supported by: analyse|build|describe|install-cas|install|rebuild|traverse. **`analyse`** specific options ------------------------------ |