Skip to content

Commit f54bcc1

Browse files
committed
Revert "switch to http by default"
This reverts commit 8fe6888.
1 parent 8fe6888 commit f54bcc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/examples/basic/main.tf.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ locals {
77
############################ Core configuration ###########################
88

99
# The URL for the Defguard Core. This is the URL under which the Defguard Core should be accessible.
10-
core_url = "http://defguard.example.com:8000"
10+
core_url = "https://defguard.example.com"
1111

1212
# The gRPC port for the Defguard Core. This is the port that the core will use to communicate with Defguard Gateways.
1313
core_grpc_port = 50055
@@ -17,7 +17,7 @@ locals {
1717

1818
# Whether to allow insecure cookies for the Defguard Core web UI. Set to true if you
1919
# are using HTTP to access the Defguard Core web UI.
20-
core_cookie_insecure = true
20+
core_cookie_insecure = false
2121

2222
# The initial password for the "admin" user. Use it to login to the Defguard Core web UI for the first time.
2323
default_admin_password = "pass123"
@@ -36,7 +36,7 @@ locals {
3636
########################### Proxy configuration ###########################
3737

3838
# The URL for the Defguard Proxy. This is the URL under which the Defguard Proxy should be accessible.
39-
proxy_url = "http://proxy.example.com:8000"
39+
proxy_url = "https://proxy.example.com"
4040

4141
# The gRPC port for the Defguard Proxy. This is the port that the proxy will use to communicate with the Defguard Core.
4242
proxy_grpc_port = 50051

0 commit comments

Comments
 (0)