Skip to content

Commit d61c91e

Browse files
committed
Sync documentation of main branch
1 parent 37184a0 commit d61c91e

11 files changed

+443
-27
lines changed

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

Lines changed: 112 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15637,6 +15637,27 @@ endif::add-copy-button-to-env-var[]
1563715637
|boolean
1563815638
|`false`
1563915639

15640+
a|icon:lock[title=Fixed at build time] [[quarkus-vertx-http_quarkus-management-auth-enabled]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-auth-enabled[`quarkus.management.auth.enabled`]##
15641+
ifdef::add-copy-button-to-config-props[]
15642+
config_property_copy_button:+++quarkus.management.auth.enabled+++[]
15643+
endif::add-copy-button-to-config-props[]
15644+
15645+
15646+
[.description]
15647+
--
15648+
If authentication for the management interface should be enabled.
15649+
15650+
15651+
ifdef::add-copy-button-to-env-var[]
15652+
Environment variable: env_var_with_copy_button:+++QUARKUS_MANAGEMENT_AUTH_ENABLED+++[]
15653+
endif::add-copy-button-to-env-var[]
15654+
ifndef::add-copy-button-to-env-var[]
15655+
Environment variable: `+++QUARKUS_MANAGEMENT_AUTH_ENABLED+++`
15656+
endif::add-copy-button-to-env-var[]
15657+
--
15658+
|boolean
15659+
|`${quarkus.management.auth.basic:false}`
15660+
1564015661
a|icon:lock[title=Fixed at build time] [[quarkus-vertx-http_quarkus-management-auth-basic]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-auth-basic[`quarkus.management.auth.basic`]##
1564115662
ifdef::add-copy-button-to-config-props[]
1564215663
config_property_copy_button:+++quarkus.management.auth.basic+++[]
@@ -73176,6 +73197,53 @@ endif::add-copy-button-to-env-var[]
7317673197

7317773198

7317873199

73200+
h|[.extension-name]##OpenID Connect Redis Token State Manager##
73201+
h|Type
73202+
h|Default
73203+
73204+
a|icon:lock[title=Fixed at build time] [[quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-enabled]] [.property-path]##link:#quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-enabled[`quarkus.oidc.redis-token-state-manager.enabled`]##
73205+
ifdef::add-copy-button-to-config-props[]
73206+
config_property_copy_button:+++quarkus.oidc.redis-token-state-manager.enabled+++[]
73207+
endif::add-copy-button-to-config-props[]
73208+
73209+
73210+
[.description]
73211+
--
73212+
Enables this extension. Set to 'false' if this extension should be disabled.
73213+
73214+
73215+
ifdef::add-copy-button-to-env-var[]
73216+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_ENABLED+++[]
73217+
endif::add-copy-button-to-env-var[]
73218+
ifndef::add-copy-button-to-env-var[]
73219+
Environment variable: `+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_ENABLED+++`
73220+
endif::add-copy-button-to-env-var[]
73221+
--
73222+
|boolean
73223+
|`true`
73224+
73225+
a|icon:lock[title=Fixed at build time] [[quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-redis-client-name]] [.property-path]##link:#quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-redis-client-name[`quarkus.oidc.redis-token-state-manager.redis-client-name`]##
73226+
ifdef::add-copy-button-to-config-props[]
73227+
config_property_copy_button:+++quarkus.oidc.redis-token-state-manager.redis-client-name+++[]
73228+
endif::add-copy-button-to-config-props[]
73229+
73230+
73231+
[.description]
73232+
--
73233+
Selects Redis client used to store the OIDC token state. The default Redis client is used if this property is not configured. Used Redis datasource must only be accessible by trusted parties, because Quarkus will not encrypt tokens before storing them.
73234+
73235+
73236+
ifdef::add-copy-button-to-env-var[]
73237+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_REDIS_CLIENT_NAME+++[]
73238+
endif::add-copy-button-to-env-var[]
73239+
ifndef::add-copy-button-to-env-var[]
73240+
Environment variable: `+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_REDIS_CLIENT_NAME+++`
73241+
endif::add-copy-button-to-env-var[]
73242+
--
73243+
|string
73244+
|`<default>`
73245+
73246+
7317973247
h|[.extension-name]##OpenTelemetry##
7318073248
h|Type
7318173249
h|Default
@@ -90945,7 +91013,7 @@ endif::add-copy-button-to-config-props[]
9094591013

9094691014
[.description]
9094791015
--
90948-
The path to the key file (in PEM format).
91016+
The path to the key file (in PEM format: PKCS++#++8, PKCS++#++1 or encrypted PKCS++#++8).
9094991017

9095091018

9095191019
ifdef::add-copy-button-to-env-var[]
@@ -90979,6 +91047,27 @@ endif::add-copy-button-to-env-var[]
9097991047
|path
9098091048
|required icon:exclamation-circle[title=Configuration property is required]
9098191049

91050+
a| [[quarkus-tls-registry_quarkus-tls-key-store-pem-key-certs-password]] [.property-path]##link:#quarkus-tls-registry_quarkus-tls-key-store-pem-key-certs-password[`quarkus.tls.key-store.pem."key-certs".password`]##
91051+
ifdef::add-copy-button-to-config-props[]
91052+
config_property_copy_button:+++quarkus.tls.key-store.pem."key-certs".password+++[]
91053+
endif::add-copy-button-to-config-props[]
91054+
91055+
91056+
[.description]
91057+
--
91058+
When the key is encrypted (encrypted PKCS++#++8), the password to decrypt it.
91059+
91060+
91061+
ifdef::add-copy-button-to-env-var[]
91062+
Environment variable: env_var_with_copy_button:+++QUARKUS_TLS_KEY_STORE_PEM__KEY_CERTS__PASSWORD+++[]
91063+
endif::add-copy-button-to-env-var[]
91064+
ifndef::add-copy-button-to-env-var[]
91065+
Environment variable: `+++QUARKUS_TLS_KEY_STORE_PEM__KEY_CERTS__PASSWORD+++`
91066+
endif::add-copy-button-to-env-var[]
91067+
--
91068+
|string
91069+
|
91070+
9098291071
a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-key-certs-key]] [.property-path]##link:#quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-key-certs-key[`quarkus.tls."tls-bucket-name".key-store.pem."key-certs".key`]##
9098391072
ifdef::add-copy-button-to-config-props[]
9098491073
config_property_copy_button:+++quarkus.tls."tls-bucket-name".key-store.pem."key-certs".key+++[]
@@ -90987,7 +91076,7 @@ endif::add-copy-button-to-config-props[]
9098791076

9098891077
[.description]
9098991078
--
90990-
The path to the key file (in PEM format).
91079+
The path to the key file (in PEM format: PKCS++#++8, PKCS++#++1 or encrypted PKCS++#++8).
9099191080

9099291081

9099391082
ifdef::add-copy-button-to-env-var[]
@@ -91021,6 +91110,27 @@ endif::add-copy-button-to-env-var[]
9102191110
|path
9102291111
|required icon:exclamation-circle[title=Configuration property is required]
9102391112

91113+
a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-key-certs-password]] [.property-path]##link:#quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-key-certs-password[`quarkus.tls."tls-bucket-name".key-store.pem."key-certs".password`]##
91114+
ifdef::add-copy-button-to-config-props[]
91115+
config_property_copy_button:+++quarkus.tls."tls-bucket-name".key-store.pem."key-certs".password+++[]
91116+
endif::add-copy-button-to-config-props[]
91117+
91118+
91119+
[.description]
91120+
--
91121+
When the key is encrypted (encrypted PKCS++#++8), the password to decrypt it.
91122+
91123+
91124+
ifdef::add-copy-button-to-env-var[]
91125+
Environment variable: env_var_with_copy_button:+++QUARKUS_TLS__TLS_BUCKET_NAME__KEY_STORE_PEM__KEY_CERTS__PASSWORD+++[]
91126+
endif::add-copy-button-to-env-var[]
91127+
ifndef::add-copy-button-to-env-var[]
91128+
Environment variable: `+++QUARKUS_TLS__TLS_BUCKET_NAME__KEY_STORE_PEM__KEY_CERTS__PASSWORD+++`
91129+
endif::add-copy-button-to-env-var[]
91130+
--
91131+
|string
91132+
|
91133+
9102491134
a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-order]] [.property-path]##link:#quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-order[`quarkus.tls."tls-bucket-name".key-store.pem.order`]##
9102591135
ifdef::add-copy-button-to-config-props[]
9102691136
config_property_copy_button:+++quarkus.tls."tls-bucket-name".key-store.pem.order+++[]
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[.configuration-legend]
2+
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
3+
[.configuration-reference.searchable, cols="80,.^10,.^10"]
4+
|===
5+
6+
h|[.header-title]##Configuration property##
7+
h|Type
8+
h|Default
9+
10+
a|icon:lock[title=Fixed at build time] [[quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-enabled]] [.property-path]##link:#quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-enabled[`quarkus.oidc.redis-token-state-manager.enabled`]##
11+
ifdef::add-copy-button-to-config-props[]
12+
config_property_copy_button:+++quarkus.oidc.redis-token-state-manager.enabled+++[]
13+
endif::add-copy-button-to-config-props[]
14+
15+
16+
[.description]
17+
--
18+
Enables this extension. Set to 'false' if this extension should be disabled.
19+
20+
21+
ifdef::add-copy-button-to-env-var[]
22+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_ENABLED+++[]
23+
endif::add-copy-button-to-env-var[]
24+
ifndef::add-copy-button-to-env-var[]
25+
Environment variable: `+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_ENABLED+++`
26+
endif::add-copy-button-to-env-var[]
27+
--
28+
|boolean
29+
|`true`
30+
31+
a|icon:lock[title=Fixed at build time] [[quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-redis-client-name]] [.property-path]##link:#quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-redis-client-name[`quarkus.oidc.redis-token-state-manager.redis-client-name`]##
32+
ifdef::add-copy-button-to-config-props[]
33+
config_property_copy_button:+++quarkus.oidc.redis-token-state-manager.redis-client-name+++[]
34+
endif::add-copy-button-to-config-props[]
35+
36+
37+
[.description]
38+
--
39+
Selects Redis client used to store the OIDC token state. The default Redis client is used if this property is not configured. Used Redis datasource must only be accessible by trusted parties, because Quarkus will not encrypt tokens before storing them.
40+
41+
42+
ifdef::add-copy-button-to-env-var[]
43+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_REDIS_CLIENT_NAME+++[]
44+
endif::add-copy-button-to-env-var[]
45+
ifndef::add-copy-button-to-env-var[]
46+
Environment variable: `+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_REDIS_CLIENT_NAME+++`
47+
endif::add-copy-button-to-env-var[]
48+
--
49+
|string
50+
|`<default>`
51+
52+
|===
53+
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[.configuration-legend]
2+
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
3+
[.configuration-reference.searchable, cols="80,.^10,.^10"]
4+
|===
5+
6+
h|[.header-title]##Configuration property##
7+
h|Type
8+
h|Default
9+
10+
a|icon:lock[title=Fixed at build time] [[quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-enabled]] [.property-path]##link:#quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-enabled[`quarkus.oidc.redis-token-state-manager.enabled`]##
11+
ifdef::add-copy-button-to-config-props[]
12+
config_property_copy_button:+++quarkus.oidc.redis-token-state-manager.enabled+++[]
13+
endif::add-copy-button-to-config-props[]
14+
15+
16+
[.description]
17+
--
18+
Enables this extension. Set to 'false' if this extension should be disabled.
19+
20+
21+
ifdef::add-copy-button-to-env-var[]
22+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_ENABLED+++[]
23+
endif::add-copy-button-to-env-var[]
24+
ifndef::add-copy-button-to-env-var[]
25+
Environment variable: `+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_ENABLED+++`
26+
endif::add-copy-button-to-env-var[]
27+
--
28+
|boolean
29+
|`true`
30+
31+
a|icon:lock[title=Fixed at build time] [[quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-redis-client-name]] [.property-path]##link:#quarkus-oidc-redis-token-state-manager_quarkus-oidc-redis-token-state-manager-redis-client-name[`quarkus.oidc.redis-token-state-manager.redis-client-name`]##
32+
ifdef::add-copy-button-to-config-props[]
33+
config_property_copy_button:+++quarkus.oidc.redis-token-state-manager.redis-client-name+++[]
34+
endif::add-copy-button-to-config-props[]
35+
36+
37+
[.description]
38+
--
39+
Selects Redis client used to store the OIDC token state. The default Redis client is used if this property is not configured. Used Redis datasource must only be accessible by trusted parties, because Quarkus will not encrypt tokens before storing them.
40+
41+
42+
ifdef::add-copy-button-to-env-var[]
43+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_REDIS_CLIENT_NAME+++[]
44+
endif::add-copy-button-to-env-var[]
45+
ifndef::add-copy-button-to-env-var[]
46+
Environment variable: `+++QUARKUS_OIDC_REDIS_TOKEN_STATE_MANAGER_REDIS_CLIENT_NAME+++`
47+
endif::add-copy-button-to-env-var[]
48+
--
49+
|string
50+
|`<default>`
51+
52+
|===
53+

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

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ endif::add-copy-button-to-config-props[]
844844

845845
[.description]
846846
--
847-
The path to the key file (in PEM format).
847+
The path to the key file (in PEM format: PKCS++#++8, PKCS++#++1 or encrypted PKCS++#++8).
848848

849849

850850
ifdef::add-copy-button-to-env-var[]
@@ -878,6 +878,27 @@ endif::add-copy-button-to-env-var[]
878878
|path
879879
|required icon:exclamation-circle[title=Configuration property is required]
880880

881+
a| [[quarkus-tls-registry_quarkus-tls-key-store-pem-key-certs-password]] [.property-path]##link:#quarkus-tls-registry_quarkus-tls-key-store-pem-key-certs-password[`quarkus.tls.key-store.pem."key-certs".password`]##
882+
ifdef::add-copy-button-to-config-props[]
883+
config_property_copy_button:+++quarkus.tls.key-store.pem."key-certs".password+++[]
884+
endif::add-copy-button-to-config-props[]
885+
886+
887+
[.description]
888+
--
889+
When the key is encrypted (encrypted PKCS++#++8), the password to decrypt it.
890+
891+
892+
ifdef::add-copy-button-to-env-var[]
893+
Environment variable: env_var_with_copy_button:+++QUARKUS_TLS_KEY_STORE_PEM__KEY_CERTS__PASSWORD+++[]
894+
endif::add-copy-button-to-env-var[]
895+
ifndef::add-copy-button-to-env-var[]
896+
Environment variable: `+++QUARKUS_TLS_KEY_STORE_PEM__KEY_CERTS__PASSWORD+++`
897+
endif::add-copy-button-to-env-var[]
898+
--
899+
|string
900+
|
901+
881902
a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-key-certs-key]] [.property-path]##link:#quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-key-certs-key[`quarkus.tls."tls-bucket-name".key-store.pem."key-certs".key`]##
882903
ifdef::add-copy-button-to-config-props[]
883904
config_property_copy_button:+++quarkus.tls."tls-bucket-name".key-store.pem."key-certs".key+++[]
@@ -886,7 +907,7 @@ endif::add-copy-button-to-config-props[]
886907

887908
[.description]
888909
--
889-
The path to the key file (in PEM format).
910+
The path to the key file (in PEM format: PKCS++#++8, PKCS++#++1 or encrypted PKCS++#++8).
890911

891912

892913
ifdef::add-copy-button-to-env-var[]
@@ -920,6 +941,27 @@ endif::add-copy-button-to-env-var[]
920941
|path
921942
|required icon:exclamation-circle[title=Configuration property is required]
922943

944+
a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-key-certs-password]] [.property-path]##link:#quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-key-certs-password[`quarkus.tls."tls-bucket-name".key-store.pem."key-certs".password`]##
945+
ifdef::add-copy-button-to-config-props[]
946+
config_property_copy_button:+++quarkus.tls."tls-bucket-name".key-store.pem."key-certs".password+++[]
947+
endif::add-copy-button-to-config-props[]
948+
949+
950+
[.description]
951+
--
952+
When the key is encrypted (encrypted PKCS++#++8), the password to decrypt it.
953+
954+
955+
ifdef::add-copy-button-to-env-var[]
956+
Environment variable: env_var_with_copy_button:+++QUARKUS_TLS__TLS_BUCKET_NAME__KEY_STORE_PEM__KEY_CERTS__PASSWORD+++[]
957+
endif::add-copy-button-to-env-var[]
958+
ifndef::add-copy-button-to-env-var[]
959+
Environment variable: `+++QUARKUS_TLS__TLS_BUCKET_NAME__KEY_STORE_PEM__KEY_CERTS__PASSWORD+++`
960+
endif::add-copy-button-to-env-var[]
961+
--
962+
|string
963+
|
964+
923965
a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-order]] [.property-path]##link:#quarkus-tls-registry_quarkus-tls-tls-bucket-name-key-store-pem-order[`quarkus.tls."tls-bucket-name".key-store.pem.order`]##
924966
ifdef::add-copy-button-to-config-props[]
925967
config_property_copy_button:+++quarkus.tls."tls-bucket-name".key-store.pem.order+++[]

0 commit comments

Comments
 (0)