Skip to content

Commit

Permalink
refactor(ecs): Remove KONG_SSL_CERT and KONG_SSL_CERT_KEY from Portal…
Browse files Browse the repository at this point in the history
… and Control Plane Task Definitions as these aren't needed (#99)

Signed-off-by: Matt Holmes <[email protected]>
  • Loading branch information
mattholmes15 authored Jan 26, 2023
1 parent f8cf50c commit 5c89bb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions templates/ecs/kong_control_plane.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@
"name": "KONG_CLUSTER_CERT_KEY",
"value": "/usr/local/kong/kong_clustering/cluster.key"
},
{
"name": "KONG_SSL_CERT",
"value": "/usr/local/kong/ssl/kong.crt"
},
{
"name": "KONG_SSL_CERT_KEY",
"value": "/usr/local/kong/ssl/kong.key"
},
{
"name": "KONG_ADMIN_LISTEN",
"value": "0.0.0.0:${admin_api_port} ssl"
Expand Down
8 changes: 0 additions & 8 deletions templates/ecs/kong_portal.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@
"name": "KONG_CLUSTER_CERT_KEY",
"value": "/usr/local/kong/kong_clustering/cluster.key"
},
{
"name": "KONG_SSL_CERT",
"value": "/usr/local/kong/ssl/kong.crt"
},
{
"name": "KONG_SSL_CERT_KEY",
"value": "/usr/local/kong/ssl/kong.key"
},
{
"name": "KONG_PORTAL_GUI_LISTEN",
"value": "0.0.0.0:${portal_gui_port} ssl"
Expand Down

0 comments on commit 5c89bb1

Please sign in to comment.