Commit Graph

63 Commits

Author SHA1 Message Date
Willy Kloucek
693857e6b3 improve debugability of deployment examples 2022-11-16 16:56:59 +01:00
Willy Kloucek
e69d2e9a06 update deployment examples, especially the wopi example 2022-10-07 09:50:06 +02:00
David Christofas
3babaf1a4d remove the graph-explorer servier from ocis (#4733) 2022-10-04 15:55:30 +02:00
Ralf Haferkamp
5d121b4bad Do not start auth-bearer service by default
The auth-bearer service is currently not needed by ocis. Reva tookens
for oidc authenticated clients are currently minted via the auth-machine
service.  This commit does not completely remove the service as we shoud
consider to rework the proxy's oidc middleware to use the auth-bearer
service in the future (see #4701)

Fixes: #4692
2022-09-28 12:11:06 +02:00
Willy Kloucek
205f87f987 adapt deployment examples 2022-08-05 14:12:08 +02:00
Christian Richter
f8f1320501 refactor extensions -> services
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-27 14:05:36 +02:00
Willy Kloucek
b1010b5883 simplify and fix ldap configuration 2022-06-15 09:59:19 +02:00
David Christofas
287dc62fcf disable color logging in deployment examples 2022-06-09 10:34:32 +02:00
Christian Richter
e01cdb0590 bump traefik in example deployments
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-02 12:32:07 +02:00
Ralf Haferkamp
24178e381b Fix inconsistent env var naming for LDAP filter configuration
There was a naming inconsitency for the enviroment variables used to define
LDAP filters for user and groups queries. Some services used `LDAP_USER_FILTER`
while others used `LDAP_USERFILTER`. This is now changed to use `LDAP_USER_FILTER`
and `LDAP_GROUP_FILTER`

Closes: #3890
2022-06-01 15:35:08 +02:00
Willy Kloucek
28c037542f remove temporary GRAPH_LDAP_INSECURE workaround after fix in https://github.com/owncloud/ocis/pull/3888 2022-05-31 09:51:17 +02:00
Saw-jan
0eb19fcf6a added LDAP_GROUP_BASE_DN and LDAP_USER_BASE_DN envs needed for parallel deployment tests 2022-05-25 12:42:57 +05:45
Saw-jan
ed79a20905 enclose boolean with string in docker-compose env 2022-05-19 16:50:10 +05:45
Willy Kloucek
fced29a6be update deployments proxy config 2022-05-19 07:56:41 +02:00
Willy Kloucek
57c0de334d workaround ldaps insecure bind for graph https://github.com/owncloud/ocis/issues/3812 2022-05-17 16:44:22 +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
Willy Kloucek
10c956121a Revert "bring back uid,mail as login attributes"
This reverts commit 17a97f48cd.
2022-05-09 11:35:25 +02:00
Willy Kloucek
17a97f48cd bring back uid,mail as login attributes 2022-05-09 11:21:27 +02:00
Willy Kloucek
5c1ffb5038 adapt proxy config and remove uneeded config 2022-05-07 14:03:42 +02:00
Willy Kloucek
6b5447ef7b remove unused entrypoint script 2022-05-06 12:57:54 +02:00
Willy Kloucek
dfafcb9664 update proxy config 2022-05-06 12:50:38 +02:00
Willy Kloucek
4a9d0f297f update proxy conf 2022-05-06 09:27:39 +02:00
Willy Kloucek
d2de2a775d add OCIS_OIDC_ISSUER config env 2022-05-05 15:45:22 +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
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
Phil Davis
b3aff31466 Various grammar and typos 2022-04-19 20:47:37 +05:45
Michael Barz
9a68be7a64 sql share driver has been renamed 2022-04-15 00:01:02 +02:00
Ralf Haferkamp
91a0301ea0 Adapt deployment examples for new LDAP config 2022-04-11 18:17:21 +02:00
Michael Barz
3c2bb52228 adopt demo deployment config 2022-04-09 16:17:03 +02:00
Willy Kloucek
a81ba03d55 switch deployment examples to yaml config 2022-03-28 12:54:28 +02:00
Willy Kloucek
c68cf322c9 switch to keycloak legacy (Wildfly) for deployment examples 2022-02-22 12:21:19 +01:00
kobergj
889a42c964 [full-ci] Events (#3146)
* initial events draft

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

* start nats server with ocis

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

* use feature reva and add config

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

* remove unneeded files

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

* edge reva and fix pipeline

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

* configure nats server via ocis

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

* update expected failures

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

* add nats to parallel deployment

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

* more expected failures

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

* use NATS instead of cp SETTINGS

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

* remove more configuration options

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-02-11 17:14:48 +01:00
Saw-jan
dea3535537 stringify the boolean value 2022-02-08 15:34:46 +05:45
Willy Kloucek
1a3de22448 make testing for the parallel deployment optional and introduce the basic auth option for all supported deployments 2022-02-08 10:16:49 +01:00
Saw-jan
2417f29f7b update docker-compose for running tests 2022-02-08 12:00:06 +05:45
Willy Kloucek
322be13ee7 remove the owncloud storage driver 2022-02-01 11:16:18 +01:00
Willy Kloucek
f681f91abd start only needed services and set up sharing driver 2022-01-31 09:58:36 +01:00
Willy Kloucek
6927cfd0dc remove unused templates 2022-01-13 11:32:32 +01:00
Willy Kloucek
182712b223 fix tracing config 2022-01-13 08:13:14 +01:00
Willy Kloucek
a99f20f8b0 fix traefik basic auth defaul 2022-01-03 07:49:23 +01:00
Willy Kloucek
6d8517db75 add all demo users to the parallel deployment example 2021-11-25 14:14:23 +01:00
Willy Kloucek
09412992fe fix typo in debug settings and use unused port for debug 2021-11-25 10:40:51 +01:00
Willy Kloucek
0e13b0668f expose debug ports for monitoring in docker-compose-additions for deployment examples 2021-11-24 14:15:00 +01:00
A.Unger
846df226de Merge branch 'master' into try-gookikt-config 2021-11-19 09:28:34 +01:00
Willy Kloucek
376661f2f9 change PR reference to openidconnect app release version 2021-11-18 08:24:16 +01:00
A.Unger
9b8c3838e8 Merge branch 'master' into try-gookikt-config 2021-11-11 13:04:38 +01:00
David Christofas
cd99845557 Merge pull request #2745 from owncloud/insecure-options
make all insecure options configurable and change the default to false
2021-11-10 17:49:15 +01:00
Willy Kloucek
6590565a2f introduce OCIS_INSECURE option 2021-11-10 16:55:12 +01:00
Willy Kloucek
a6b2ea9895 set insecure options on deployment examples 2021-11-10 16:23:37 +01:00