Commit Graph

420 Commits

Author SHA1 Message Date
Ralf Haferkamp ca5952fe34 Improve LDAP CA cert check
The check was still racy as it could return early if the cert file
exists but was not fully written yet.
2022-06-23 15:38:08 +02:00
Michael Barz 30e924bcdf prepare release, bump version 2022-06-22 12:01:41 +02:00
Jörn Friedrich Dreyer 9cc450fec5 update reva to v2.5.2-0.20220616180355-84264e82e451
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-16 18:05:10 +00:00
Willy Kloucek 444ffa5e75 add more configuration descriptions 2022-06-14 14:58:27 +02:00
Willy Kloucek 7bc96443f6 unify log and tracing descriptions 2022-06-14 11:48:46 +02:00
Willy Kloucek 61e89ea48f fix tracing collecotr and endpoint descriptions 2022-06-14 10:57:36 +02:00
Willy Kloucek 751b90f332 add more config option documentation 2022-06-13 15:45:24 +02:00
Benedikt Kulmann 5c38d7ce75 Prepare release v2.0.0-beta.3 2022-06-08 14:58:21 +02:00
Willy Kloucek 27b2fbe7e0 fix configuration validation for extensions' server commands 2022-06-02 09:57:45 +02:00
Willy Kloucek 88830425cc allow overwriting a default value by setting an empty envirionment variable 2022-05-30 16:19:54 +02:00
Michael Barz cdcf1749f9 prepare release, bump version 2022-05-25 12:56:01 +02:00
Michael Barz efd6619ce2 add latest released version to codebase 2022-05-23 11:04:38 +02:00
Michael Barz 7c6aecc8a2 parse legacy version too 2022-05-23 11:04:38 +02:00
Michael Barz a8b6c53dd9 fix version for legacy clients 2022-05-23 11:04:36 +02:00
Jörn Friedrich Dreyer 49cac99664 Merge pull request #3833 from wkloucek/registry-cache
introduce service registry cache
2022-05-19 12:25:13 +00:00
Pascal Wengerter 133682e6b9 Add formatting results 2022-05-19 10:36:23 +02:00
Willy Kloucek b596d1d506 introduce service registry cache 2022-05-19 09:57:34 +02:00
Jörn Friedrich Dreyer acab143050 use command -v instead of which
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-13 11:16:40 +00:00
Ralf Haferkamp 0fa5dcadb0 remove unused ocis-pkg/metadata_storaga/ module 2022-05-11 15:29:34 +02:00
Ralf Haferkamp 9c66eed29d Remove ocis-pkg/indexer it has been moved to reva a while ago 2022-05-11 15:29:34 +02:00
Ralf Haferkamp d25aa7b20f Remove "accounts" service 2022-05-11 15:29:34 +02:00
Ralf Haferkamp 5ba1b8f2c1 Remove "glauth" service
The "glauth" service is no longer used. After we switched to
libregraph/idm.
2022-05-11 15:29:34 +02:00
Michael Barz f6e2f46ebb Exit when encountering config parsing errors 2022-05-09 11:49:15 +02:00
Michael Barz 071db57f14 bump core commitID 2022-05-07 22:24:41 +02:00
Michael Barz 5f0c635f92 make status values configurable 2022-05-07 15:40:51 +02:00
Jörn Friedrich Dreyer 51e1aa2978 rename users and groups extensions
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-05 09:14:27 +00:00
Michael Barz 20e687f094 fix naming in error message 2022-05-04 17:36:43 +02:00
Michael Barz 4b71cd40af Merge pull request #3678 from owncloud/v2
Update ocis packages and imports to V2
2022-05-04 16:36:01 +02:00
kobergj eb59d2291e MachineAuthAPIKey -> SystemUserAPIKey (#3672)
* split machineauthapikey and systemuserapikey

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* changelog

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* specific errors and some reverts

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* use correct machine auth api key

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 15:48:02 +02:00
Michael Barz 5ab09764aa Change ocis package in reflect test 2022-05-04 15:29:30 +02:00
Michael Barz 189987bcbd Bump major version to v2 2022-05-04 14:49:59 +02:00
Ralf Haferkamp d6bf26c744 Rename ADMIN_USER_ID env var to OCIS_ADMIN_USER_ID
Also let the top-level ocis config validator error out if admin_user_id
is unset at start.
2022-05-04 12:42:28 +02:00
Ralf Haferkamp 7ef205d232 Get rid of hardcoded admin user uuid
The UUID is generated by `ocs init` now and stored in the config file.
To avoid that every ocis install uses the same UUID

Closes: #3524
2022-05-04 12:42:28 +02:00
Christian Richter 55d28f45c6 Merge pull request #3670 from owncloud/yaml-underscores
make yaml tags always use underscore
2022-05-04 12:28:03 +02:00
kobergj 5346299e6d MetadataUserID -> SystemUserID (#3671)
* replace MetadataUserID with SystemUserID

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* the missing change

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* changelog

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-04 11:41:37 +02:00
Jörn Friedrich Dreyer edd3adcf1d make yaml tags always use underscore
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 08:54:46 +00:00
Jörn Friedrich Dreyer 565548ebce storage-metadata -> storage-system
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 08:14:13 +00:00
Jörn Friedrich Dreyer 449a0169f6 approvider -> app-provider
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-04 06:39:28 +00:00
Willy Kloucek 26a92f2bad add app-registry service 2022-05-03 15:12:35 +02:00
Willy Kloucek 977c4fd9e9 ensure commands for all services 2022-05-03 15:12:34 +02:00
Willy Kloucek ef6d32a12a remove extensions/storage leftovers 2022-05-03 15:12:34 +02:00
Jörn Friedrich Dreyer 1c8b353d44 Merge pull request #3635 from aduffeck/search
Add initial version of the search extension
2022-05-02 19:25:07 +02:00
Michael Barz b08eb44c5b fix env variable for metadata user ID 2022-05-02 17:44:21 +02:00
Jörn Friedrich Dreyer bfc8196ac2 Merge branch 'master' into search
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-02 13:43:24 +00:00
Jörn Friedrich Dreyer 398caeed2c Merge pull request #3602 from owncloud/metadata-gateway
introduce metadata gateway
2022-05-02 15:16:27 +02:00
Jörn Friedrich Dreyer f88c000bac generate metadata user id
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-02 12:36:30 +00:00
Jörn Friedrich Dreyer 0642a5e0ca Align service naming (#3606)
* use configured names as service names in ocis runtime

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add changelog

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* correct service names for group and storage-shares

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use correct service names in .drone.star

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* align ocis-pkg/config/config.go

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-05-02 12:44:21 +02:00
Willy Kloucek 1cdb81bd3e add fixes from review 2022-04-29 16:10:21 +02:00
Christian Richter 59c96413d9 beautify error messages
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-04-29 13:45:12 +02:00
Willy Kloucek 4ff313b0a5 check for more secrets need to be set 2022-04-29 13:07:25 +02:00