Skip to content

Commit 00b799b

Browse files
authored
Enable RFC7230_LEGACY http compliance on application connectors by default (#2524)
Signed-off-by: John Lukenoff <johnlukenoff@asana.com>
1 parent ad1a597 commit 00b799b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

chart/templates/marquez/configmap.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@ metadata:
1313
{{- end }}
1414
data:
1515
### HTTP SERVER CONFIG ###
16-
16+
1717
config.yml: |-
18-
# Enables HTTP server configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#servers)
18+
# Enables HTTP server configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#servers)
1919
server:
2020
applicationConnectors:
2121
- type: http
2222
port: ${MARQUEZ_PORT}
23+
httpCompliance: RFC7230_LEGACY
2324
adminConnectors:
2425
- type: http
2526
port: ${MARQUEZ_ADMIN_PORT}
26-
27+
2728
### DATABASE CONFIG ###
2829
29-
# Enables database configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#database)
30+
# Enables database configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#database)
3031
db:
3132
driverClass: org.postgresql.Driver
3233
url: jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}

0 commit comments

Comments
 (0)