Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ release_notes.md
.op
__pycache__
*.test
*.test.exe
compile_out.txt
test_output.txt
45 changes: 45 additions & 0 deletions docs/modules/components/pages/caches/nats_kv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ nats_kv:
user_credentials_file: ./user.creds # No default (optional)
user_jwt: "" # No default (optional)
user_nkey_seed: "" # No default (optional)
user: "" # No default (optional)
password: "" # No default (optional)
token: "" # No default (optional)
```

--
Expand Down Expand Up @@ -113,6 +116,14 @@ the plain text NKey Seed.

https://docs.nats.io/using-nats/developer/connecting/creds[More details^].

=== Token

The `token` field can contain a plain text token string for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/tokens[token-based authentication^].

=== User and password

The `user` and `password` fields can be used for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/username_password[username/password authentication^].

== Fields

=== `urls`
Expand Down Expand Up @@ -406,4 +417,38 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`


=== `auth.user`

An optional plain text user name (given along with the corresponding user password).


*Type*: `string`


=== `auth.password`

An optional plain text password (given along with the corresponding user name).
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


=== `auth.token`

An optional plain text token.
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`



45 changes: 45 additions & 0 deletions docs/modules/components/pages/inputs/nats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ input:
user_credentials_file: ./user.creds # No default (optional)
user_jwt: "" # No default (optional)
user_nkey_seed: "" # No default (optional)
user: "" # No default (optional)
password: "" # No default (optional)
token: "" # No default (optional)
extract_tracing_map: root = @ # No default (optional)
```

Expand Down Expand Up @@ -134,6 +137,14 @@ the plain text NKey Seed.

https://docs.nats.io/using-nats/developer/connecting/creds[More details^].

=== Token

The `token` field can contain a plain text token string for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/tokens[token-based authentication^].

=== User and password

The `user` and `password` fields can be used for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/username_password[username/password authentication^].

== Fields

=== `urls`
Expand Down Expand Up @@ -479,6 +490,40 @@ This field contains sensitive information that usually shouldn't be added to a c



*Type*: `string`


=== `auth.user`

An optional plain text user name (given along with the corresponding user password).


*Type*: `string`


=== `auth.password`

An optional plain text password (given along with the corresponding user name).
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


=== `auth.token`

An optional plain text token.
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


Expand Down
45 changes: 45 additions & 0 deletions docs/modules/components/pages/inputs/nats_jetstream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ input:
user_credentials_file: ./user.creds # No default (optional)
user_jwt: "" # No default (optional)
user_nkey_seed: "" # No default (optional)
user: "" # No default (optional)
password: "" # No default (optional)
token: "" # No default (optional)
extract_tracing_map: root = @ # No default (optional)
```

Expand Down Expand Up @@ -150,6 +153,14 @@ the plain text NKey Seed.

https://docs.nats.io/using-nats/developer/connecting/creds[More details^].

=== Token

The `token` field can contain a plain text token string for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/tokens[token-based authentication^].

=== User and password

The `user` and `password` fields can be used for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/username_password[username/password authentication^].

== Fields

=== `urls`
Expand Down Expand Up @@ -527,6 +538,40 @@ This field contains sensitive information that usually shouldn't be added to a c



*Type*: `string`


=== `auth.user`

An optional plain text user name (given along with the corresponding user password).


*Type*: `string`


=== `auth.password`

An optional plain text password (given along with the corresponding user name).
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


=== `auth.token`

An optional plain text token.
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


Expand Down
45 changes: 45 additions & 0 deletions docs/modules/components/pages/inputs/nats_kv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ input:
user_credentials_file: ./user.creds # No default (optional)
user_jwt: "" # No default (optional)
user_nkey_seed: "" # No default (optional)
user: "" # No default (optional)
password: "" # No default (optional)
token: "" # No default (optional)
```

--
Expand Down Expand Up @@ -135,6 +138,14 @@ the plain text NKey Seed.

https://docs.nats.io/using-nats/developer/connecting/creds[More details^].

=== Token

The `token` field can contain a plain text token string for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/tokens[token-based authentication^].

=== User and password

The `user` and `password` fields can be used for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/username_password[username/password authentication^].

== Fields

=== `urls`
Expand Down Expand Up @@ -485,4 +496,38 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`


=== `auth.user`

An optional plain text user name (given along with the corresponding user password).


*Type*: `string`


=== `auth.password`

An optional plain text password (given along with the corresponding user name).
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


=== `auth.token`

An optional plain text token.
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`



45 changes: 45 additions & 0 deletions docs/modules/components/pages/inputs/nats_stream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ input:
user_credentials_file: ./user.creds # No default (optional)
user_jwt: "" # No default (optional)
user_nkey_seed: "" # No default (optional)
user: "" # No default (optional)
password: "" # No default (optional)
token: "" # No default (optional)
extract_tracing_map: root = @ # No default (optional)
```

Expand Down Expand Up @@ -138,6 +141,14 @@ the plain text NKey Seed.

https://docs.nats.io/using-nats/developer/connecting/creds[More details^].

=== Token

The `token` field can contain a plain text token string for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/tokens[token-based authentication^].

=== User and password

The `user` and `password` fields can be used for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/username_password[username/password authentication^].

== Fields

=== `urls`
Expand Down Expand Up @@ -494,6 +505,40 @@ This field contains sensitive information that usually shouldn't be added to a c



*Type*: `string`


=== `auth.user`

An optional plain text user name (given along with the corresponding user password).


*Type*: `string`


=== `auth.password`

An optional plain text password (given along with the corresponding user name).
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


=== `auth.token`

An optional plain text token.
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


Expand Down
45 changes: 45 additions & 0 deletions docs/modules/components/pages/outputs/nats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ output:
user_credentials_file: ./user.creds # No default (optional)
user_jwt: "" # No default (optional)
user_nkey_seed: "" # No default (optional)
user: "" # No default (optional)
password: "" # No default (optional)
token: "" # No default (optional)
inject_tracing_map: meta = @.merge(this) # No default (optional)
```

Expand Down Expand Up @@ -126,6 +129,14 @@ the plain text NKey Seed.

https://docs.nats.io/using-nats/developer/connecting/creds[More details^].

=== Token

The `token` field can contain a plain text token string for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/tokens[token-based authentication^].

=== User and password

The `user` and `password` fields can be used for https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro/username_password[username/password authentication^].

== Fields

=== `urls`
Expand Down Expand Up @@ -494,6 +505,40 @@ This field contains sensitive information that usually shouldn't be added to a c



*Type*: `string`


=== `auth.user`

An optional plain text user name (given along with the corresponding user password).


*Type*: `string`


=== `auth.password`

An optional plain text password (given along with the corresponding user name).
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


=== `auth.token`

An optional plain text token.
[CAUTION]
====
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
====



*Type*: `string`


Expand Down
Loading
Loading