Skip to content

Commit

Permalink
add tls config to configuration example
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe de Carvalho <christophe@archipelo.co>
  • Loading branch information
zaibon committed Aug 21, 2023
1 parent f9397b6 commit 8e94e5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/artifact-cas/configs/samples/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ server:
grpc:
addr: 0.0.0.0:9001
timeout: 1s
grpc:
tls_config:
certificate: "./configs/tls/server.crt"
private_key: "./configs/tls/server.key"
http_metrics:
addr: 0.0.0.0:5001

Expand Down
6 changes: 6 additions & 0 deletions app/controlplane/configs/samples/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
server:
grpc:
tls_config:
certificate: "./configs/tls/server.crt"
private_key: "./configs/tls/server.key"

auth:
# Development credentials for the SSO authentication roundtrip
oauth:
Expand Down

0 comments on commit 8e94e5a

Please sign in to comment.