Skip to content

Commit

Permalink
Add keep_alive_interval to AMI config (gravitational#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim authored Mar 19, 2020
1 parent 9c69f37 commit 09ad24f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/marketplace/files/bin/teleport-generate-config
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ proxy_service:
auth_service:
enabled: yes
public_addr: ${TELEPORT_AUTH_SERVER_LB}:3025
keep_alive_interval: 1m
keep_alive_count_max: 3
listen_addr: 0.0.0.0:3025
authentication:
${AUTHENTICATION_STANZA}
Expand Down Expand Up @@ -255,6 +257,8 @@ teleport:
auth_service:
enabled: yes
keep_alive_interval: 1m
keep_alive_count_max: 3
listen_addr: 0.0.0.0:3025
authentication:
${AUTHENTICATION_STANZA}
Expand Down

0 comments on commit 09ad24f

Please sign in to comment.