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 71b825a Revert "[Doc] Add doc for tokenSettingPrefix (#12152)"
(#12198)
71b825a is described below
commit 71b825abcd73d13d40dba980461e9c5533d0a9cc
Author: Anonymitaet <[email protected]>
AuthorDate: Sun Sep 26 17:09:32 2021 +0800
Revert "[Doc] Add doc for tokenSettingPrefix (#12152)" (#12198)
This reverts commit 4ad9694ef2bd5e00871e8f353c63b8ae5bf4a015.
---
site2/docs/reference-configuration.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/site2/docs/reference-configuration.md
b/site2/docs/reference-configuration.md
index e914081..13d781d 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -218,7 +218,6 @@ brokerServiceCompactionThresholdInBytes|If the estimated
backlog size is greater
|brokerClientTlsCiphers| Specify the tls cipher the internal client will use
to negotiate during TLS Handshake. (a comma-separated list of ciphers) e.g.
[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256]||
|brokerClientTlsProtocols|Specify the tls protocols the broker will use to
negotiate during TLS handshake. (a comma-separated list of protocol names).
e.g. `TLSv1.3`, `TLSv1.2` ||
|ttlDurationDefaultInSeconds|The default Time to Live (TTL) for namespaces if
the TTL is not configured at namespace policies. When the value is set to `0`,
TTL is disabled. By default, TTL is disabled. |0|
-|tokenSettingPrefix| Configure the prefix of the token-related settings, such
as `tokenSecretKey`, `tokenPublicKey`, `tokenAuthClaim`, `tokenPublicAlg`,
`tokenAudienceClaim`, and `tokenAudience`. ||
|tokenSecretKey| Configure the secret key to be used to validate auth tokens.
The key can be specified like: `tokenSecretKey=data:;base64,xxxxxxxxx` or
`tokenSecretKey=file:///my/secret.key`. Note: key file must be DER-encoded.||
|tokenPublicKey| Configure the public key to be used to validate auth tokens.
The key can be specified like: `tokenPublicKey=data:;base64,xxxxxxxxx` or
`tokenPublicKey=file:///my/secret.key`. Note: key file must be DER-encoded.||
|tokenPublicAlg| Configure the algorithm to be used to validate auth tokens.
This can be any of the asymettric algorithms supported by Java JWT
(https://github.com/jwtk/jjwt#signature-algorithms-keys) |RS256|