Skip to content

Commit

Permalink
commit b788552
Browse files Browse the repository at this point in the history
Merge: 7b896ef f75616d
Author: Jörn Friedrich Dreyer <[email protected]>
Date:   Thu May 19 07:37:41 2022 +0000

    Merge pull request #3821 from aduffeck/fix-file-uploaded-event

    Fix file uploaded event
  • Loading branch information
butonic committed May 19, 2022
1 parent b75f12e commit 19ba0eb
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 8 deletions.
10 changes: 10 additions & 0 deletions extensions/_includes/adoc/storage-system_configvars.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@
| tcp
| The transport protocol of the http service.

|`STORAGE_SYSTEM_EVENTS_ENDPOINT`
| string
|
| the address of the streaming service

|`STORAGE_SYSTEM_EVENTS_CLUSTER`
| string
|
| the clusterID of the streaming service. Mandatory when using nats

|`OCIS_JWT_SECRET` +
`STORAGE_SYSTEM_JWT_SECRET`
| string
Expand Down
3 changes: 3 additions & 0 deletions extensions/_includes/storage-system-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ grpc:
http:
addr: 127.0.0.1:9216
protocol: tcp
events:
endpoint: ""
cluster: ""
token_manager:
jwt_secret: ""
reva:
Expand Down
2 changes: 2 additions & 0 deletions extensions/_includes/storage-system_configvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
| STORAGE_SYSTEM_GRPC_PROTOCOL | string | tcp | The transport protocol of the grpc service.|
| STORAGE_SYSTEM_HTTP_ADDR | string | 127.0.0.1:9216 | The address of the http service.|
| STORAGE_SYSTEM_HTTP_PROTOCOL | string | tcp | The transport protocol of the http service.|
| STORAGE_SYSTEM_EVENTS_ENDPOINT | string | | the address of the streaming service|
| STORAGE_SYSTEM_EVENTS_CLUSTER | string | | the clusterID of the streaming service. Mandatory when using nats|
| OCIS_JWT_SECRET<br/>STORAGE_SYSTEM_JWT_SECRET | string | | |
| REVA_GATEWAY | string | 127.0.0.1:9142 | |
| OCIS_SYSTEM_USER_API_KEY | string | | |
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/search/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.search.v0"
url: /grpc_apis/ocis_messages_search_v0
date: 2022-05-19T06:55:52Z
date: 2022-05-19T07:39:06Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.settings.v0"
url: /grpc_apis/ocis_messages_settings_v0
date: 2022-05-19T06:55:52Z
date: 2022-05-19T07:39:06Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.store.v0"
url: /grpc_apis/ocis_messages_store_v0
date: 2022-05-19T06:55:52Z
date: 2022-05-19T07:39:06Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.thumbnails.v0"
url: /grpc_apis/ocis_messages_thumbnails_v0
date: 2022-05-19T06:55:52Z
date: 2022-05-19T07:39:06Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/search/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.search.v0"
url: /grpc_apis/ocis_services_search_v0
date: 2022-05-19T06:55:52Z
date: 2022-05-19T07:39:06Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.settings.v0"
url: /grpc_apis/ocis_services_settings_v0
date: 2022-05-19T06:55:52Z
date: 2022-05-19T07:39:06Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.store.v0"
url: /grpc_apis/ocis_services_store_v0
date: 2022-05-19T06:55:52Z
date: 2022-05-19T07:39:06Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.thumbnails.v0"
url: /grpc_apis/ocis_services_thumbnails_v0
date: 2022-05-19T06:55:52Z
date: 2022-05-19T07:39:06Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down

0 comments on commit 19ba0eb

Please sign in to comment.