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
|`BUCKET`|**Required**: The name of an existing NATS Kv Store. Additional links could be added if access to more Kv stores is needed; the buckets could be referenced by their respective `link_names` (please see the Rust **_keyvalue-messaging_** example for a comprehensive demonstration of this approach). |
22
-
|`CLUSTER_URI`| NATS cluster connection URI. If not specified, the default is `nats://0.0.0.0:4222`|
23
-
|`JS_DOMAIN`| Optional NATS Jetstream domain to connect to. |
24
-
|`TLS_CA_FILE`| Alternatively, the path qualified name of the CA public key could be provided. If both are provided, the `TLS_CA` will be used. |
25
-
|`ENABLE_BUCKET_AUTO_CREATE`| Enable automatic creation of buckets when links are established. If a bucket cannot be created, a warning is produced. |
21
+
|`bucket`|**Required**: The name of an existing NATS Kv Store. Additional links could be added if access to more Kv stores is needed; the buckets could be referenced by their respective `link_names` (please see the Rust **_keyvalue-messaging_** example for a comprehensive demonstration of this approach). |
22
+
|`cluster_uri`| NATS cluster connection URI. If not specified, the default is `nats://0.0.0.0:4222`|
23
+
|`js_domain`| Optional NATS Jetstream domain to connect to. |
24
+
|`tls_ca_file`| Alternatively, the path qualified name of the CA public key could be provided. If both are provided, the `tls_ca` will be used. |
25
+
|`enable_bucket_auto_create`| Enable automatic creation of buckets when links are established. If a bucket cannot be created, a warning is produced. |
26
26
27
27
## Link Definition Secret Settings
28
28
29
29
While the provider supports receiving the following values via configuration (similar to values outlined in the configuration section above), the values below are _sensitive_, and thus _should_ be configured via link-time secrets.
0 commit comments