From 7de488031be781f22e505dc51e58bc9b5d1b5e8a Mon Sep 17 00:00:00 2001 From: Matheus Cruz <56329339+mcruzdev@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:15:01 -0300 Subject: [PATCH] Delete docs/modules/ROOT/pages/includes/quarkus-openapi-generator.adoc --- .../includes/quarkus-openapi-generator.adoc | 75 ------------------- 1 file changed, 75 deletions(-) delete mode 100644 docs/modules/ROOT/pages/includes/quarkus-openapi-generator.adoc diff --git a/docs/modules/ROOT/pages/includes/quarkus-openapi-generator.adoc b/docs/modules/ROOT/pages/includes/quarkus-openapi-generator.adoc deleted file mode 100644 index 3f69fdfa..00000000 --- a/docs/modules/ROOT/pages/includes/quarkus-openapi-generator.adoc +++ /dev/null @@ -1,75 +0,0 @@ - -:summaryTableId: quarkus-openapi-generator -[.configuration-legend] -icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime -[.configuration-reference.searchable, cols="80,.^10,.^10"] -|=== - -h|[[quarkus-openapi-generator_configuration]]link:#quarkus-openapi-generator_configuration[Configuration property] - -h|Type -h|Default - -a| [[quarkus-openapi-generator_quarkus.openapi-generator.-item-configs-.auth.-auth-configs-.token-propagation]]`link:#quarkus-openapi-generator_quarkus.openapi-generator.-item-configs-.auth.-auth-configs-.token-propagation[quarkus.openapi-generator."item-configs".auth."auth-configs".token-propagation]` - - -[.description] --- -Enables the authentication token propagation for this particular securityScheme. - -For example, given a file named petstore.json with a securityScheme named "petstore-auth" the following configuration must be used. - -quarkus.openapi-generator.petstore_json.auth.petstore_auth.token-propagation=true - -ifdef::add-copy-button-to-env-var[] -Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__TOKEN_PROPAGATION+++[] -endif::add-copy-button-to-env-var[] -ifndef::add-copy-button-to-env-var[] -Environment variable: `+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__TOKEN_PROPAGATION+++` -endif::add-copy-button-to-env-var[] ---|boolean -|`false` - - -a| [[quarkus-openapi-generator_quarkus.openapi-generator.-item-configs-.auth.-auth-configs-.header-name]]`link:#quarkus-openapi-generator_quarkus.openapi-generator.-item-configs-.auth.-auth-configs-.header-name[quarkus.openapi-generator."item-configs".auth."auth-configs".header-name]` - - -[.description] --- -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. - -For example, given a file named petstore.json with a securityScheme named "petstore-auth" the following configuration must be used. - -quarkus.openapi-generator.petstore_json.auth.petstore_auth.header-name=MyParticularHttpHeaderName - -ifdef::add-copy-button-to-env-var[] -Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__HEADER_NAME+++[] -endif::add-copy-button-to-env-var[] -ifndef::add-copy-button-to-env-var[] -Environment variable: `+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS__HEADER_NAME+++` -endif::add-copy-button-to-env-var[] ---|string -| - - -a| [[quarkus-openapi-generator_quarkus.openapi-generator.-item-configs-.auth.-auth-configs-auth-config-params]]`link:#quarkus-openapi-generator_quarkus.openapi-generator.-item-configs-.auth.-auth-configs-auth-config-params[quarkus.openapi-generator."item-configs".auth."auth-configs"]` - - -[.description] --- -Configures a particular parameter value to be used by any of the different internal authentication filters that processes the different securityScheme definitions. - -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. - -quarkus.openapi-generator.petstore_json.auth.petstore_basic_auth.username=MyUserName quarkus.openapi-generator.petstore_json.auth.petstore_basic_auth.password=MyPassword - -ifdef::add-copy-button-to-env-var[] -Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS_+++[] -endif::add-copy-button-to-env-var[] -ifndef::add-copy-button-to-env-var[] -Environment variable: `+++QUARKUS_OPENAPI_GENERATOR__ITEM_CONFIGS__AUTH__AUTH_CONFIGS_+++` -endif::add-copy-button-to-env-var[] ---|`Map` -| - -|=== \ No newline at end of file