Skip to content

Commit

Permalink
commit a0f5c7a
Browse files Browse the repository at this point in the history
Merge: 783eba7 0e8bd0a
Author: Willy Kloucek <34452982+wkloucek@users.noreply.github.com>
Date:   Fri May 20 09:49:43 2022 +0200

    Merge pull request #3838 from wkloucek/storage-systm-user-id-env

    add `OCIS_SYSTEM_USER_ID` environment variable to the storage-system configuration
  • Loading branch information
wkloucek committed May 20, 2022
1 parent 73a1b5c commit 77bc66c
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions extensions/_includes/adoc/storage-system_configvars.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
| 127.0.0.1:9142
|

|`OCIS_SYSTEM_USER_ID`
| string
|
|

|`OCIS_SYSTEM_USER_API_KEY`
| string
|
Expand Down
1 change: 1 addition & 0 deletions extensions/_includes/storage-system_configvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
| 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_ID | string | | |
| OCIS_SYSTEM_USER_API_KEY | string | | |
| STORAGE_SYSTEM_SKIP_USER_GROUPS_IN_TOKEN | bool | false | |
| STORAGE_SYSTEM_DRIVER | string | ocis | The driver which should be used by the service|
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-20T00:52:19Z
date: 2022-05-20T07:51:27Z
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-20T00:52:19Z
date: 2022-05-20T07:51:27Z
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-20T00:52:19Z
date: 2022-05-20T07:51:27Z
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-20T00:52:19Z
date: 2022-05-20T07:51:27Z
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-20T00:52:19Z
date: 2022-05-20T07:51:27Z
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-20T00:52:19Z
date: 2022-05-20T07:51:27Z
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-20T00:52:19Z
date: 2022-05-20T07:51:27Z
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-20T00:52:19Z
date: 2022-05-20T07:51:27Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down

0 comments on commit 77bc66c

Please sign in to comment.