Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

update reference link for 2.11.x #458

Merged
merged 1 commit into from
Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It's great for quickly switching between different clusters, and can modify clus

## Use case
- Administration: find all the [Admin API](admin-api-overview.md) features under the `admin` command.
- Client: find all the [pulsar-client](https://pulsar.apache.org/reference/) features under the `client` command.
- Client: find all the [pulsar-client](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/) features under the `client` command.


## Install Pulsar Shell
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.11.x/reference-cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pulsar offers several command-line tools that you can use for managing Pulsar in

:::tip

For the latest and complete information about command-line tools, including commands, flags, descriptions, and more information, see [Pulsar Reference](https://pulsar.apache.org/reference).
For the latest and complete information about command-line tools, including commands, flags, descriptions, and more information, see [Pulsar Reference](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/).

:::

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-2.11.x/security-tls-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var client = PulsarClient.Builder()

## Configure mTLS authentication in CLI tools

[Command-line tools](reference-cli-tools.md) like [`pulsar-admin`](https://pulsar.apache.org/reference/), [`pulsar-perf`](https://pulsar.apache.org/reference/), and [`pulsar-client`](https://pulsar.apache.org/reference/), use the `conf/client.conf` config file in a Pulsar installation.
[Command-line tools](reference-cli-tools.md) like [`pulsar-admin`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), [`pulsar-perf`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), and [`pulsar-client`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), use the `conf/client.conf` config file in a Pulsar installation.

To use mTLS authentication with the CLI tools of Pulsar, you need to add the following parameters to the `conf/client.conf` file, alongside [the configuration to enable mTLS encryption](security-tls-transport.md#configure-mtls-encryption-in-cli-tools):

Expand Down Expand Up @@ -238,7 +238,7 @@ Besides configuring [TLS encryption](security-tls-transport.md), you need to con

For example:

1. for [Command-line tools](reference-cli-tools.md) like [`pulsar-admin`](https://pulsar.apache.org/reference/), [`pulsar-perf`](https://pulsar.apache.org/reference/), and [`pulsar-client`](https://pulsar.apache.org/reference/), set the `conf/client.conf` file in a Pulsar installation.
1. for [Command-line tools](reference-cli-tools.md) like [`pulsar-admin`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), [`pulsar-perf`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), and [`pulsar-client`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), set the `conf/client.conf` file in a Pulsar installation.

```properties
webServiceUrl=https://broker.example.com:8443/
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-2.11.x/security-tls-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ In addition to the required configurations in the `conf/client.conf` file, you n

### Configure CLI tools

[Command-line tools](reference-cli-tools.md) like [`pulsar-admin`](https://pulsar.apache.org/reference/), [`pulsar-perf`](https://pulsar.apache.org/reference/), and [`pulsar-client`](https://pulsar.apache.org/reference/) use the `conf/client.conf` config file in a Pulsar installation.
[Command-line tools](reference-cli-tools.md) like [`pulsar-admin`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), [`pulsar-perf`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), and [`pulsar-client`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/) use the `conf/client.conf` config file in a Pulsar installation.

To use mTLS encryption with Pulsar CLI tools, you need to add the following parameters to the `conf/client.conf` file.

Expand Down Expand Up @@ -575,7 +575,7 @@ If you set `useKeyStoreTls` to `true`, be sure to configure `tlsTrustStorePath`.

### Configure CLI tools

For [Command-line tools](reference-cli-tools.md) like [`pulsar-admin`](https://pulsar.apache.org/reference/), [`pulsar-perf`](https://pulsar.apache.org/reference/), and [`pulsar-client`](https://pulsar.apache.org/reference/), use the `conf/client.conf` config file in a Pulsar installation.
For [Command-line tools](reference-cli-tools.md) like [`pulsar-admin`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), [`pulsar-perf`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), and [`pulsar-client`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/), use the `conf/client.conf` config file in a Pulsar installation.

```properties
authPlugin=org.apache.pulsar.client.impl.auth.AuthenticationKeyStoreTls
Expand Down