Skip to content

Commit

Permalink
ci: move the certificates to /t/certs/
Browse files Browse the repository at this point in the history
Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
  • Loading branch information
Sn0rt committed May 4, 2023
1 parent 9001580 commit 25b16e2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ci/pod/docker-compose.plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ services:
container_name: vector
volumes:
- ./ci/pod/vector:/etc/vector/
- ./t/certs:/certs
ports:
- '3000:3000'
- '43000:43000'
Expand Down
6 changes: 3 additions & 3 deletions ci/pod/vector/vector.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ mode = "tcp"
port_key = "port"
tls.enabled = true
tls.verify = true
tls.ca_file = "/etc/vector/vector_logs_ca.crt"
tls.crt_file = "/etc/vector/vector_logs_server.crt"
tls.key_file = "/etc/vector/vector_logs_server.key"
tls.ca_file = "/certs/vector_logs_ca.crt"
tls.crt_file = "/certs/vector_logs_server.crt"
tls.key_file = "/certs/vector_logs_server.key"

[sinks.log-2-console]
inputs = [ "log-from-tcp", "log-from-tls" ]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 25b16e2

Please sign in to comment.