|
| 1 | +:summaryTableId: quarkus-openapi-generator_quarkus-openapi-generator |
1 | 2 | [.configuration-legend] |
2 | 3 | icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime |
3 | 4 | [.configuration-reference.searchable, cols="80,.^10,.^10"] |
@@ -971,68 +972,7 @@ endif::add-copy-button-to-env-var[] |
971 | 972 | |int |
972 | 973 | | |
973 | 974 |
|
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 | | - |
1037 | 975 | |=== |
1038 | 976 |
|
| 977 | + |
| 978 | +:!summaryTableId: |
0 commit comments