Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Maia Iyer <[email protected]>

Co-authored-by: Mariusz Sabath <[email protected]>
  • Loading branch information
maia-iyer and mrsabath authored Jul 10, 2023
1 parent 458171f commit 2591155
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf/agent/base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ server {

# [required] configure HTTP connection to Tornjak server
http {
port = 10080 # opens at port 10000
port = 10080 # opens at port 10080
}

}
Expand Down
6 changes: 3 additions & 3 deletions docs/config-tornjak-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ server {
spire_socket_path = "unix:///tmp/spire-server/private/api.sock" # socket to communicate with SPIRE server
http { # required block
port = 10080 # if HTTP enabled, opens HTTP listen port at container port 10000
port = 10080 # if HTTP enabled, opens HTTP listen port at container port 10080
}
https {
port = 10443 # if enabled, opens TLS listen port at container port 20000
port = 10443 # if enabled, opens HTTPS listen port at container port 10443
cert = "sample-keys/tls.pem" # path of certificate for TLS
key = "sample-keys/key.pem" # path of keys for TLS
ca = "sample-keys/rootCA.pem"
ca = "sample-keys/userCA.pem" # [optional, enables mTLS] User CA
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/tornjak-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data:
# configure HTTP connection to Tornjak server
http {
port = 10080 # opens at port 10000
port = 10080 # opens at port 10080
}
}
Expand Down

0 comments on commit 2591155

Please sign in to comment.