Skip to content

Commit

Permalink
Merge pull request #6022 from kobergj/ConfigureGRPCInOCS
Browse files Browse the repository at this point in the history
Fix Panic in OCS service
  • Loading branch information
kobergj committed Apr 6, 2023
1 parent c8243a1 commit b2325a5
Show file tree
Hide file tree
Showing 27 changed files with 78 additions and 76 deletions.
100 changes: 50 additions & 50 deletions services/_includes/adoc/global_configvars.adoc

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions services/_includes/ocs-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ http:
enabled: false
cert: ""
key: ""
grpc_client_tls: null
token_manager:
jwt_secret: ""
2 changes: 1 addition & 1 deletion services/antivirus/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Antivirus Service
date: 2023-04-06T09:52:41.788609525Z
date: 2023-04-06T10:06:21.690696697Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/antivirus
Expand Down
2 changes: 1 addition & 1 deletion services/audit/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Audit service
date: 2023-04-06T09:52:41.788786106Z
date: 2023-04-06T10:06:21.69093663Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/audit
Expand Down
2 changes: 1 addition & 1 deletion services/auth-basic/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Auth-Basic Service
date: 2023-04-06T09:52:41.788879882Z
date: 2023-04-06T10:06:21.691072636Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/auth-basic
Expand Down
2 changes: 1 addition & 1 deletion services/auth-bearer/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Auth-Bearer Service
date: 2023-04-06T09:52:41.788986472Z
date: 2023-04-06T10:06:21.691226998Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/auth-bearer
Expand Down
2 changes: 1 addition & 1 deletion services/eventhistory/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Eventhistory Service
date: 2023-04-06T09:52:41.789069528Z
date: 2023-04-06T10:06:21.691370068Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/eventhistory
Expand Down
2 changes: 1 addition & 1 deletion services/frontend/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Frontend Service
date: 2023-04-06T09:52:41.789161661Z
date: 2023-04-06T10:06:21.691496206Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/frontend
Expand Down
2 changes: 1 addition & 1 deletion services/gateway/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Gateway Service
date: 2023-04-06T09:52:41.789303697Z
date: 2023-04-06T10:06:21.691630219Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/gateway
Expand Down
5 changes: 3 additions & 2 deletions services/graph/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Graph service
date: 2023-04-06T09:52:41.789425215Z
date: 2023-04-06T10:06:21.691783369Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/graph
Expand All @@ -27,7 +27,8 @@ Using the API, you can manually filter like for users. See the [Libre Graph API]

The following image gives an overview of the scenario when a client requests to list available spaces the user has access to. To do so, the client is directed with his request automatically via the proxy service to the graph service.
<!-- referencing: https://github.com/owncloud/ocis/pull/3816 ([docs-only] add client protocol overview) -->
<img src="https://github.com/owncloud/ocis/blob/master/services/graph/images/mermaid-graph.svg" width="500" />
<!-- The image source needs to be the raw source !! -->
<img src="https://raw.githubusercontent.com/owncloud/ocis/master/services/graph/images/mermaid-graph.svg" width="500" />

## Caching

Expand Down
2 changes: 1 addition & 1 deletion services/idm/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Idm
date: 2023-04-06T09:52:41.789511397Z
date: 2023-04-06T10:06:21.691920066Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/idm
Expand Down
2 changes: 1 addition & 1 deletion services/idp/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: IDP Service
date: 2023-04-06T09:52:41.789604171Z
date: 2023-04-06T10:06:21.692041315Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/idp
Expand Down
2 changes: 1 addition & 1 deletion services/invitations/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Invitations Service
date: 2023-04-06T09:52:41.789706002Z
date: 2023-04-06T10:06:21.692173003Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/invitations
Expand Down
2 changes: 1 addition & 1 deletion services/nats/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Nats Service
date: 2023-04-06T09:52:41.78980649Z
date: 2023-04-06T10:06:21.692304882Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/nats
Expand Down
2 changes: 1 addition & 1 deletion services/notifications/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Notification service
date: 2023-04-06T09:52:41.789909573Z
date: 2023-04-06T10:06:21.692444285Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/notifications
Expand Down
2 changes: 1 addition & 1 deletion services/ocs/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: OCS Service
date: 2023-04-06T09:52:41.789996987Z
date: 2023-04-06T10:06:21.692581564Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/ocs
Expand Down
2 changes: 1 addition & 1 deletion services/policies/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Policies Service
date: 2023-04-06T09:52:41.790134164Z
date: 2023-04-06T10:06:21.692766874Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/policies
Expand Down
2 changes: 1 addition & 1 deletion services/postprocessing/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Postprocessing Service
date: 2023-04-06T09:52:41.790321505Z
date: 2023-04-06T10:06:21.692959357Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/postprocessing
Expand Down
2 changes: 1 addition & 1 deletion services/proxy/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Proxy Service
date: 2023-04-06T09:52:41.790493939Z
date: 2023-04-06T10:06:21.693158444Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/proxy
Expand Down
2 changes: 1 addition & 1 deletion services/search/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Search Service
date: 2023-04-06T09:52:41.790632539Z
date: 2023-04-06T10:06:21.693378758Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/search
Expand Down
2 changes: 1 addition & 1 deletion services/storage-system/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Storage-System Service
date: 2023-04-06T09:52:41.790784774Z
date: 2023-04-06T10:06:21.69355966Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/storage-system
Expand Down
2 changes: 1 addition & 1 deletion services/storage-users/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Storage-Users Service
date: 2023-04-06T09:52:41.79090483Z
date: 2023-04-06T10:06:21.693744559Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/storage-users
Expand Down
2 changes: 1 addition & 1 deletion services/thumbnails/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Thumbnails Service
date: 2023-04-06T09:52:41.791023161Z
date: 2023-04-06T10:06:21.693916252Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/thumbnails
Expand Down
2 changes: 1 addition & 1 deletion services/userlog/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Userlog Service
date: 2023-04-06T09:52:41.791148456Z
date: 2023-04-06T10:06:21.694177046Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/userlog
Expand Down
2 changes: 1 addition & 1 deletion services/web/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Web Service
date: 2023-04-06T09:52:41.791248924Z
date: 2023-04-06T10:06:21.694330204Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/web
Expand Down
2 changes: 1 addition & 1 deletion services/webdav/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Webdav Service
date: 2023-04-06T09:52:41.79134787Z
date: 2023-04-06T10:06:21.694482292Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/webdav
Expand Down
2 changes: 1 addition & 1 deletion services/webfinger/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Webfinger Service
date: 2023-04-06T09:52:41.791474908Z
date: 2023-04-06T10:06:21.694645349Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/webfinger
Expand Down

0 comments on commit b2325a5

Please sign in to comment.