Commit Graph

29 Commits

Author SHA1 Message Date
Willy Kloucek 4ce815453f update and simplify monitoring settings 2022-11-29 09:12:36 +01:00
Ralf Haferkamp 006738b23d Fix config and sample groups for LDAP deployment example
The setup was configured to use a mix of the 'groupOfNames' and
'groupOfUniqueNames' objectclasses/attributetypes for groups. This
aligns the configuration and sample data to use just'groupOfNames'.

Closes: #5085
2022-11-23 12:30:02 +01:00
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
Michael Barz c5b00a645d fix ocis_ldap admin user 2022-07-20 09:44:38 +02:00
Michael Barz ab0518c66f fix ocis_ldap example 2022-07-19 19:20:24 +02:00
Ralf Haferkamp b2db577f09 Align login attributes in deployment example as well
Followup fix for #4039
2022-07-14 16:36:51 +02:00
Willy Kloucek fff55ed59b fix LDAP_USER_OBJECTCLASS typo in ldap deployment example 2022-07-08 10:16:48 +02:00
Christian Richter f8f1320501 refactor extensions -> services
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-27 14:05:36 +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 ed79a20905 enclose boolean with string in docker-compose env 2022-05-19 16:50:10 +05:45
Willy Kloucek 57c0de334d workaround ldaps insecure bind for graph https://github.com/owncloud/ocis/issues/3812 2022-05-17 16:44:22 +02:00
Willy Kloucek d3af9f6913 update ldap deplyoment example 2022-05-09 09:13:20 +02: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
Phil Davis b3aff31466 Various grammar and typos 2022-04-19 20:47:37 +05:45
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 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
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 7fb85fdecf add missing demo users and groups to ldap example 2021-11-25 14:14:23 +01:00
Willy Kloucek 25c516ab67 rename cs3_users_ocis deployment example to ocis_ldap 2021-11-25 14:14:23 +01:00