forked from agntcy/slim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-client.yaml
More file actions
30 lines (27 loc) · 840 Bytes
/
Copy pathexample-client.yaml
File metadata and controls
30 lines (27 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
tracing:
log_level: debug
display_thread_names: true
display_thread_ids: true
runtime:
n_cores: 0
thread_name: "slim-data-plane"
drain_timeout: 10s
services:
slim/0:
dataplane:
clients:
- endpoint: "https://localhost:46357"
# This overrides the server name when connecting to localhost
server_name: "myservice.example.org"
tls:
source:
type: spire
socket_path: unix://tmp/spire-agent/public/api.sock
target_spiffe_id: spiffe://example.org/myservice
ca_source:
type: spire
socket_path: unix://tmp/spire-agent/public/api.sock
trust_domains:
- example.org