Skip to content

Commit 0a8a25b

Browse files
Update the latest release version 2.8.0-lts in documentation
1 parent 99cf0a2 commit 0a8a25b

File tree

3 files changed

+7
-127
lines changed

3 files changed

+7
-127
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 2.7.1-lts
1+
:project-version: 2.8.0-lts
22

33
:examples-dir: ./../examples/

docs/modules/ROOT/pages/includes/quarkus-openapi-generator.adoc

Lines changed: 3 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:summaryTableId: quarkus-openapi-generator_quarkus-openapi-generator
12
[.configuration-legend]
23
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
34
[.configuration-reference.searchable, cols="80,.^10,.^10"]
@@ -971,68 +972,7 @@ endif::add-copy-button-to-env-var[]
971972
|int
972973
|
973974

974-
a| [[quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-token-propagation]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-token-propagation[`quarkus.openapi-generator."item-configs".auth."auth-configs".token-propagation`]##
975-
976-
[.description]
977-
--
978-
Enables the authentication token propagation for this particular securityScheme.
979-
980-
For example, given a file named petstore.json with a securityScheme named "petstore-auth" the following configuration must be used.
981-
982-
quarkus.openapi-generator.petstore_json.auth.petstore_auth.token-propagation=true
983-
984-
985-
ifdef::add-copy-button-to-env-var[]
986-
Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__TOKEN_PROPAGATION+++[]
987-
endif::add-copy-button-to-env-var[]
988-
ifndef::add-copy-button-to-env-var[]
989-
Environment variable: `+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__TOKEN_PROPAGATION+++`
990-
endif::add-copy-button-to-env-var[]
991-
--
992-
|boolean
993-
|`false`
994-
995-
a| [[quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-header-name]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-header-name[`quarkus.openapi-generator."item-configs".auth."auth-configs".header-name`]##
996-
997-
[.description]
998-
--
999-
Configures a particular http header attribute from were to take the security token from when the token propagation is enabled. Use this fine-grained configuration in very particular scenarios.
1000-
1001-
For example, given a file named petstore.json with a securityScheme named "petstore-auth" the following configuration must be used.
1002-
1003-
quarkus.openapi-generator.petstore_json.auth.petstore_auth.header-name=MyParticularHttpHeaderName
1004-
1005-
1006-
ifdef::add-copy-button-to-env-var[]
1007-
Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__HEADER_NAME+++[]
1008-
endif::add-copy-button-to-env-var[]
1009-
ifndef::add-copy-button-to-env-var[]
1010-
Environment variable: `+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__HEADER_NAME+++`
1011-
endif::add-copy-button-to-env-var[]
1012-
--
1013-
|string
1014-
|
1015-
1016-
a| [[quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-auth-config-params]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-auth-config-params[`quarkus.openapi-generator."item-configs".auth."auth-configs"."auth-config-params"`]##
1017-
1018-
[.description]
1019-
--
1020-
Configures a particular parameter value to be used by any of the different internal authentication filters that processes the different securityScheme definitions.
1021-
1022-
For example, given a file named petstore.json with a securityScheme named "petstore-basic-auth", that is of http basic authentication type, the following configuration can establish the user and password to be used. must be used.
1023-
1024-
quarkus.openapi-generator.petstore_json.auth.petstore_basic_auth.username=MyUserName quarkus.openapi-generator.petstore_json.auth.petstore_basic_auth.password=MyPassword
1025-
1026-
1027-
ifdef::add-copy-button-to-env-var[]
1028-
Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS___AUTH_CONFIG_PARAMS_+++[]
1029-
endif::add-copy-button-to-env-var[]
1030-
ifndef::add-copy-button-to-env-var[]
1031-
Environment variable: `+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS___AUTH_CONFIG_PARAMS_+++`
1032-
endif::add-copy-button-to-env-var[]
1033-
--
1034-
|Map<String,String>
1035-
|
1036-
1037975
|===
1038976

977+
978+
:!summaryTableId:

docs/modules/ROOT/pages/includes/quarkus-openapi-generator_quarkus.openapi-generator.adoc

Lines changed: 3 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:summaryTableId: quarkus-openapi-generator_quarkus-openapi-generator
12
[.configuration-legend]
23
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
34
[.configuration-reference.searchable, cols="80,.^10,.^10"]
@@ -971,68 +972,7 @@ endif::add-copy-button-to-env-var[]
971972
|int
972973
|
973974

974-
a| [[quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-token-propagation]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-token-propagation[`quarkus.openapi-generator."item-configs".auth."auth-configs".token-propagation`]##
975-
976-
[.description]
977-
--
978-
Enables the authentication token propagation for this particular securityScheme.
979-
980-
For example, given a file named petstore.json with a securityScheme named "petstore-auth" the following configuration must be used.
981-
982-
quarkus.openapi-generator.petstore_json.auth.petstore_auth.token-propagation=true
983-
984-
985-
ifdef::add-copy-button-to-env-var[]
986-
Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__TOKEN_PROPAGATION+++[]
987-
endif::add-copy-button-to-env-var[]
988-
ifndef::add-copy-button-to-env-var[]
989-
Environment variable: `+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__TOKEN_PROPAGATION+++`
990-
endif::add-copy-button-to-env-var[]
991-
--
992-
|boolean
993-
|`false`
994-
995-
a| [[quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-header-name]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-header-name[`quarkus.openapi-generator."item-configs".auth."auth-configs".header-name`]##
996-
997-
[.description]
998-
--
999-
Configures a particular http header attribute from were to take the security token from when the token propagation is enabled. Use this fine-grained configuration in very particular scenarios.
1000-
1001-
For example, given a file named petstore.json with a securityScheme named "petstore-auth" the following configuration must be used.
1002-
1003-
quarkus.openapi-generator.petstore_json.auth.petstore_auth.header-name=MyParticularHttpHeaderName
1004-
1005-
1006-
ifdef::add-copy-button-to-env-var[]
1007-
Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__HEADER_NAME+++[]
1008-
endif::add-copy-button-to-env-var[]
1009-
ifndef::add-copy-button-to-env-var[]
1010-
Environment variable: `+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__HEADER_NAME+++`
1011-
endif::add-copy-button-to-env-var[]
1012-
--
1013-
|string
1014-
|
1015-
1016-
a| [[quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-auth-config-params]] [.property-path]##link:#quarkus-openapi-generator_quarkus-openapi-generator-item-configs-auth-auth-configs-auth-config-params[`quarkus.openapi-generator."item-configs".auth."auth-configs"."auth-config-params"`]##
1017-
1018-
[.description]
1019-
--
1020-
Configures a particular parameter value to be used by any of the different internal authentication filters that processes the different securityScheme definitions.
1021-
1022-
For example, given a file named petstore.json with a securityScheme named "petstore-basic-auth", that is of http basic authentication type, the following configuration can establish the user and password to be used. must be used.
1023-
1024-
quarkus.openapi-generator.petstore_json.auth.petstore_basic_auth.username=MyUserName quarkus.openapi-generator.petstore_json.auth.petstore_basic_auth.password=MyPassword
1025-
1026-
1027-
ifdef::add-copy-button-to-env-var[]
1028-
Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS___AUTH_CONFIG_PARAMS_+++[]
1029-
endif::add-copy-button-to-env-var[]
1030-
ifndef::add-copy-button-to-env-var[]
1031-
Environment variable: `+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS___AUTH_CONFIG_PARAMS_+++`
1032-
endif::add-copy-button-to-env-var[]
1033-
--
1034-
|Map<String,String>
1035-
|
1036-
1037975
|===
1038976

977+
978+
:!summaryTableId:

0 commit comments

Comments
 (0)