Skip to content

feat: document wundergraph/cosmo#1758 #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/router/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1361,9 +1361,10 @@ We support NATS and Kafka as event bus provider.
url: "nats://localhost:4222"
authentication:
token: "token" # or
user_info:
user_info: # or
username: "username"
password: "password"
credentials_file: "/path/to/user.creds"
kafka:
- id: my-kafka
tls:
Expand Down Expand Up @@ -1394,6 +1395,7 @@ We support NATS and Kafka as event bus provider.
| |authentication.user\_info| <Icon icon="square" /> |User-Info based authentication. | |
| |authentication.user\_info.username| <Icon icon="square" /> |Username. | |
| |authentication.user\_info.password| <Icon icon="square" /> |Password. | |
| |authentication.credentials_file | <Icon icon="square" /> |Path to an JWT/NKey credentials file. | |

### Kafka Provider

Expand Down