@@ -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+
1564015661a|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`]##
1564115662ifdef::add-copy-button-to-config-props[]
1564215663config_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+
7317973247h|[.extension-name]##OpenTelemetry##
7318073248h|Type
7318173249h|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
9095191019ifdef::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+
9098291071a| [[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`]##
9098391072ifdef::add-copy-button-to-config-props[]
9098491073config_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
9099391082ifdef::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+
9102491134a| [[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`]##
9102591135ifdef::add-copy-button-to-config-props[]
9102691136config_property_copy_button:+++quarkus.tls."tls-bucket-name".key-store.pem.order+++[]
0 commit comments