Skip to content

Commit

Permalink
commit 358807f
Browse files Browse the repository at this point in the history
Merge: 202d8dd a319b17
Author: David Christofas <[email protected]>
Date:   Mon Jun 13 13:35:46 2022 +0200

    Merge pull request #3955 from wkloucek/remove-unused-ocs-config-option

    remove unused `OCS_STORAGE_USERS_DRIVER` configuration option
  • Loading branch information
David Christofas committed Jun 13, 2022
1 parent 5b42c2a commit e27197a
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 16 deletions.
6 changes: 0 additions & 6 deletions extensions/_includes/adoc/ocs_configvars.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@
| cs3
|

|`STORAGE_USERS_DRIVER` +
`OCS_STORAGE_USERS_DRIVER`
| string
| ocis
|

|`OCIS_MACHINE_AUTH_API_KEY` +
`OCS_MACHINE_AUTH_API_KEY`
| string
Expand Down
1 change: 0 additions & 1 deletion extensions/_includes/ocs-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ reva:
identity_management:
address: https://localhost:9200
account_backend: cs3
storage_users_driver: ocis
machine_auth_api_key: ""
1 change: 0 additions & 1 deletion extensions/_includes/ocs_configvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
| REVA_GATEWAY | string | 127.0.0.1:9142 | |
| OCIS_URL<br/>OCIS_OIDC_ISSUER<br/>OCS_IDM_ADDRESS | string | https://localhost:9200 | |
| OCS_ACCOUNT_BACKEND_TYPE | string | cs3 | |
| STORAGE_USERS_DRIVER<br/>OCS_STORAGE_USERS_DRIVER | string | ocis | |
| OCIS_MACHINE_AUTH_API_KEY<br/>OCS_MACHINE_AUTH_API_KEY | string | | |
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-06-13T09:14:34Z
date: 2022-06-13T11:37:07Z
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-06-13T09:14:34Z
date: 2022-06-13T11:37:07Z
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-06-13T09:14:34Z
date: 2022-06-13T11:37:07Z
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-06-13T09:14:34Z
date: 2022-06-13T11:37:07Z
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-06-13T09:14:34Z
date: 2022-06-13T11:37:07Z
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-06-13T09:14:34Z
date: 2022-06-13T11:37:07Z
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-06-13T09:14:34Z
date: 2022-06-13T11:37:07Z
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-06-13T09:14:34Z
date: 2022-06-13T11:37:07Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down

0 comments on commit e27197a

Please sign in to comment.