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