Skip to content

Commit

Permalink
Enable RFC7230_LEGACY http compliance on application connectors by de…
Browse files Browse the repository at this point in the history
…fault (MarquezProject#2524)

Signed-off-by: John Lukenoff <johnlukenoff@asana.com>
Signed-off-by: Xavier-Cliquennois <Xavier-Cliquennois@users.noreply.github.com>
Signed-off-by: Xavier-Cliquennois <xavier.cliquennois@wearegraphite.io>
  • Loading branch information
jlukenoff authored and Xavier-Cliquennois committed Jul 26, 2023
1 parent c58898d commit c615253
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions chart/templates/marquez/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@ metadata:
{{- end }}
data:
### HTTP SERVER CONFIG ###

config.yml: |-
# Enables HTTP server configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#servers)
# Enables HTTP server configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#servers)
server:
applicationConnectors:
- type: http
port: ${MARQUEZ_PORT}
httpCompliance: RFC7230_LEGACY
adminConnectors:
- type: http
port: ${MARQUEZ_ADMIN_PORT}
### DATABASE CONFIG ###
# Enables database configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#database)
# Enables database configuration overrides (see: https://www.dropwizard.io/en/stable/manual/configuration.html#database)
db:
driverClass: org.postgresql.Driver
url: jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
Expand Down

0 comments on commit c615253

Please sign in to comment.