Skip to content

Commit

Permalink
Merge pull request #8417 from owncloud/add_microservices_to_delta
Browse files Browse the repository at this point in the history
[docs-only] Add MICRO_REGISTRY_xxx to the added envars list
  • Loading branch information
mmattel authored Feb 9, 2024
2 parents 5f57740 + 358f3d0 commit 39b0192
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 10 additions & 1 deletion docs/services/general-info/env-var-deltas/4.0.0-5.0.0-added.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@
|===
| Service| Variable| Description| Default

| Available in multiple services
| xref:deployment/services/env-vars-special-scope.adoc[Special Scope Envvars]
| `OCIS_CACHE_DISABLE_PERSISTENCE`
| Disables persistence of the cache. Only applies when store type 'nats-js-kv' is configured.| `false`
|
| `MICRO_REGISTRY` (important change)
| The Go micro registry type to use. Supported types are: 'memory', 'nats-js-kv' (default) and 'kubernetes'. Note that 'nats', 'etcd', 'consul' and 'mdns' are deprecated and will be removed in a later version. Only change on supervision of ownCloud Support.| nats-js-kv
|
| `MICRO_REGISTRY_AUTH_PASSWORD`
| Optional when using nats to authenticate with the nats cluster.|
|
| `MICRO_REGISTRY_AUTH_USERNAME`
| Optional when using nats to authenticate with the nats cluster.|

| xref:{s-path}/antivirus.adoc[antivirus]
| `OCIS_EVENTS_AUTH_USERNAME`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
| File | Variable | Description | Default |
|-----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------|
| ocis-pkg/shared/shared_types.go | `OCIS_CACHE_DISABLE_PERSISTENCE` | Disables persistence of the cache. Only applies when store type 'nats-js-kv' is configured. | `false` |
| ocis-pkg/registry/registry.go | `MICRO_REGISTRY` (important change) | The Go micro registry type to use. Supported types are: 'memory', 'nats-js-kv' (default) and 'kubernetes'. Note that 'nats', 'etcd', 'consul' and 'mdns' are deprecated and will be removed in a later version. Only change on supervision of ownCloud Support. | `nats-js-kv` |
| ocis-pkg/natsjsregistry/registry.go | `MICRO_REGISTRY_AUTH_USERNAME` | Optional when using nats to authenticate with the nats cluster. | |
| | `MICRO_REGISTRY_AUTH_PASSWORD` | Optional when using nats to authenticate with the nats cluster. | |
| services/antivirus/pkg/config/config.go | `OCIS_EVENTS_AUTH_USERNAME` | The username to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services. | |
| | `OCIS_EVENTS_AUTH_PASSWORD` | The password to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services. | |
| | `ANTIVIRUS_ICAP_TIMEOUT` | Scan timeout for the ICAP client. Defaults to '5m' (5 minutes). See the Environment Variable Types description for more details. | |
| | `ANTIVIRUS_ICAP_TIMEOUT` | Scan timeout for the ICAP client. Defaults to '5m' (5 minutes). See the Environment Variable Types description for more details. | |
| services/audit/pkg/config/config.go | `OCIS_EVENTS_AUTH_USERNAME` | The username to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services. | |
| | `OCIS_EVENTS_AUTH_PASSWORD` | The password to authenticate with the events broker. The events broker is the ocis service which receives and delivers events between the services. | |
| services/auth-service/pkg/config/config.go | `OCIS_TRACING_ENABLED;AUTH_SERVICE_TRACING_ENABLED` | Activates tracing. | |
Expand Down

0 comments on commit 39b0192

Please sign in to comment.