diff --git a/config-ui/react.skeleton/src/content/landingPage/landingPage.js b/config-ui/react.skeleton/src/content/landingPage/landingPage.js index 1a9382a9..6ca42928 100644 --- a/config-ui/react.skeleton/src/content/landingPage/landingPage.js +++ b/config-ui/react.skeleton/src/content/landingPage/landingPage.js @@ -15,14 +15,14 @@ import yaml from 'js-yaml'; const DOC_URL = "https://docs.verify.ibm.com/gateway/docs/"; -const SAMPLE_EMPTY_YAML = "version: 22.07"; +const SAMPLE_EMPTY_YAML = "version: 23.04"; const SAMPLE_EMPTY = { "yaml": SAMPLE_EMPTY_YAML, "link": "#" } -const SAML_AUTHZ_YAML = "version: \"22.07\"\n" + +const SAML_AUTHZ_YAML = "version: \"23.04\"\n" + "#\n" + "# Configure an IAG container to proxy a single Web application, and define \n" + "# an authorization policy for the Web application. This configuration will \n" + @@ -132,7 +132,7 @@ const SAMPLE_AUTHZ = { "link": DOC_URL + "examples-authorization-yaml" } -const SAMPLE_BASIC_YAML = "version: \"22.07\"\n" + +const SAMPLE_BASIC_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container with a very basic configuration. This \n" + @@ -191,7 +191,7 @@ const SAMPLE_BASIC = { "link": DOC_URL + "examples-oidc-verify-yaml" } -const SAMPLE_ISVA_YAML = "version: \"22.07\"\n" + +const SAMPLE_ISVA_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container with a very basic configuration. This \n" + @@ -257,7 +257,7 @@ const SAMPLE_ISVA = { "link": DOC_URL + "examples-oidc-verify-access-yaml" } -const SAMPLE_CREDVIEWER_YAML = "version: \"22.07\"\n" + +const SAMPLE_CREDVIEWER_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container with a very basic configuration. This \n" + @@ -330,7 +330,7 @@ const SAMPLE_CREDVIEWER = { "link": DOC_URL + "examples-cred-viewer-yaml" } -const SAMPLE_LWP_YAML = "version: \"22.07\"\n" + +const SAMPLE_LWP_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container with a very basic configuration. This \n" + @@ -397,7 +397,7 @@ const SAMPLE_LWP = { "link": DOC_URL + "examples-local-webpages-yaml" } -const SAMPLE_RL_YAML = "version: \"22.07\"\n" + +const SAMPLE_RL_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container to proxy a single Web application. This \n" + @@ -494,7 +494,7 @@ const SAMPLE_RL = { "link": DOC_URL + "examples-rate-limiting-yaml" }; -const SAMPLE_STDAPP_YAML = "version: \"22.07\"\n" + +const SAMPLE_STDAPP_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container to proxy a single Web application. This \n" + @@ -563,7 +563,7 @@ const SAMPLE_STDAPP = { "link": DOC_URL + "examples-standard-application-yaml" }; -const SAMPLE_TRACING_YAML = "version: \"22.07\"\n" + +const SAMPLE_TRACING_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container to proxy a single Web application, and activate\n" + @@ -647,7 +647,7 @@ const SAMPLE_TRACING = { "link": DOC_URL + "examples-tracing-yaml" }; -const SAMPLE_UNAUTH_YAML = "version: \"22.07\"\n" + +const SAMPLE_UNAUTH_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container to proxy a single Web application. Due to the\n" + @@ -671,7 +671,7 @@ const SAMPLE_UNAUTH = { "link": DOC_URL + "examples-unauth-application-yaml" }; -const SAMPLE_ISV_2FA_YAML = "version: \"22.07\"\n" + +const SAMPLE_ISV_2FA_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container to proxy a single Web application, and define\n" + @@ -756,7 +756,7 @@ const SAMPLE_ISV_2FA = { "link": DOC_URL + "examples-2fa-verify-yaml" }; -const SAMPLE_VH_YAML = "version: \"22.07\"\n" + +const SAMPLE_VH_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container to proxy a single virtual host Web application. \n" + @@ -825,7 +825,7 @@ const SAMPLE_VH = { "link": DOC_URL + "examples-virtualhost-application-yaml" }; -const SAMPLE_HTTPTRAN_YAML = "version: \"22.07\"\n" + +const SAMPLE_HTTPTRAN_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container to proxy a single Web application. This \n" + @@ -925,7 +925,7 @@ const SAMPLE_HTTPTRAN = { "link": DOC_URL + "examples-transformation-yaml" }; -const SAMPLE_OAUTH_ISVA_YAML = "version: \"22.07\"\n" + +const SAMPLE_OAUTH_ISVA_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container with a very basic configuration. This \n" + @@ -981,7 +981,7 @@ const SAMPLE_OAUTH_ISVA = { "link": DOC_URL + "examples-oauth-verify-access-yaml" }; -const SAMPLE_OAUTH_ISV_YAML = "version: \"22.07\"\n" + +const SAMPLE_OAUTH_ISV_YAML = "version: \"23.04\"\n" + "\n" + "#\n" + "# Configure an IAG container with a very basic configuration. This \n" + diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index b74f738f..2168aa6c 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -1,7 +1,7 @@ # Copyright contributors to the Application Gateway project openapi: '3.0' info: - version: 22.07 + version: 23.04 title: IBM Application Gateway Configuration Specification (OpenAPI) components: schemas: @@ -20,6 +20,7 @@ components: - 21.09 - 21.12 - 22.07 + - 23.04 secrets: $ref: "secrets.yaml#/secrets" server: diff --git a/openapi/resource_server.yaml b/openapi/resource_server.yaml index 4cd80b45..3b249946 100644 --- a/openapi/resource_server.yaml +++ b/openapi/resource_server.yaml @@ -26,18 +26,26 @@ resource_server: virtual_host: description: > - The virtual host, as defined by the host header in the request, at - which the resource server will be made available. Port information may - also be specified if the virtual host is on a non-default port for the - intended protocol. This entry is required if the `path` entry has not - been specified. It is not valid to have both `path` and `virtual_host` - entries specified. + The virtual host, as defined by the host header in the request, at + which the resource server will be made available. This will be the + hostname and port number specified in the web browser when it makes + the request. The port number should always be specified, whether the + default port is being used (443 for SSL), or if the virtual host is + using a non-default port for the intended protocol. If your docker + or container host is mapping an incoming port number such as 443 to + some other port inside the container (i.e. 8443), then specify here + the incoming port number (i.e. 443). + + This entry is required if the `path` entry has not been specified. + + It is not valid to have both `path` and `virtual_host` entries + specified. Example: resource_servers: - - virtual_host: "application.ibm.com:9443" + - virtual_host: "application.ibm.com:443" # ... type: string x-uuid: true @@ -814,6 +822,7 @@ resource_server: form_action: /login.jsp service: testCredentialService resource_name: jspApp + form_response_pattern: "*login_prompt*" fields: - name: username source: service @@ -871,6 +880,16 @@ resource_server: matching is performed based on the `action` attribute of the HTML `
` node. type: string + form_response_pattern: + description: > + This optional entry specifies a pattern which is used to + determine if the page contains the login form or not. If + the page content does not include this pattern, it will be + returned to the client. By default, the gateway will only + examine the first 32,768 bytes of the response for the + pattern. Because the pattern is checked against the entire + cached response it will usually start and end with a '*'. + type: string service: description: > The name of the credential service which is used to store diff --git a/openapi/server.yaml b/openapi/server.yaml index a2df00f9..18426586 100644 --- a/openapi/server.yaml +++ b/openapi/server.yaml @@ -1290,9 +1290,16 @@ server: type: string rate_limiting: - description: > - Specifies the global configuration related to rate limiting. Rate - limiting policies are defined using the policies/rate_limiting[] entry. + description: | + Specifies the global configuration related to rate limiting. Rate limiting policies are defined using the policies/rate_limiting[] entry. + + Additional rate limiting headers can also be enabled. The rate limiting response headers include: + + header | value + -------|------- + X-Rate-Limit-Policy | The name of the rate limiting policy which is closest to being hit. + X-Rate-Limit-Remaining | The number of requests left for the rate limiting policy in the current rate limit window. + X-Rate-Limit-Reset | The time (UTC Epoch time) at which the rate limiting policy resets. Example: @@ -1300,6 +1307,7 @@ server: server: rate_limiting: cache_size: 16384 + response_headers: false redis: collection_name: test-collection sync_window: 10 @@ -1342,6 +1350,14 @@ server: maximum: unlimited default: 5 + response_headers: + description: > + Specifies whether or not the gateway will insert the rate limiting headers into responses. + + By default, the rate limiting response headers are disabled. + type: boolean + default: false + content_security_policy: description: | Specifies whether or not the gateway will use the default content security policy. diff --git a/openshift/build-sample/Dockerfile b/openshift/build-sample/Dockerfile index 674db682..7adcc986 100644 --- a/openshift/build-sample/Dockerfile +++ b/openshift/build-sample/Dockerfile @@ -1,7 +1,7 @@ # Copyright contributors to the Application Gateway project # The container is based on the IAG container. -FROM ibmcom/ibm-application-gateway:22.07 +FROM ibmcom/ibm-application-gateway:23.04 # Copy the configuration files from the config directory # to the docker image. diff --git a/openshift/build-sample/config/identity.yml b/openshift/build-sample/config/identity.yml index 68131ed4..bd5b2265 100644 --- a/openshift/build-sample/config/identity.yml +++ b/openshift/build-sample/config/identity.yml @@ -1,7 +1,7 @@ # Copyright contributors to the Application Gateway project --- -version: 22.07 +version: 23.04 identity: oidc: diff --git a/pages/error_pages.zip b/pages/error_pages.zip index bd4b8cea..cebe2f77 100644 Binary files a/pages/error_pages.zip and b/pages/error_pages.zip differ diff --git a/pages/local_pages.zip b/pages/local_pages.zip index 5a3fef7a..571ed542 100644 Binary files a/pages/local_pages.zip and b/pages/local_pages.zip differ diff --git a/pages/management_pages.zip b/pages/management_pages.zip index 94c7f218..f4f5fe9f 100644 Binary files a/pages/management_pages.zip and b/pages/management_pages.zip differ diff --git a/python/doc/ResourceServer.md b/python/doc/ResourceServer.md index b21a2d08..cab7c809 100644 --- a/python/doc/ResourceServer.md +++ b/python/doc/ResourceServer.md @@ -10,7 +10,7 @@ The definition for a single resource server which provides content for the gatew Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **path** | **str** | The path at which the resource server will be made available. This entry is required if the `virtual\_host` entry has not been specified. It is not valid to have both `path` and `virtual\_host` entries specified. | [optional] -**virtual\_host** | **str** | The virtual host, as defined by the host header in the request, at which the resource server will be made available. Port information may also be specified if the virtual host is on a non-default port for the intended protocol. This entry is required if the `path` entry has not been specified. It is not valid to have both `path` and `virtual\_host` entries specified. | [optional] +**virtual\_host** | **str** | The virtual host, as defined by the host header in the request, at which the resource server will be made available. This will be the hostname and port number specified in the web browser when it makes the request. The port number should always be specified, whether the default port is being used (443 for SSL), or if the virtual host is using a non-default port for the intended protocol. If your docker or container host is mapping an incoming port number such as 443 to some other port inside the container (i.e. 8443), then specify here the incoming port number (i.e. 443). This entry is required if the `path` entry has not been specified. It is not valid to have both `path` and `virtual\_host` entries specified. | [optional] **connection\_type** | **str** | The connection type the reverse proxy will make for this resource server. | [optional] [default to 'tcp'] **transparent\_path** | **bool** | A boolean flag indicating whether or not this resource server uses a transparent path. For path type resource servers, setting this entry to true will result in the passing of the entire URL as observed by the reverse proxy to the resource server, including the value given in \"path\". If set to false the reverse proxy will filter the path from the URL and pass only the remainder of the URL to the resource server. | [optional] [default to False] **stateful** | **bool** | A boolean flag indicating whether or not user requests, for the lifetime of a session, are always processed by the same resource server. | [optional] [default to False] diff --git a/python/doc/ResourceServerFormsLogin.md b/python/doc/ResourceServerFormsLogin.md index ad33806d..c0a4dfe7 100644 --- a/python/doc/ResourceServerFormsLogin.md +++ b/python/doc/ResourceServerFormsLogin.md @@ -51,6 +51,7 @@ resource_servers: form_action: /login.jsp service: testCredentialService resource_name: jspApp + form_response_pattern: "*login_prompt*" fields: - name: username source: service diff --git a/python/doc/ResourceServerFormsLoginLoginResources.md b/python/doc/ResourceServerFormsLoginLoginResources.md index 469fcfcd..198b4020 100644 --- a/python/doc/ResourceServerFormsLoginLoginResources.md +++ b/python/doc/ResourceServerFormsLoginLoginResources.md @@ -7,6 +7,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **resource** | **str** | This entry specifies a pattern that uniquely identifies requests for an application's login page. The page will then be intercepted to begin the forms-login sign-on process. The pattern provided is compared to the request URI. | [optional] **form\_action** | **str** | This entry specifies a pattern that identifies which form contained in the intercepted page is the login form. The matching is performed based on the `action` attribute of the HTML `<form>` node. | [optional] +**form\_response\_pattern** | **str** | This optional entry specifies a pattern which is used to determine if the page contains the login form or not. If the page content does not include this pattern, it will be returned to the client. By default, the gateway will only examine the first 32,768 bytes of the response for the pattern. Because the pattern is checked against the entire cached response it will usually start and end with a '*'. | [optional] **service** | **str** | The name of the credential service which is used to store and retrieve credentials for this resource. | [optional] **resource\_name** | **str** | The resource name which will be used when making requests to the configured credential service. | [optional] **fields** | [**list[ResourceServerFormsLoginFields]**](ResourceServerFormsLoginFields.md) | This entry is a list of the form fields which are need to complete the form-based login. | [optional] diff --git a/python/doc/ServerRateLimiting.md b/python/doc/ServerRateLimiting.md index 4e03e9fe..37eeddc7 100644 --- a/python/doc/ServerRateLimiting.md +++ b/python/doc/ServerRateLimiting.md @@ -2,12 +2,23 @@ ## Description -Specifies the global configuration related to rate limiting. Rate limiting policies are defined using the policies/rate_limiting[] entry. +Specifies the global configuration related to rate limiting. Rate limiting policies are defined using the policies/rate_limiting[] entry. + +Additional rate limiting headers can also be enabled. The rate limiting response headers include: + +header | value +-------|------- +X-Rate-Limit-Policy | The name of the rate limiting policy which is closest to being hit. +X-Rate-Limit-Remaining | The number of requests left for the rate limiting policy in the current rate limit window. +X-Rate-Limit-Reset | The time (UTC Epoch time) at which the rate limiting policy resets. + Example: + server: rate_limiting: cache_size: 16384 + response_headers: false redis: collection_name: test-collection sync_window: 10 @@ -19,6 +30,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cache\_size** | **float** | The number of unique records to cache locally for the rate limiting capability. When this cache is exhausted, the oldest cached records are ejected. This effectively resets the rate limiting counters for this client(s). This number needs to be higher than the number of requests being rate limited across a refresh interval. | [optional] [default to 16384] **redis** | [**ServerRateLimitingRedis**](ServerRateLimitingRedis.md) | | [optional] +**response\_headers** | **bool** | Specifies whether or not the gateway will insert the rate limiting headers into responses. By default, the rate limiting response headers are disabled. | [optional] [default to False] [[Back to README]](../README.md) diff --git a/python/packages/ibm_application_gateway/config/advanced.py b/python/packages/ibm_application_gateway/config/advanced.py index d178dd7f..8d4f0ec5 100644 --- a/python/packages/ibm_application_gateway/config/advanced.py +++ b/python/packages/ibm_application_gateway/config/advanced.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/advanced_configuration.py b/python/packages/ibm_application_gateway/config/advanced_configuration.py index 6f0a1b70..0a89bb97 100644 --- a/python/packages/ibm_application_gateway/config/advanced_configuration.py +++ b/python/packages/ibm_application_gateway/config/advanced_configuration.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/authorization.py b/python/packages/ibm_application_gateway/config/authorization.py index 4e37a548..3bcbfe94 100644 --- a/python/packages/ibm_application_gateway/config/authorization.py +++ b/python/packages/ibm_application_gateway/config/authorization.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/authorization_rules.py b/python/packages/ibm_application_gateway/config/authorization_rules.py index db78c1e2..63561e77 100644 --- a/python/packages/ibm_application_gateway/config/authorization_rules.py +++ b/python/packages/ibm_application_gateway/config/authorization_rules.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/ci_oidc.py b/python/packages/ibm_application_gateway/config/ci_oidc.py index 437a6f33..94a95142 100644 --- a/python/packages/ibm_application_gateway/config/ci_oidc.py +++ b/python/packages/ibm_application_gateway/config/ci_oidc.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/eai.py b/python/packages/ibm_application_gateway/config/eai.py index 5c994b0e..8243ad90 100644 --- a/python/packages/ibm_application_gateway/config/eai.py +++ b/python/packages/ibm_application_gateway/config/eai.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/identity.py b/python/packages/ibm_application_gateway/config/identity.py index 39ab4a70..d544fcc9 100644 --- a/python/packages/ibm_application_gateway/config/identity.py +++ b/python/packages/ibm_application_gateway/config/identity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/identity_auth_challenge_redirect.py b/python/packages/ibm_application_gateway/config/identity_auth_challenge_redirect.py index ad310e98..2ce4b739 100644 --- a/python/packages/ibm_application_gateway/config/identity_auth_challenge_redirect.py +++ b/python/packages/ibm_application_gateway/config/identity_auth_challenge_redirect.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/identity_auth_challenge_redirect_parameters.py b/python/packages/ibm_application_gateway/config/identity_auth_challenge_redirect_parameters.py index 4db67dab..cb32ee6b 100644 --- a/python/packages/ibm_application_gateway/config/identity_auth_challenge_redirect_parameters.py +++ b/python/packages/ibm_application_gateway/config/identity_auth_challenge_redirect_parameters.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/identity_auth_complete_redirect.py b/python/packages/ibm_application_gateway/config/identity_auth_complete_redirect.py index 7de7b397..ea73ce04 100644 --- a/python/packages/ibm_application_gateway/config/identity_auth_complete_redirect.py +++ b/python/packages/ibm_application_gateway/config/identity_auth_complete_redirect.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/identity_auth_complete_redirect_parameters.py b/python/packages/ibm_application_gateway/config/identity_auth_complete_redirect_parameters.py index 62db6892..cf4e3bc7 100644 --- a/python/packages/ibm_application_gateway/config/identity_auth_complete_redirect_parameters.py +++ b/python/packages/ibm_application_gateway/config/identity_auth_complete_redirect_parameters.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/logging.py b/python/packages/ibm_application_gateway/config/logging.py index 0b16df2c..5f549f6c 100644 --- a/python/packages/ibm_application_gateway/config/logging.py +++ b/python/packages/ibm_application_gateway/config/logging.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/logging_request_log.py b/python/packages/ibm_application_gateway/config/logging_request_log.py index f8170b90..d30a06b2 100644 --- a/python/packages/ibm_application_gateway/config/logging_request_log.py +++ b/python/packages/ibm_application_gateway/config/logging_request_log.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/logging_request_log_file.py b/python/packages/ibm_application_gateway/config/logging_request_log_file.py index e7554793..00abc2b7 100644 --- a/python/packages/ibm_application_gateway/config/logging_request_log_file.py +++ b/python/packages/ibm_application_gateway/config/logging_request_log_file.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/logging_statistics.py b/python/packages/ibm_application_gateway/config/logging_statistics.py index 5d11edb5..8c851289 100644 --- a/python/packages/ibm_application_gateway/config/logging_statistics.py +++ b/python/packages/ibm_application_gateway/config/logging_statistics.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/logging_tracing.py b/python/packages/ibm_application_gateway/config/logging_tracing.py index 0ff2d14e..3baa6bdd 100644 --- a/python/packages/ibm_application_gateway/config/logging_tracing.py +++ b/python/packages/ibm_application_gateway/config/logging_tracing.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/logging_transaction.py b/python/packages/ibm_application_gateway/config/logging_transaction.py index c40ba06f..f676f6aa 100644 --- a/python/packages/ibm_application_gateway/config/logging_transaction.py +++ b/python/packages/ibm_application_gateway/config/logging_transaction.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/oauth.py b/python/packages/ibm_application_gateway/config/oauth.py index fd14a0d3..7fa709bc 100644 --- a/python/packages/ibm_application_gateway/config/oauth.py +++ b/python/packages/ibm_application_gateway/config/oauth.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/oauth_headers.py b/python/packages/ibm_application_gateway/config/oauth_headers.py index 9a72f2a6..c7433eef 100644 --- a/python/packages/ibm_application_gateway/config/oauth_headers.py +++ b/python/packages/ibm_application_gateway/config/oauth_headers.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/oauth_ssl.py b/python/packages/ibm_application_gateway/config/oauth_ssl.py index 4bdbfd34..b33ded48 100644 --- a/python/packages/ibm_application_gateway/config/oauth_ssl.py +++ b/python/packages/ibm_application_gateway/config/oauth_ssl.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/oidc.py b/python/packages/ibm_application_gateway/config/oidc.py index 5e0f5e0a..b87fb528 100644 --- a/python/packages/ibm_application_gateway/config/oidc.py +++ b/python/packages/ibm_application_gateway/config/oidc.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/oidc_ssl.py b/python/packages/ibm_application_gateway/config/oidc_ssl.py index dbfda9a2..db547908 100644 --- a/python/packages/ibm_application_gateway/config/oidc_ssl.py +++ b/python/packages/ibm_application_gateway/config/oidc_ssl.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies.py b/python/packages/ibm_application_gateway/config/policies.py index 9ce71db3..5258f698 100644 --- a/python/packages/ibm_application_gateway/config/policies.py +++ b/python/packages/ibm_application_gateway/config/policies.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies_authorization.py b/python/packages/ibm_application_gateway/config/policies_authorization.py index 52581764..8f83243b 100644 --- a/python/packages/ibm_application_gateway/config/policies_authorization.py +++ b/python/packages/ibm_application_gateway/config/policies_authorization.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies_content_injection.py b/python/packages/ibm_application_gateway/config/policies_content_injection.py index 603f95ce..62e93e0a 100644 --- a/python/packages/ibm_application_gateway/config/policies_content_injection.py +++ b/python/packages/ibm_application_gateway/config/policies_content_injection.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies_cors.py b/python/packages/ibm_application_gateway/config/policies_cors.py index 52a82630..b12c1096 100644 --- a/python/packages/ibm_application_gateway/config/policies_cors.py +++ b/python/packages/ibm_application_gateway/config/policies_cors.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies_cors_policy.py b/python/packages/ibm_application_gateway/config/policies_cors_policy.py index 22fe6b8c..c1008ee2 100644 --- a/python/packages/ibm_application_gateway/config/policies_cors_policy.py +++ b/python/packages/ibm_application_gateway/config/policies_cors_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies_http_transformation_rule.py b/python/packages/ibm_application_gateway/config/policies_http_transformation_rule.py index 1778e758..b51da18e 100644 --- a/python/packages/ibm_application_gateway/config/policies_http_transformation_rule.py +++ b/python/packages/ibm_application_gateway/config/policies_http_transformation_rule.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies_http_transformations.py b/python/packages/ibm_application_gateway/config/policies_http_transformations.py index 1e197553..4a6cdef8 100644 --- a/python/packages/ibm_application_gateway/config/policies_http_transformations.py +++ b/python/packages/ibm_application_gateway/config/policies_http_transformations.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies_obligation.py b/python/packages/ibm_application_gateway/config/policies_obligation.py index 3b65a789..64502665 100644 --- a/python/packages/ibm_application_gateway/config/policies_obligation.py +++ b/python/packages/ibm_application_gateway/config/policies_obligation.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies_obligation_oidc.py b/python/packages/ibm_application_gateway/config/policies_obligation_oidc.py index 35a4bffe..07f3413c 100644 --- a/python/packages/ibm_application_gateway/config/policies_obligation_oidc.py +++ b/python/packages/ibm_application_gateway/config/policies_obligation_oidc.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/policies_rate_limiting.py b/python/packages/ibm_application_gateway/config/policies_rate_limiting.py index f3aa5c17..4428f5be 100644 --- a/python/packages/ibm_application_gateway/config/policies_rate_limiting.py +++ b/python/packages/ibm_application_gateway/config/policies_rate_limiting.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server.py b/python/packages/ibm_application_gateway/config/resource_server.py index 334c306f..074491b2 100644 --- a/python/packages/ibm_application_gateway/config/resource_server.py +++ b/python/packages/ibm_application_gateway/config/resource_server.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ @@ -148,7 +148,7 @@ def path(self, path): def virtual_host(self): """Gets the virtual_host of this ResourceServer. # noqa: E501 - The virtual host, as defined by the host header in the request, at which the resource server will be made available. Port information may also be specified if the virtual host is on a non-default port for the intended protocol. This entry is required if the `path` entry has not been specified. It is not valid to have both `path` and `virtual_host` entries specified. Example: resource_servers: - virtual_host: \"application.ibm.com:9443\" # ... # noqa: E501 + The virtual host, as defined by the host header in the request, at which the resource server will be made available. This will be the hostname and port number specified in the web browser when it makes the request. The port number should always be specified, whether the default port is being used (443 for SSL), or if the virtual host is using a non-default port for the intended protocol. If your docker or container host is mapping an incoming port number such as 443 to some other port inside the container (i.e. 8443), then specify here the incoming port number (i.e. 443). This entry is required if the `path` entry has not been specified. It is not valid to have both `path` and `virtual_host` entries specified. Example: resource_servers: - virtual_host: \"application.ibm.com:443\" # ... # noqa: E501 :return: The virtual_host of this ResourceServer. # noqa: E501 :rtype: str @@ -159,7 +159,7 @@ def virtual_host(self): def virtual_host(self, virtual_host): """Sets the virtual_host of this ResourceServer. - The virtual host, as defined by the host header in the request, at which the resource server will be made available. Port information may also be specified if the virtual host is on a non-default port for the intended protocol. This entry is required if the `path` entry has not been specified. It is not valid to have both `path` and `virtual_host` entries specified. Example: resource_servers: - virtual_host: \"application.ibm.com:9443\" # ... # noqa: E501 + The virtual host, as defined by the host header in the request, at which the resource server will be made available. This will be the hostname and port number specified in the web browser when it makes the request. The port number should always be specified, whether the default port is being used (443 for SSL), or if the virtual host is using a non-default port for the intended protocol. If your docker or container host is mapping an incoming port number such as 443 to some other port inside the container (i.e. 8443), then specify here the incoming port number (i.e. 443). This entry is required if the `path` entry has not been specified. It is not valid to have both `path` and `virtual_host` entries specified. Example: resource_servers: - virtual_host: \"application.ibm.com:443\" # ... # noqa: E501 :param virtual_host: The virtual_host of this ResourceServer. # noqa: E501 :type: str diff --git a/python/packages/ibm_application_gateway/config/resource_server_cookies.py b/python/packages/ibm_application_gateway/config/resource_server_cookies.py index f61fe082..236b1a81 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_cookies.py +++ b/python/packages/ibm_application_gateway/config/resource_server_cookies.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_cookies_junction_cookie.py b/python/packages/ibm_application_gateway/config/resource_server_cookies_junction_cookie.py index 41a21961..06eff44c 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_cookies_junction_cookie.py +++ b/python/packages/ibm_application_gateway/config/resource_server_cookies_junction_cookie.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_forms_login.py b/python/packages/ibm_application_gateway/config/resource_server_forms_login.py index 27124a10..270a24cd 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_forms_login.py +++ b/python/packages/ibm_application_gateway/config/resource_server_forms_login.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_forms_login_fields.py b/python/packages/ibm_application_gateway/config/resource_server_forms_login_fields.py index b040abf3..a14d9655 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_forms_login_fields.py +++ b/python/packages/ibm_application_gateway/config/resource_server_forms_login_fields.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_forms_login_headers.py b/python/packages/ibm_application_gateway/config/resource_server_forms_login_headers.py index c34cce9f..44decea3 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_forms_login_headers.py +++ b/python/packages/ibm_application_gateway/config/resource_server_forms_login_headers.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_forms_login_login_resources.py b/python/packages/ibm_application_gateway/config/resource_server_forms_login_login_resources.py index 5602d961..55085492 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_forms_login_login_resources.py +++ b/python/packages/ibm_application_gateway/config/resource_server_forms_login_login_resources.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ @@ -32,6 +32,7 @@ class ResourceServerFormsLoginLoginResources(object): openapi_types = { 'resource': 'str', 'form_action': 'str', + 'form_response_pattern': 'str', 'service': 'str', 'resource_name': 'str', 'fields': 'list[ResourceServerFormsLoginFields]', @@ -41,17 +42,19 @@ class ResourceServerFormsLoginLoginResources(object): attribute_map = { 'resource': 'resource', 'form_action': 'form_action', + 'form_response_pattern': 'form_response_pattern', 'service': 'service', 'resource_name': 'resource_name', 'fields': 'fields', 'response_rules': 'response_rules' } - def __init__(self, resource=None, form_action=None, service=None, resource_name=None, fields=None, response_rules=None): # noqa: E501 + def __init__(self, resource=None, form_action=None, form_response_pattern=None, service=None, resource_name=None, fields=None, response_rules=None): # noqa: E501 """ResourceServerFormsLoginLoginResources - a model defined in OpenAPI""" # noqa: E501 self._resource = None self._form_action = None + self._form_response_pattern = None self._service = None self._resource_name = None self._fields = None @@ -62,6 +65,8 @@ def __init__(self, resource=None, form_action=None, service=None, resource_name= self.resource = resource if form_action is not None: self.form_action = form_action + if form_response_pattern is not None: + self.form_response_pattern = form_response_pattern if service is not None: self.service = service if resource_name is not None: @@ -117,6 +122,29 @@ def form_action(self, form_action): self._form_action = form_action + @property + def form_response_pattern(self): + """Gets the form_response_pattern of this ResourceServerFormsLoginLoginResources. # noqa: E501 + + This optional entry specifies a pattern which is used to determine if the page contains the login form or not. If the page content does not include this pattern, it will be returned to the client. By default, the gateway will only examine the first 32,768 bytes of the response for the pattern. Because the pattern is checked against the entire cached response it will usually start and end with a '*'. # noqa: E501 + + :return: The form_response_pattern of this ResourceServerFormsLoginLoginResources. # noqa: E501 + :rtype: str + """ + return self._form_response_pattern + + @form_response_pattern.setter + def form_response_pattern(self, form_response_pattern): + """Sets the form_response_pattern of this ResourceServerFormsLoginLoginResources. + + This optional entry specifies a pattern which is used to determine if the page contains the login form or not. If the page content does not include this pattern, it will be returned to the client. By default, the gateway will only examine the first 32,768 bytes of the response for the pattern. Because the pattern is checked against the entire cached response it will usually start and end with a '*'. # noqa: E501 + + :param form_response_pattern: The form_response_pattern of this ResourceServerFormsLoginLoginResources. # noqa: E501 + :type: str + """ + + self._form_response_pattern = form_response_pattern + @property def service(self): """Gets the service of this ResourceServerFormsLoginLoginResources. # noqa: E501 diff --git a/python/packages/ibm_application_gateway/config/resource_server_forms_login_response_rules.py b/python/packages/ibm_application_gateway/config/resource_server_forms_login_response_rules.py index fe880996..5491b207 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_forms_login_response_rules.py +++ b/python/packages/ibm_application_gateway/config/resource_server_forms_login_response_rules.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_health.py b/python/packages/ibm_application_gateway/config/resource_server_health.py index c3aa695a..23d2dc6f 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_health.py +++ b/python/packages/ibm_application_gateway/config/resource_server_health.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_health_ping.py b/python/packages/ibm_application_gateway/config/resource_server_health_ping.py index e5ff6343..c2db8a55 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_health_ping.py +++ b/python/packages/ibm_application_gateway/config/resource_server_health_ping.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_health_ping_policy.py b/python/packages/ibm_application_gateway/config/resource_server_health_ping_policy.py index 8feea838..25a38edf 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_health_ping_policy.py +++ b/python/packages/ibm_application_gateway/config/resource_server_health_ping_policy.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_health_ping_policy_recovery.py b/python/packages/ibm_application_gateway/config/resource_server_health_ping_policy_recovery.py index fc09e3b6..8892e719 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_health_ping_policy_recovery.py +++ b/python/packages/ibm_application_gateway/config/resource_server_health_ping_policy_recovery.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_http2.py b/python/packages/ibm_application_gateway/config/resource_server_http2.py index e86ca705..0680bcb3 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_http2.py +++ b/python/packages/ibm_application_gateway/config/resource_server_http2.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_identity.py b/python/packages/ibm_application_gateway/config/resource_server_identity.py index ad5333b8..58d0224a 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_identity.py +++ b/python/packages/ibm_application_gateway/config/resource_server_identity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_identity_headers.py b/python/packages/ibm_application_gateway/config/resource_server_identity_headers.py index d43169ed..3c36d251 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_identity_headers.py +++ b/python/packages/ibm_application_gateway/config/resource_server_identity_headers.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_attributes.py b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_attributes.py index ee04de58..f1eeeda8 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_attributes.py +++ b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_attributes.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_basic_auth.py b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_basic_auth.py index 811c6f52..9ddaef58 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_basic_auth.py +++ b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_basic_auth.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_jwt.py b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_jwt.py index 74e98182..a9c4bfcb 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_jwt.py +++ b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_jwt.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_jwt_claims.py b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_jwt_claims.py index 16d46685..a1bb4bbc 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_jwt_claims.py +++ b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_jwt_claims.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_kerberos.py b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_kerberos.py index bc81e2af..d375e012 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_kerberos.py +++ b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_kerberos.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_kerberos_user_identity.py b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_kerberos_user_identity.py index 94f81b02..ead487ef 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_kerberos_user_identity.py +++ b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_kerberos_user_identity.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_ltpa.py b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_ltpa.py index a3824276..a2f0cebf 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_identity_headers_ltpa.py +++ b/python/packages/ibm_application_gateway/config/resource_server_identity_headers_ltpa.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_mutual_auth.py b/python/packages/ibm_application_gateway/config/resource_server_mutual_auth.py index a377302f..64011631 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_mutual_auth.py +++ b/python/packages/ibm_application_gateway/config/resource_server_mutual_auth.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_mutual_auth_basic_auth.py b/python/packages/ibm_application_gateway/config/resource_server_mutual_auth_basic_auth.py index 12cb4e89..72a4ce8e 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_mutual_auth_basic_auth.py +++ b/python/packages/ibm_application_gateway/config/resource_server_mutual_auth_basic_auth.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_mutual_auth_certificate_auth.py b/python/packages/ibm_application_gateway/config/resource_server_mutual_auth_certificate_auth.py index 85d4ce4c..db6cd102 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_mutual_auth_certificate_auth.py +++ b/python/packages/ibm_application_gateway/config/resource_server_mutual_auth_certificate_auth.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_persistent_connections.py b/python/packages/ibm_application_gateway/config/resource_server_persistent_connections.py index 2eb8349f..8d03f723 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_persistent_connections.py +++ b/python/packages/ibm_application_gateway/config/resource_server_persistent_connections.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_servers.py b/python/packages/ibm_application_gateway/config/resource_server_servers.py index b121804e..917b4d13 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_servers.py +++ b/python/packages/ibm_application_gateway/config/resource_server_servers.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_ssl.py b/python/packages/ibm_application_gateway/config/resource_server_ssl.py index 279cd1df..ae6e58a6 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_ssl.py +++ b/python/packages/ibm_application_gateway/config/resource_server_ssl.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_url_style.py b/python/packages/ibm_application_gateway/config/resource_server_url_style.py index 7ea4640c..4621957e 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_url_style.py +++ b/python/packages/ibm_application_gateway/config/resource_server_url_style.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/resource_server_worker_threads.py b/python/packages/ibm_application_gateway/config/resource_server_worker_threads.py index 615b9ece..04150578 100644 --- a/python/packages/ibm_application_gateway/config/resource_server_worker_threads.py +++ b/python/packages/ibm_application_gateway/config/resource_server_worker_threads.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/secrets.py b/python/packages/ibm_application_gateway/config/secrets.py index 44fb3201..f0df2089 100644 --- a/python/packages/ibm_application_gateway/config/secrets.py +++ b/python/packages/ibm_application_gateway/config/secrets.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server.py b/python/packages/ibm_application_gateway/config/server.py index d5651de2..0d9d8377 100644 --- a/python/packages/ibm_application_gateway/config/server.py +++ b/python/packages/ibm_application_gateway/config/server.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_credential_service_cache.py b/python/packages/ibm_application_gateway/config/server_credential_service_cache.py index 95a61533..833b1a64 100644 --- a/python/packages/ibm_application_gateway/config/server_credential_service_cache.py +++ b/python/packages/ibm_application_gateway/config/server_credential_service_cache.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_error_pages.py b/python/packages/ibm_application_gateway/config/server_error_pages.py index 1f43b39f..aff4e85f 100644 --- a/python/packages/ibm_application_gateway/config/server_error_pages.py +++ b/python/packages/ibm_application_gateway/config/server_error_pages.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_failover.py b/python/packages/ibm_application_gateway/config/server_failover.py index a87bc6d2..4356dceb 100644 --- a/python/packages/ibm_application_gateway/config/server_failover.py +++ b/python/packages/ibm_application_gateway/config/server_failover.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_local_applications.py b/python/packages/ibm_application_gateway/config/server_local_applications.py index d89d51c2..0b93dfd9 100644 --- a/python/packages/ibm_application_gateway/config/server_local_applications.py +++ b/python/packages/ibm_application_gateway/config/server_local_applications.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_local_applications_azn_decision.py b/python/packages/ibm_application_gateway/config/server_local_applications_azn_decision.py index 41322ecf..2bb70a91 100644 --- a/python/packages/ibm_application_gateway/config/server_local_applications_azn_decision.py +++ b/python/packages/ibm_application_gateway/config/server_local_applications_azn_decision.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_local_applications_cred_viewer.py b/python/packages/ibm_application_gateway/config/server_local_applications_cred_viewer.py index 9b5e33d1..9fc9892c 100644 --- a/python/packages/ibm_application_gateway/config/server_local_applications_cred_viewer.py +++ b/python/packages/ibm_application_gateway/config/server_local_applications_cred_viewer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_local_applications_jwks.py b/python/packages/ibm_application_gateway/config/server_local_applications_jwks.py index 534e0349..659a4e10 100644 --- a/python/packages/ibm_application_gateway/config/server_local_applications_jwks.py +++ b/python/packages/ibm_application_gateway/config/server_local_applications_jwks.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_local_pages.py b/python/packages/ibm_application_gateway/config/server_local_pages.py index a02e9ef9..e0e6b5f4 100644 --- a/python/packages/ibm_application_gateway/config/server_local_pages.py +++ b/python/packages/ibm_application_gateway/config/server_local_pages.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_management_pages.py b/python/packages/ibm_application_gateway/config/server_management_pages.py index b5120458..f9b5bb1e 100644 --- a/python/packages/ibm_application_gateway/config/server_management_pages.py +++ b/python/packages/ibm_application_gateway/config/server_management_pages.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_public_assets.py b/python/packages/ibm_application_gateway/config/server_public_assets.py index 64f8af5c..d85670aa 100644 --- a/python/packages/ibm_application_gateway/config/server_public_assets.py +++ b/python/packages/ibm_application_gateway/config/server_public_assets.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_rate_limiting.py b/python/packages/ibm_application_gateway/config/server_rate_limiting.py index 5cbb6324..10fe94e5 100644 --- a/python/packages/ibm_application_gateway/config/server_rate_limiting.py +++ b/python/packages/ibm_application_gateway/config/server_rate_limiting.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ @@ -31,25 +31,30 @@ class ServerRateLimiting(object): """ openapi_types = { 'cache_size': 'float', - 'redis': 'ServerRateLimitingRedis' + 'redis': 'ServerRateLimitingRedis', + 'response_headers': 'bool' } attribute_map = { 'cache_size': 'cache_size', - 'redis': 'redis' + 'redis': 'redis', + 'response_headers': 'response_headers' } - def __init__(self, cache_size=16384, redis=None): # noqa: E501 + def __init__(self, cache_size=16384, redis=None, response_headers=False): # noqa: E501 """ServerRateLimiting - a model defined in OpenAPI""" # noqa: E501 self._cache_size = None self._redis = None + self._response_headers = None self.discriminator = None if cache_size is not None: self.cache_size = cache_size if redis is not None: self.redis = redis + if response_headers is not None: + self.response_headers = response_headers @property def cache_size(self): @@ -97,6 +102,29 @@ def redis(self, redis): self._redis = redis + @property + def response_headers(self): + """Gets the response_headers of this ServerRateLimiting. # noqa: E501 + + Specifies whether or not the gateway will insert the rate limiting headers into responses. By default, the rate limiting response headers are disabled. # noqa: E501 + + :return: The response_headers of this ServerRateLimiting. # noqa: E501 + :rtype: bool + """ + return self._response_headers + + @response_headers.setter + def response_headers(self, response_headers): + """Sets the response_headers of this ServerRateLimiting. + + Specifies whether or not the gateway will insert the rate limiting headers into responses. By default, the rate limiting response headers are disabled. # noqa: E501 + + :param response_headers: The response_headers of this ServerRateLimiting. # noqa: E501 + :type: bool + """ + + self._response_headers = response_headers + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/python/packages/ibm_application_gateway/config/server_rate_limiting_redis.py b/python/packages/ibm_application_gateway/config/server_rate_limiting_redis.py index 4ae66451..5aa632e1 100644 --- a/python/packages/ibm_application_gateway/config/server_rate_limiting_redis.py +++ b/python/packages/ibm_application_gateway/config/server_rate_limiting_redis.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_response_headers.py b/python/packages/ibm_application_gateway/config/server_response_headers.py index 20d3d302..7f7fa59e 100644 --- a/python/packages/ibm_application_gateway/config/server_response_headers.py +++ b/python/packages/ibm_application_gateway/config/server_response_headers.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_session.py b/python/packages/ibm_application_gateway/config/server_session.py index fbab51a6..3feca7d0 100644 --- a/python/packages/ibm_application_gateway/config/server_session.py +++ b/python/packages/ibm_application_gateway/config/server_session.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_session_reauth.py b/python/packages/ibm_application_gateway/config/server_session_reauth.py index 1412a938..092e477f 100644 --- a/python/packages/ibm_application_gateway/config/server_session_reauth.py +++ b/python/packages/ibm_application_gateway/config/server_session_reauth.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_session_redis.py b/python/packages/ibm_application_gateway/config/server_session_redis.py index ea2b5449..407b0d4b 100644 --- a/python/packages/ibm_application_gateway/config/server_session_redis.py +++ b/python/packages/ibm_application_gateway/config/server_session_redis.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_session_redis_concurrent_sessions.py b/python/packages/ibm_application_gateway/config/server_session_redis_concurrent_sessions.py index 0699047f..fa09fd1e 100644 --- a/python/packages/ibm_application_gateway/config/server_session_redis_concurrent_sessions.py +++ b/python/packages/ibm_application_gateway/config/server_session_redis_concurrent_sessions.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_ssl.py b/python/packages/ibm_application_gateway/config/server_ssl.py index aa33c58c..595e8ea5 100644 --- a/python/packages/ibm_application_gateway/config/server_ssl.py +++ b/python/packages/ibm_application_gateway/config/server_ssl.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_ssl_applications.py b/python/packages/ibm_application_gateway/config/server_ssl_applications.py index a905da05..32ecd114 100644 --- a/python/packages/ibm_application_gateway/config/server_ssl_applications.py +++ b/python/packages/ibm_application_gateway/config/server_ssl_applications.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_ssl_front_end.py b/python/packages/ibm_application_gateway/config/server_ssl_front_end.py index b7ff6a50..ac19bf3a 100644 --- a/python/packages/ibm_application_gateway/config/server_ssl_front_end.py +++ b/python/packages/ibm_application_gateway/config/server_ssl_front_end.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_ssl_front_end_sni.py b/python/packages/ibm_application_gateway/config/server_ssl_front_end_sni.py index c7ab68a6..d4ecb310 100644 --- a/python/packages/ibm_application_gateway/config/server_ssl_front_end_sni.py +++ b/python/packages/ibm_application_gateway/config/server_ssl_front_end_sni.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_websocket.py b/python/packages/ibm_application_gateway/config/server_websocket.py index b5ea951f..82d7e474 100644 --- a/python/packages/ibm_application_gateway/config/server_websocket.py +++ b/python/packages/ibm_application_gateway/config/server_websocket.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_websocket_timeouts.py b/python/packages/ibm_application_gateway/config/server_websocket_timeouts.py index f5795b71..d43a023c 100644 --- a/python/packages/ibm_application_gateway/config/server_websocket_timeouts.py +++ b/python/packages/ibm_application_gateway/config/server_websocket_timeouts.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_websocket_timeouts_applications.py b/python/packages/ibm_application_gateway/config/server_websocket_timeouts_applications.py index d95ddac3..9809262e 100644 --- a/python/packages/ibm_application_gateway/config/server_websocket_timeouts_applications.py +++ b/python/packages/ibm_application_gateway/config/server_websocket_timeouts_applications.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_websocket_timeouts_front_end.py b/python/packages/ibm_application_gateway/config/server_websocket_timeouts_front_end.py index e1278ae8..66a2e30a 100644 --- a/python/packages/ibm_application_gateway/config/server_websocket_timeouts_front_end.py +++ b/python/packages/ibm_application_gateway/config/server_websocket_timeouts_front_end.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/server_websocket_worker_threads.py b/python/packages/ibm_application_gateway/config/server_websocket_worker_threads.py index 9f5dbd26..2bdf7d3c 100644 --- a/python/packages/ibm_application_gateway/config/server_websocket_worker_threads.py +++ b/python/packages/ibm_application_gateway/config/server_websocket_worker_threads.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services.py b/python/packages/ibm_application_gateway/config/services.py index 742f531a..883926f5 100644 --- a/python/packages/ibm_application_gateway/config/services.py +++ b/python/packages/ibm_application_gateway/config/services.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_authentication.py b/python/packages/ibm_application_gateway/config/services_authentication.py index a11c541b..06739554 100644 --- a/python/packages/ibm_application_gateway/config/services_authentication.py +++ b/python/packages/ibm_application_gateway/config/services_authentication.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_authentication_access_token.py b/python/packages/ibm_application_gateway/config/services_authentication_access_token.py index a1c5e0ea..1b654b59 100644 --- a/python/packages/ibm_application_gateway/config/services_authentication_access_token.py +++ b/python/packages/ibm_application_gateway/config/services_authentication_access_token.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_authentication_ba.py b/python/packages/ibm_application_gateway/config/services_authentication_ba.py index 2d090f72..bfbbac6a 100644 --- a/python/packages/ibm_application_gateway/config/services_authentication_ba.py +++ b/python/packages/ibm_application_gateway/config/services_authentication_ba.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_authentication_sso.py b/python/packages/ibm_application_gateway/config/services_authentication_sso.py index 49361d81..5c3cc87e 100644 --- a/python/packages/ibm_application_gateway/config/services_authentication_sso.py +++ b/python/packages/ibm_application_gateway/config/services_authentication_sso.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_credential.py b/python/packages/ibm_application_gateway/config/services_credential.py index 95611388..98041a1c 100644 --- a/python/packages/ibm_application_gateway/config/services_credential.py +++ b/python/packages/ibm_application_gateway/config/services_credential.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_kerberos.py b/python/packages/ibm_application_gateway/config/services_kerberos.py index be4a448b..5dbab286 100644 --- a/python/packages/ibm_application_gateway/config/services_kerberos.py +++ b/python/packages/ibm_application_gateway/config/services_kerberos.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_kerberos_capaths.py b/python/packages/ibm_application_gateway/config/services_kerberos_capaths.py index ef0bc45f..de6c2ac1 100644 --- a/python/packages/ibm_application_gateway/config/services_kerberos_capaths.py +++ b/python/packages/ibm_application_gateway/config/services_kerberos_capaths.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_kerberos_libdefaults.py b/python/packages/ibm_application_gateway/config/services_kerberos_libdefaults.py index 8f37faa6..0719be42 100644 --- a/python/packages/ibm_application_gateway/config/services_kerberos_libdefaults.py +++ b/python/packages/ibm_application_gateway/config/services_kerberos_libdefaults.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_kerberos_libdefaults_properties.py b/python/packages/ibm_application_gateway/config/services_kerberos_libdefaults_properties.py index e7808067..3f4b005d 100644 --- a/python/packages/ibm_application_gateway/config/services_kerberos_libdefaults_properties.py +++ b/python/packages/ibm_application_gateway/config/services_kerberos_libdefaults_properties.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_kerberos_properties.py b/python/packages/ibm_application_gateway/config/services_kerberos_properties.py index a13f8048..167d1a15 100644 --- a/python/packages/ibm_application_gateway/config/services_kerberos_properties.py +++ b/python/packages/ibm_application_gateway/config/services_kerberos_properties.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_kerberos_realms.py b/python/packages/ibm_application_gateway/config/services_kerberos_realms.py index 60782a53..67c04007 100644 --- a/python/packages/ibm_application_gateway/config/services_kerberos_realms.py +++ b/python/packages/ibm_application_gateway/config/services_kerberos_realms.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_kerberos_realms1.py b/python/packages/ibm_application_gateway/config/services_kerberos_realms1.py index a2f558c9..aa84904a 100644 --- a/python/packages/ibm_application_gateway/config/services_kerberos_realms1.py +++ b/python/packages/ibm_application_gateway/config/services_kerberos_realms1.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_redis.py b/python/packages/ibm_application_gateway/config/services_redis.py index a836fae1..2efb1227 100644 --- a/python/packages/ibm_application_gateway/config/services_redis.py +++ b/python/packages/ibm_application_gateway/config/services_redis.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_redis_collections.py b/python/packages/ibm_application_gateway/config/services_redis_collections.py index 6bd63e3f..3d995475 100644 --- a/python/packages/ibm_application_gateway/config/services_redis_collections.py +++ b/python/packages/ibm_application_gateway/config/services_redis_collections.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_redis_cross_domain_support.py b/python/packages/ibm_application_gateway/config/services_redis_cross_domain_support.py index d869c100..85a56434 100644 --- a/python/packages/ibm_application_gateway/config/services_redis_cross_domain_support.py +++ b/python/packages/ibm_application_gateway/config/services_redis_cross_domain_support.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_redis_servers.py b/python/packages/ibm_application_gateway/config/services_redis_servers.py index 2641a101..32474c5e 100644 --- a/python/packages/ibm_application_gateway/config/services_redis_servers.py +++ b/python/packages/ibm_application_gateway/config/services_redis_servers.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_redis_ssl.py b/python/packages/ibm_application_gateway/config/services_redis_ssl.py index 95966721..3e3a5b57 100644 --- a/python/packages/ibm_application_gateway/config/services_redis_ssl.py +++ b/python/packages/ibm_application_gateway/config/services_redis_ssl.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/services_ssl.py b/python/packages/ibm_application_gateway/config/services_ssl.py index e6f4ca15..43f92b4c 100644 --- a/python/packages/ibm_application_gateway/config/services_ssl.py +++ b/python/packages/ibm_application_gateway/config/services_ssl.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ diff --git a/python/packages/ibm_application_gateway/config/version.py b/python/packages/ibm_application_gateway/config/version.py index 8bdfc101..c64b44e8 100644 --- a/python/packages/ibm_application_gateway/config/version.py +++ b/python/packages/ibm_application_gateway/config/version.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - The version of the OpenAPI document: 22.07 + The version of the OpenAPI document: 23.04 Generated by: https://openapi-generator.tech """ @@ -37,8 +37,9 @@ class Version(object): _21_09 = "21.09" _21_12 = "21.12" _22_07 = "22.07" + _23_04 = "23.04" - allowable_values = [_19_12, _20_01, _20_04, _20_07, _20_09, _20_12, _21_02, _21_04, _21_06, _21_09, _21_12, _22_07] # noqa: E501 + allowable_values = [_19_12, _20_01, _20_04, _20_07, _20_09, _20_12, _21_02, _21_04, _21_06, _21_09, _21_12, _22_07, _23_04] # noqa: E501 """ Attributes: diff --git a/python/packages/ibm_application_gateway/system/configurator.py b/python/packages/ibm_application_gateway/system/configurator.py index e0a99b83..d36393e2 100644 --- a/python/packages/ibm_application_gateway/system/configurator.py +++ b/python/packages/ibm_application_gateway/system/configurator.py @@ -26,7 +26,7 @@ class Configurator(object): """ def __init__(self, - version = "22.07", + version = "23.04", server = None, identity = None, authorization = None, diff --git a/python/test/test_iag_config.py b/python/test/test_iag_config.py index fa227de9..5c91ce70 100755 --- a/python/test/test_iag_config.py +++ b/python/test/test_iag_config.py @@ -595,7 +595,7 @@ os.remove(outFile) config = Configurator( - version = "22.04", + version = "23.04", logging = logging, identity = identity, advanced = advanced,