This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new ca3fd73  [Doc] Add geo-replication authentication doc. (#12238)
ca3fd73 is described below

commit ca3fd73f16356ab3632ae9e4d797ab3fa89dd343
Author: Jiwei Guo <[email protected]>
AuthorDate: Mon Oct 11 11:08:51 2021 +0800

    [Doc] Add geo-replication authentication doc. (#12238)
---
 site2/docs/administration-geo.md                                 | 3 ++-
 site2/website/versioned_docs/version-2.7.0/administration-geo.md | 4 ++--
 site2/website/versioned_docs/version-2.7.1/administration-geo.md | 4 ++--
 site2/website/versioned_docs/version-2.7.2/administration-geo.md | 3 ++-
 site2/website/versioned_docs/version-2.7.3/administration-geo.md | 3 ++-
 site2/website/versioned_docs/version-2.8.0/administration-geo.md | 3 ++-
 site2/website/versioned_docs/version-2.8.1/administration-geo.md | 3 ++-
 site2/website/versioned_docs/version-2.8.2/administration-geo.md | 3 ++-
 8 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/site2/docs/administration-geo.md b/site2/docs/administration-geo.md
index 149b27c..9e59139 100644
--- a/site2/docs/administration-geo.md
+++ b/site2/docs/administration-geo.md
@@ -68,7 +68,8 @@ $ bin/pulsar-admin clusters create \
 
    > #### Tip
    >
-   > If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+   > - If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+   > - Different clusters may have different authentications. You can use the 
authentication flag `--auth-plugin` and `--auth-parameters` together to set 
cluster authentication, which overrides `brokerClientAuthenticationPlugin` and 
`brokerClientAuthenticationParameters` if `authenticationEnabled` sets to 
`true` in `broker.conf` and `standalone.conf`. For more information, see 
[authentication and authorization](concepts-authentication.md).
 
 2. Configure the connection from `us-west` to `us-cent`.
 
diff --git a/site2/website/versioned_docs/version-2.7.0/administration-geo.md 
b/site2/website/versioned_docs/version-2.7.0/administration-geo.md
index db6a8a3..8e1d95b 100644
--- a/site2/website/versioned_docs/version-2.7.0/administration-geo.md
+++ b/site2/website/versioned_docs/version-2.7.0/administration-geo.md
@@ -69,8 +69,8 @@ $ bin/pulsar-admin clusters create \
 
 > #### Tip
 >
-> If you want to use a secure connection for a cluster, you can use the flags 
`--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
-
+> - If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+> - Different clusters may have different authentications. You can use the 
authentication flag `--auth-plugin` and `--auth-parameters` together to set 
cluster authentication, which overrides `brokerClientAuthenticationPlugin` and 
`brokerClientAuthenticationParameters` if `authenticationEnabled` sets to 
`true` in `broker.conf` and `standalone.conf`. For more information, see 
[authentication and authorization](concepts-authentication.md).
 2. Configure the connection from `us-west` to `us-cent`.
 
    Run the following command on `us-west`.
diff --git a/site2/website/versioned_docs/version-2.7.1/administration-geo.md 
b/site2/website/versioned_docs/version-2.7.1/administration-geo.md
index 154429a..58cba4c 100644
--- a/site2/website/versioned_docs/version-2.7.1/administration-geo.md
+++ b/site2/website/versioned_docs/version-2.7.1/administration-geo.md
@@ -69,8 +69,8 @@ $ bin/pulsar-admin clusters create \
 
 > #### Tip
 >
-> If you want to use a secure connection for a cluster, you can use the flags 
`--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
-
+> - If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+> - Different clusters may have different authentications. You can use the 
authentication flag `--auth-plugin` and `--auth-parameters` together to set 
cluster authentication, which overrides `brokerClientAuthenticationPlugin` and 
`brokerClientAuthenticationParameters` if `authenticationEnabled` sets to 
`true` in `broker.conf` and `standalone.conf`. For more information, see 
[authentication and authorization](concepts-authentication.md).
 2. Configure the connection from `us-west` to `us-cent`.
 
    Run the following command on `us-west`.
diff --git a/site2/website/versioned_docs/version-2.7.2/administration-geo.md 
b/site2/website/versioned_docs/version-2.7.2/administration-geo.md
index cc3bef7..a8f3758 100644
--- a/site2/website/versioned_docs/version-2.7.2/administration-geo.md
+++ b/site2/website/versioned_docs/version-2.7.2/administration-geo.md
@@ -69,7 +69,8 @@ $ bin/pulsar-admin clusters create \
 
 > #### Tip
 >
-> If you want to use a secure connection for a cluster, you can use the flags 
`--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+> - If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+> - Different clusters may have different authentications. You can use the 
authentication flag `--auth-plugin` and `--auth-parameters` together to set 
cluster authentication, which overrides `brokerClientAuthenticationPlugin` and 
`brokerClientAuthenticationParameters` if `authenticationEnabled` sets to 
`true` in `broker.conf` and `standalone.conf`. For more information, see 
[authentication and authorization](concepts-authentication.md).
 
 2. Configure the connection from `us-west` to `us-cent`.
 
diff --git a/site2/website/versioned_docs/version-2.7.3/administration-geo.md 
b/site2/website/versioned_docs/version-2.7.3/administration-geo.md
index 2636394..8af2b7a 100644
--- a/site2/website/versioned_docs/version-2.7.3/administration-geo.md
+++ b/site2/website/versioned_docs/version-2.7.3/administration-geo.md
@@ -69,7 +69,8 @@ $ bin/pulsar-admin clusters create \
 
 > #### Tip
 >
-> If you want to use a secure connection for a cluster, you can use the flags 
`--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+> - If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+> - Different clusters may have different authentications. You can use the 
authentication flag `--auth-plugin` and `--auth-parameters` together to set 
cluster authentication, which overrides `brokerClientAuthenticationPlugin` and 
`brokerClientAuthenticationParameters` if `authenticationEnabled` sets to 
`true` in `broker.conf` and `standalone.conf`. For more information, see 
[authentication and authorization](concepts-authentication.md).
 
 2. Configure the connection from `us-west` to `us-cent`.
 
diff --git a/site2/website/versioned_docs/version-2.8.0/administration-geo.md 
b/site2/website/versioned_docs/version-2.8.0/administration-geo.md
index 975b487..88806c4 100644
--- a/site2/website/versioned_docs/version-2.8.0/administration-geo.md
+++ b/site2/website/versioned_docs/version-2.8.0/administration-geo.md
@@ -69,7 +69,8 @@ $ bin/pulsar-admin clusters create \
 
    > #### Tip
    >
-   > If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+   > - If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+   > - Different clusters may have different authentications. You can use the 
authentication flag `--auth-plugin` and `--auth-parameters` together to set 
cluster authentication, which overrides `brokerClientAuthenticationPlugin` and 
`brokerClientAuthenticationParameters` if `authenticationEnabled` sets to 
`true` in `broker.conf` and `standalone.conf`. For more information, see 
[authentication and authorization](concepts-authentication.md).
 
 2. Configure the connection from `us-west` to `us-cent`.
 
diff --git a/site2/website/versioned_docs/version-2.8.1/administration-geo.md 
b/site2/website/versioned_docs/version-2.8.1/administration-geo.md
index 774a374..4b34007 100644
--- a/site2/website/versioned_docs/version-2.8.1/administration-geo.md
+++ b/site2/website/versioned_docs/version-2.8.1/administration-geo.md
@@ -69,7 +69,8 @@ $ bin/pulsar-admin clusters create \
 
    > #### Tip
    >
-   > If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+   > - If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+   > - Different clusters may have different authentications. You can use the 
authentication flag `--auth-plugin` and `--auth-parameters` together to set 
cluster authentication, which overrides `brokerClientAuthenticationPlugin` and 
`brokerClientAuthenticationParameters` if `authenticationEnabled` sets to 
`true` in `broker.conf` and `standalone.conf`. For more information, see 
[authentication and authorization](concepts-authentication.md).
 
 2. Configure the connection from `us-west` to `us-cent`.
 
diff --git a/site2/website/versioned_docs/version-2.8.2/administration-geo.md 
b/site2/website/versioned_docs/version-2.8.2/administration-geo.md
index 7e62dd7..e1855db 100644
--- a/site2/website/versioned_docs/version-2.8.2/administration-geo.md
+++ b/site2/website/versioned_docs/version-2.8.2/administration-geo.md
@@ -69,7 +69,8 @@ $ bin/pulsar-admin clusters create \
 
    > #### Tip
    >
-   > If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+   > - If you want to use a secure connection for a cluster, you can use the 
flags `--broker-url-secure` and `--url-secure`. For more information, see 
[pulsar-admin clusters create](https://pulsar.apache.org/tools/pulsar-admin/).
+   > - Different clusters may have different authentications. You can use the 
authentication flag `--auth-plugin` and `--auth-parameters` together to set 
cluster authentication, which overrides `brokerClientAuthenticationPlugin` and 
`brokerClientAuthenticationParameters` if `authenticationEnabled` sets to 
`true` in `broker.conf` and `standalone.conf`. For more information, see 
[authentication and authorization](concepts-authentication.md).
 
 2. Configure the connection from `us-west` to `us-cent`.
 

Reply via email to