Skip to content

Commit

Permalink
[fix][doc] Remove tls settings from security-jwt doc (apache#17178)
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <[email protected]>
  • Loading branch information
nodece authored Aug 22, 2022
1 parent 4c5695f commit 8159368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site2/docs/security-jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ authenticationEnabled=true
authenticationProviders=org.apache.pulsar.broker.authentication.AuthenticationProviderToken

# Authentication settings of the broker itself. Used when the broker connects to other brokers, either in same or other clusters
brokerClientTlsEnabled=true
brokerClientAuthenticationPlugin=org.apache.pulsar.client.impl.auth.AuthenticationToken
brokerClientAuthenticationParameters={"token":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0LXVzZXIifQ.9OHgE9ZUDeBTZs7nSMEFIuGNEX18FLR3qvy8mqxSxXw"}
# Either configure the token string or specify to read it from a file. The following three available formats are all valid:
Expand Down

0 comments on commit 8159368

Please sign in to comment.