Skip to content

Commit 7e705fc

Browse files
testing out cloudfront/https integration
1 parent 2440131 commit 7e705fc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

coder-admin/coder-core-values-v2.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ coder:
1111
- name: CODER_WILDCARD_ACCESS_URL
1212
value: "*.a93acca9b94ef42578c06f113341ae95-8f14f6f24a7cea15.elb.us-east-2.amazonaws.com"
1313
# - name: CODER_HTTP_ADDRESS
14-
# value: "0.0.0.0:80"
14+
# value: "127.0.0.1:80"
1515
# - name: CODER_TLS_ADDRESS
1616
# value: "0.0.0.0:443"
1717
- name: CODER_PG_CONNECTION_URL
@@ -23,6 +23,10 @@ coder:
2323
value: "false"
2424
- name: CODER_SWAGGER_ENABLE
2525
value: "true"
26+
- name: CODER_TLS_REDIRECT_HTTP_TO_HTTPS
27+
value: "false"
28+
- name: CODER_TLS_ENABLE
29+
value: "false"
2630
- name: CODER_REDIRECT_TO_ACCESS_URL
2731
value: "false"
2832

coder-admin/deploy2eks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ aws eks create-pod-identity-association \
6767
--role-arn arn:aws:iam::<aws account>:role/gtc-coder-ec2-workspace-eks-role
6868

6969
# TODO: Need to add step to create Cloudfront distribution in front of K8S Loadbalancer to support easy https/SSL connection to workspaces + code-server
70+
# Current test CF Endpoint - https://d1wpz86e557hjj.cloudfront.net/

0 commit comments

Comments
 (0)