From 5c2896ba49f3e395e04f09a860b17ec14c2a28a1 Mon Sep 17 00:00:00 2001 From: Sean Cribbs Date: Mon, 7 Apr 2025 09:54:57 -0500 Subject: [PATCH] feat: document wundergraph/cosmo#1758 --- docs/router/configuration.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/router/configuration.mdx b/docs/router/configuration.mdx index 94362d37..9091448b 100644 --- a/docs/router/configuration.mdx +++ b/docs/router/configuration.mdx @@ -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: @@ -1394,6 +1395,7 @@ We support NATS and Kafka as event bus provider. | |authentication.user\_info| |User-Info based authentication. | | | |authentication.user\_info.username| |Username. | | | |authentication.user\_info.password| |Password. | | +| |authentication.credentials_file | |Path to an JWT/NKey credentials file. | | ### Kafka Provider