Skip to content

Commit 135f880

Browse files
committed
Sync documentation of main branch
1 parent 0db298b commit 135f880

File tree

7 files changed

+116
-703
lines changed

7 files changed

+116
-703
lines changed

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

Lines changed: 32 additions & 234 deletions
Large diffs are not rendered by default.

_generated-doc/main/config/quarkus-proxy-registry.adoc

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ endif::add-copy-button-to-config-props[]
5757

5858
[.description]
5959
--
60-
The name of the "credential" bucket (map key -> passwords) to retrieve from the `io.quarkus.credentials.CredentialsProvider`. If not set, the credential provider will not be used.
60+
Name of the credential bucket to retrieve from the `CredentialsProvider`. If not set, the credentials provider will not be used.
6161

62-
A credential provider offers a way to retrieve the key store password as well as alias password. Note that the credential provider is only used if the passwords are not set in the configuration.
62+
A credentials provider offers a way to retrieve the key store password as well as alias password. Note that the credentials provider is only used if the username and password are not set in the configuration.
6363

6464

6565
ifdef::add-copy-button-to-env-var[]
@@ -80,11 +80,11 @@ endif::add-copy-button-to-config-props[]
8080

8181
[.description]
8282
--
83-
The name of the bean providing the credential provider.
83+
Name of the bean providing the credentials provider.
8484

85-
The name is used to select the credential provider to use. The credential provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
85+
The name is used to select the credentials provider to use. The credentials provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
8686

87-
If not set, the default credential provider is used.
87+
If not set, the default credentials provider is used.
8888

8989

9090
ifdef::add-copy-button-to-env-var[]
@@ -105,9 +105,9 @@ endif::add-copy-button-to-config-props[]
105105

106106
[.description]
107107
--
108-
The key used to retrieve the username from the "credential" bucket.
108+
The key used to retrieve the username from the credentials provider.
109109

110-
If username, password or both cannot be retrieved from the credential provider, then a RuntimeException is thrown.
110+
If username, password or both cannot be retrieved from the credentials provider, an exception is thrown.
111111

112112

113113
ifdef::add-copy-button-to-env-var[]
@@ -128,9 +128,9 @@ endif::add-copy-button-to-config-props[]
128128

129129
[.description]
130130
--
131-
The key used to retrieve the password from the "credential" bucket.
131+
The key used to retrieve the password from the credentials provider.
132132

133-
If username, password or both cannot be retrieved from the credential provider, then a RuntimeException is thrown.
133+
If username, password or both cannot be retrieved from the credentials provider, an exception is thrown.
134134

135135

136136
ifdef::add-copy-button-to-env-var[]
@@ -302,9 +302,9 @@ endif::add-copy-button-to-config-props[]
302302

303303
[.description]
304304
--
305-
The name of the "credential" bucket (map key -> passwords) to retrieve from the `io.quarkus.credentials.CredentialsProvider`. If not set, the credential provider will not be used.
305+
Name of the credential bucket to retrieve from the `CredentialsProvider`. If not set, the credentials provider will not be used.
306306

307-
A credential provider offers a way to retrieve the key store password as well as alias password. Note that the credential provider is only used if the passwords are not set in the configuration.
307+
A credentials provider offers a way to retrieve the key store password as well as alias password. Note that the credentials provider is only used if the username and password are not set in the configuration.
308308

309309

310310
ifdef::add-copy-button-to-env-var[]
@@ -325,11 +325,11 @@ endif::add-copy-button-to-config-props[]
325325

326326
[.description]
327327
--
328-
The name of the bean providing the credential provider.
328+
Name of the bean providing the credentials provider.
329329

330-
The name is used to select the credential provider to use. The credential provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
330+
The name is used to select the credentials provider to use. The credentials provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
331331

332-
If not set, the default credential provider is used.
332+
If not set, the default credentials provider is used.
333333

334334

335335
ifdef::add-copy-button-to-env-var[]
@@ -350,9 +350,9 @@ endif::add-copy-button-to-config-props[]
350350

351351
[.description]
352352
--
353-
The key used to retrieve the username from the "credential" bucket.
353+
The key used to retrieve the username from the credentials provider.
354354

355-
If username, password or both cannot be retrieved from the credential provider, then a RuntimeException is thrown.
355+
If username, password or both cannot be retrieved from the credentials provider, an exception is thrown.
356356

357357

358358
ifdef::add-copy-button-to-env-var[]
@@ -373,9 +373,9 @@ endif::add-copy-button-to-config-props[]
373373

374374
[.description]
375375
--
376-
The key used to retrieve the password from the "credential" bucket.
376+
The key used to retrieve the password from the credentials provider.
377377

378-
If username, password or both cannot be retrieved from the credential provider, then a RuntimeException is thrown.
378+
If username, password or both cannot be retrieved from the credentials provider, an exception is thrown.
379379

380380

381381
ifdef::add-copy-button-to-env-var[]

_generated-doc/main/config/quarkus-proxy-registry_quarkus.proxy.adoc

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ endif::add-copy-button-to-config-props[]
5757

5858
[.description]
5959
--
60-
The name of the "credential" bucket (map key -> passwords) to retrieve from the `io.quarkus.credentials.CredentialsProvider`. If not set, the credential provider will not be used.
60+
Name of the credential bucket to retrieve from the `CredentialsProvider`. If not set, the credentials provider will not be used.
6161

62-
A credential provider offers a way to retrieve the key store password as well as alias password. Note that the credential provider is only used if the passwords are not set in the configuration.
62+
A credentials provider offers a way to retrieve the key store password as well as alias password. Note that the credentials provider is only used if the username and password are not set in the configuration.
6363

6464

6565
ifdef::add-copy-button-to-env-var[]
@@ -80,11 +80,11 @@ endif::add-copy-button-to-config-props[]
8080

8181
[.description]
8282
--
83-
The name of the bean providing the credential provider.
83+
Name of the bean providing the credentials provider.
8484

85-
The name is used to select the credential provider to use. The credential provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
85+
The name is used to select the credentials provider to use. The credentials provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
8686

87-
If not set, the default credential provider is used.
87+
If not set, the default credentials provider is used.
8888

8989

9090
ifdef::add-copy-button-to-env-var[]
@@ -105,9 +105,9 @@ endif::add-copy-button-to-config-props[]
105105

106106
[.description]
107107
--
108-
The key used to retrieve the username from the "credential" bucket.
108+
The key used to retrieve the username from the credentials provider.
109109

110-
If username, password or both cannot be retrieved from the credential provider, then a RuntimeException is thrown.
110+
If username, password or both cannot be retrieved from the credentials provider, an exception is thrown.
111111

112112

113113
ifdef::add-copy-button-to-env-var[]
@@ -128,9 +128,9 @@ endif::add-copy-button-to-config-props[]
128128

129129
[.description]
130130
--
131-
The key used to retrieve the password from the "credential" bucket.
131+
The key used to retrieve the password from the credentials provider.
132132

133-
If username, password or both cannot be retrieved from the credential provider, then a RuntimeException is thrown.
133+
If username, password or both cannot be retrieved from the credentials provider, an exception is thrown.
134134

135135

136136
ifdef::add-copy-button-to-env-var[]
@@ -302,9 +302,9 @@ endif::add-copy-button-to-config-props[]
302302

303303
[.description]
304304
--
305-
The name of the "credential" bucket (map key -> passwords) to retrieve from the `io.quarkus.credentials.CredentialsProvider`. If not set, the credential provider will not be used.
305+
Name of the credential bucket to retrieve from the `CredentialsProvider`. If not set, the credentials provider will not be used.
306306

307-
A credential provider offers a way to retrieve the key store password as well as alias password. Note that the credential provider is only used if the passwords are not set in the configuration.
307+
A credentials provider offers a way to retrieve the key store password as well as alias password. Note that the credentials provider is only used if the username and password are not set in the configuration.
308308

309309

310310
ifdef::add-copy-button-to-env-var[]
@@ -325,11 +325,11 @@ endif::add-copy-button-to-config-props[]
325325

326326
[.description]
327327
--
328-
The name of the bean providing the credential provider.
328+
Name of the bean providing the credentials provider.
329329

330-
The name is used to select the credential provider to use. The credential provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
330+
The name is used to select the credentials provider to use. The credentials provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
331331

332-
If not set, the default credential provider is used.
332+
If not set, the default credentials provider is used.
333333

334334

335335
ifdef::add-copy-button-to-env-var[]
@@ -350,9 +350,9 @@ endif::add-copy-button-to-config-props[]
350350

351351
[.description]
352352
--
353-
The key used to retrieve the username from the "credential" bucket.
353+
The key used to retrieve the username from the credentials provider.
354354

355-
If username, password or both cannot be retrieved from the credential provider, then a RuntimeException is thrown.
355+
If username, password or both cannot be retrieved from the credentials provider, an exception is thrown.
356356

357357

358358
ifdef::add-copy-button-to-env-var[]
@@ -373,9 +373,9 @@ endif::add-copy-button-to-config-props[]
373373

374374
[.description]
375375
--
376-
The key used to retrieve the password from the "credential" bucket.
376+
The key used to retrieve the password from the credentials provider.
377377

378-
If username, password or both cannot be retrieved from the credential provider, then a RuntimeException is thrown.
378+
If username, password or both cannot be retrieved from the credentials provider, an exception is thrown.
379379

380380

381381
ifdef::add-copy-button-to-env-var[]

0 commit comments

Comments
 (0)