Skip to content

Commit 5c2896b

Browse files
committed
feat: document wundergraph/cosmo#1758
1 parent c99bd44 commit 5c2896b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/router/configuration.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,9 +1361,10 @@ We support NATS and Kafka as event bus provider.
13611361
url: "nats://localhost:4222"
13621362
authentication:
13631363
token: "token" # or
1364-
user_info:
1364+
user_info: # or
13651365
username: "username"
13661366
password: "password"
1367+
credentials_file: "/path/to/user.creds"
13671368
kafka:
13681369
- id: my-kafka
13691370
tls:
@@ -1394,6 +1395,7 @@ We support NATS and Kafka as event bus provider.
13941395
| |authentication.user\_info| <Icon icon="square" /> |User-Info based authentication. | |
13951396
| |authentication.user\_info.username| <Icon icon="square" /> |Username. | |
13961397
| |authentication.user\_info.password| <Icon icon="square" /> |Password. | |
1398+
| |authentication.credentials_file | <Icon icon="square" /> |Path to an JWT/NKey credentials file. | |
13971399

13981400
### Kafka Provider
13991401

0 commit comments

Comments
 (0)