bugraoz93 commented on code in PR #47543:
URL: https://github.com/apache/airflow/pull/47543#discussion_r1999729705
##########
airflow/config_templates/config.yml:
##########
@@ -1416,6 +1416,22 @@ api:
version_added: 2.7.0
example: ~
default: "False"
+ disable_regexp_middleware:
+ description: |
+ Disables the middleware that checks for regular expressions in the URL.
Review Comment:
```suggestion
Disables the middleware that checks for regular expressions in the
payload or in the query params.
```
will update after seeing the K8s tests. I am having small issues with k8s
test in my local. Solving in the meanwhile
##########
airflow/config_templates/config.yml:
##########
@@ -1416,6 +1416,22 @@ api:
version_added: 2.7.0
example: ~
default: "False"
+ disable_regexp_middleware:
+ description: |
+ Disables the middleware that checks for regular expressions in the URL.
Review Comment:
```suggestion
Disables the middleware that checks for regular expressions in the
payload or the query params.
```
will update after seeing the K8s tests. I am having small issues with k8s
test in my local. Solving in the meanwhile
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]