Skip to content

Commit fa86b16

Browse files
committed
Sync documentation of main branch
1 parent 4291e61 commit fa86b16

4 files changed

+13
-12
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -30554,7 +30554,7 @@ endif::add-copy-button-to-config-props[]
3055430554

3055530555
[.description]
3055630556
--
30557-
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. This is the default. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
30557+
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-SHA-512` - Uses the SHA-512 hashing algorithm to securely hash and verify credentials. This is the default. ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
3055830558

3055930559

3056030560
ifdef::add-copy-button-to-env-var[]
@@ -30565,7 +30565,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT_SASL_MECHANISM+++`
3056530565
endif::add-copy-button-to-env-var[]
3056630566
--
3056730567
|string
30568-
|`DIGEST-MD5`
30568+
|`DIGEST-SHA-512`
3056930569

3057030570
a| [[quarkus-infinispan-client_quarkus-infinispan-client-key-store]] [.property-path]##link:#quarkus-infinispan-client_quarkus-infinispan-client-key-store[`quarkus.infinispan-client.key-store`]##
3057130571
ifdef::add-copy-button-to-config-props[]
@@ -31314,7 +31314,7 @@ endif::add-copy-button-to-config-props[]
3131431314

3131531315
[.description]
3131631316
--
31317-
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. This is the default. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
31317+
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-SHA-512` - Uses the SHA-512 hashing algorithm to securely hash and verify credentials. This is the default. ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
3131831318

3131931319

3132031320
ifdef::add-copy-button-to-env-var[]
@@ -31325,7 +31325,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT__CLIENT_NAME__SASL_MECHANISM
3132531325
endif::add-copy-button-to-env-var[]
3132631326
--
3132731327
|string
31328-
|`DIGEST-MD5`
31328+
|`DIGEST-SHA-512`
3132931329

3133031330
a| [[quarkus-infinispan-client_quarkus-infinispan-client-client-name-key-store]] [.property-path]##link:#quarkus-infinispan-client_quarkus-infinispan-client-client-name-key-store[`quarkus.infinispan-client."client-name".key-store`]##
3133131331
ifdef::add-copy-button-to-config-props[]

_generated-doc/main/config/quarkus-infinispan-client.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ endif::add-copy-button-to-config-props[]
227227

228228
[.description]
229229
--
230-
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. This is the default. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
230+
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-SHA-512` - Uses the SHA-512 hashing algorithm to securely hash and verify credentials. This is the default. ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
231231

232232

233233
ifdef::add-copy-button-to-env-var[]
@@ -238,7 +238,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT_SASL_MECHANISM+++`
238238
endif::add-copy-button-to-env-var[]
239239
--
240240
|string
241-
|`DIGEST-MD5`
241+
|`DIGEST-SHA-512`
242242

243243
a| [[quarkus-infinispan-client_quarkus-infinispan-client-key-store]] [.property-path]##link:#quarkus-infinispan-client_quarkus-infinispan-client-key-store[`quarkus.infinispan-client.key-store`]##
244244
ifdef::add-copy-button-to-config-props[]
@@ -987,7 +987,7 @@ endif::add-copy-button-to-config-props[]
987987

988988
[.description]
989989
--
990-
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. This is the default. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
990+
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-SHA-512` - Uses the SHA-512 hashing algorithm to securely hash and verify credentials. This is the default. ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
991991

992992

993993
ifdef::add-copy-button-to-env-var[]
@@ -998,7 +998,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT__CLIENT_NAME__SASL_MECHANISM
998998
endif::add-copy-button-to-env-var[]
999999
--
10001000
|string
1001-
|`DIGEST-MD5`
1001+
|`DIGEST-SHA-512`
10021002

10031003
a| [[quarkus-infinispan-client_quarkus-infinispan-client-client-name-key-store]] [.property-path]##link:#quarkus-infinispan-client_quarkus-infinispan-client-client-name-key-store[`quarkus.infinispan-client."client-name".key-store`]##
10041004
ifdef::add-copy-button-to-config-props[]

_generated-doc/main/config/quarkus-infinispan-client_quarkus.infinispan-client.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ endif::add-copy-button-to-config-props[]
227227

228228
[.description]
229229
--
230-
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. This is the default. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
230+
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-SHA-512` - Uses the SHA-512 hashing algorithm to securely hash and verify credentials. This is the default. ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
231231

232232

233233
ifdef::add-copy-button-to-env-var[]
@@ -238,7 +238,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT_SASL_MECHANISM+++`
238238
endif::add-copy-button-to-env-var[]
239239
--
240240
|string
241-
|`DIGEST-MD5`
241+
|`DIGEST-SHA-512`
242242

243243
a| [[quarkus-infinispan-client_quarkus-infinispan-client-key-store]] [.property-path]##link:#quarkus-infinispan-client_quarkus-infinispan-client-key-store[`quarkus.infinispan-client.key-store`]##
244244
ifdef::add-copy-button-to-config-props[]
@@ -987,7 +987,7 @@ endif::add-copy-button-to-config-props[]
987987

988988
[.description]
989989
--
990-
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. This is the default. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
990+
Sets SASL mechanism used by authentication. Available values: ++*++ `DIGEST-SHA-512` - Uses the SHA-512 hashing algorithm to securely hash and verify credentials. This is the default. ++*++ `DIGEST-MD5` - Uses the MD5 hashing algorithm in addition to nonces to encrypt credentials. ++*++ `EXTERNAL` - Uses client certificates to provide valid identities to Infinispan Server and enable encryption. ++*++ `PLAIN` - Sends credentials in plain text (unencrypted) over the wire in a way that is similar to HTTP BASIC authentication. You should use `PLAIN` authentication only in combination with TLS encryption.
991991

992992

993993
ifdef::add-copy-button-to-env-var[]
@@ -998,7 +998,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT__CLIENT_NAME__SASL_MECHANISM
998998
endif::add-copy-button-to-env-var[]
999999
--
10001000
|string
1001-
|`DIGEST-MD5`
1001+
|`DIGEST-SHA-512`
10021002

10031003
a| [[quarkus-infinispan-client_quarkus-infinispan-client-client-name-key-store]] [.property-path]##link:#quarkus-infinispan-client_quarkus-infinispan-client-client-name-key-store[`quarkus.infinispan-client."client-name".key-store`]##
10041004
ifdef::add-copy-button-to-config-props[]

_versions/main/guides/infinispan-client-reference.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ distributedCache:
299299

300300
You can use the following authentication mechanisms with the Infinispan client:
301301

302+
* DIGEST-SHA-512 (default)
302303
* DIGEST-MD5
303304
* PLAIN (recommended only in combination with TLS encryption)
304305
* EXTERNAL

0 commit comments

Comments
 (0)