You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,15 @@ provider "jetstream" {
93
93
94
94
### Argument Reference
95
95
96
-
*`servers` - Comma separated list of servers to connect to
97
-
*`credentials` - (optional) path to the credentials file to use
98
-
*`credential_data` - (optional) the credentials as a string
96
+
*`servers` - The list of servers to connect to in a comma seperated list
97
+
*`credentials` - (optional) Fully Qualified Path to a file holding NATS credentials.
98
+
*`credential_data` - (optional) The NATS credentials as a string, intended to use with data providers.
99
+
*`user` - (optional) Connects using a username, when no password is set this is assumed to be a Token.
100
+
*`password` - (optional) Connects using a password
101
+
*`nkey` - (optional) Connects using an nkey stored in a file
102
+
*`tls.ca_file` - (optional) Fully Qualified Path to a file containing Root CA (PEM format). Use when the server has certs signed by an unknown authority.
103
+
*`tls.ca_file_data` - (optional) The Root CA PEM as a string, intended to use with data providers. Use when the server has certs signed by an unknown authority.
*`servers` - The list of servers to connect to in a comma seperated list
38
38
*`credentials` - (optional) Fully Qualified Path to a file holding NATS credentials.
39
39
*`credential_data` - (optional) The NATS credentials as a string, intended to use with data providers.
40
+
*`user` - (optional) Connects using a username, when no password is set this is assumed to be a Token.
41
+
*`password` - (optional) Connects using a password
42
+
*`nkey` - (optional) Connects using an nkey stored in a file
40
43
*`tls.ca_file` - (optional) Fully Qualified Path to a file containing Root CA (PEM format). Use when the server has certs signed by an unknown authority.
41
44
*`tls.ca_file_data` - (optional) The Root CA PEM as a string, intended to use with data providers. Use when the server has certs signed by an unknown authority.
0 commit comments