File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1361,9 +1361,10 @@ We support NATS and Kafka as event bus provider.
1361
1361
url: "nats://localhost:4222"
1362
1362
authentication:
1363
1363
token: "token" # or
1364
- user_info:
1364
+ user_info: # or
1365
1365
username: "username"
1366
1366
password: "password"
1367
+ credentials_file: "/path/to/user.creds"
1367
1368
kafka:
1368
1369
- id: my-kafka
1369
1370
tls:
@@ -1394,6 +1395,7 @@ We support NATS and Kafka as event bus provider.
1394
1395
| |authentication.user\_info| <Icon icon="square" /> |User-Info based authentication. | |
1395
1396
| |authentication.user\_info.username| <Icon icon="square" /> |Username. | |
1396
1397
| |authentication.user\_info.password| <Icon icon="square" /> |Password. | |
1398
+ | |authentication.credentials_file | <Icon icon="square" /> |Path to an JWT/NKey credentials file. | |
1397
1399
1398
1400
# ## Kafka Provider
1399
1401
You can’t perform that action at this time.
0 commit comments