Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 1, 2025
1 parent 4291e61 commit fa86b16
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions _generated-doc/main/config/quarkus-all-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30554,7 +30554,7 @@ endif::add-copy-button-to-config-props[]

[.description]
--
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.
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.


ifdef::add-copy-button-to-env-var[]
Expand All @@ -30565,7 +30565,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT_SASL_MECHANISM+++`
endif::add-copy-button-to-env-var[]
--
|string
|`DIGEST-MD5`
|`DIGEST-SHA-512`

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`]##
ifdef::add-copy-button-to-config-props[]
Expand Down Expand Up @@ -31314,7 +31314,7 @@ endif::add-copy-button-to-config-props[]

[.description]
--
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.
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.


ifdef::add-copy-button-to-env-var[]
Expand All @@ -31325,7 +31325,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT__CLIENT_NAME__SASL_MECHANISM
endif::add-copy-button-to-env-var[]
--
|string
|`DIGEST-MD5`
|`DIGEST-SHA-512`

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`]##
ifdef::add-copy-button-to-config-props[]
Expand Down
8 changes: 4 additions & 4 deletions _generated-doc/main/config/quarkus-infinispan-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ endif::add-copy-button-to-config-props[]

[.description]
--
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.
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.


ifdef::add-copy-button-to-env-var[]
Expand All @@ -238,7 +238,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT_SASL_MECHANISM+++`
endif::add-copy-button-to-env-var[]
--
|string
|`DIGEST-MD5`
|`DIGEST-SHA-512`

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`]##
ifdef::add-copy-button-to-config-props[]
Expand Down Expand Up @@ -987,7 +987,7 @@ endif::add-copy-button-to-config-props[]

[.description]
--
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.
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.


ifdef::add-copy-button-to-env-var[]
Expand All @@ -998,7 +998,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT__CLIENT_NAME__SASL_MECHANISM
endif::add-copy-button-to-env-var[]
--
|string
|`DIGEST-MD5`
|`DIGEST-SHA-512`

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`]##
ifdef::add-copy-button-to-config-props[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ endif::add-copy-button-to-config-props[]

[.description]
--
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.
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.


ifdef::add-copy-button-to-env-var[]
Expand All @@ -238,7 +238,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT_SASL_MECHANISM+++`
endif::add-copy-button-to-env-var[]
--
|string
|`DIGEST-MD5`
|`DIGEST-SHA-512`

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`]##
ifdef::add-copy-button-to-config-props[]
Expand Down Expand Up @@ -987,7 +987,7 @@ endif::add-copy-button-to-config-props[]

[.description]
--
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.
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.


ifdef::add-copy-button-to-env-var[]
Expand All @@ -998,7 +998,7 @@ Environment variable: `+++QUARKUS_INFINISPAN_CLIENT__CLIENT_NAME__SASL_MECHANISM
endif::add-copy-button-to-env-var[]
--
|string
|`DIGEST-MD5`
|`DIGEST-SHA-512`

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`]##
ifdef::add-copy-button-to-config-props[]
Expand Down
1 change: 1 addition & 0 deletions _versions/main/guides/infinispan-client-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ distributedCache:

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

* DIGEST-SHA-512 (default)
* DIGEST-MD5
* PLAIN (recommended only in combination with TLS encryption)
* EXTERNAL
Expand Down

0 comments on commit fa86b16

Please sign in to comment.