jkoberg
1fcc445b3d
fix(idm): allow setting user name on pw reset
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-06-27 14:38:48 +02:00
Thomas Müller
a8cbc612cc
chore: remove unused return value from BindSourcesToStructs ( #9033 )
2024-04-30 18:18:31 +02:00
Thomas Müller
07f0cd5574
fix: typos, naming clashes, error messages and deprecations
2024-04-03 15:34:36 +02:00
Phil Davis
9d2be66a85
chore: add introductionVersion pre5.0 to environment variable docs
2024-03-06 17:50:20 +05:45
jkoberg
1f1aa50c54
hard exit when services fail
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-21 13:53:18 +02:00
mmattel
ce318ca160
[docs-only] Replace double quotes with single quotes in envvar descriptions
2023-07-25 13:05:30 +02:00
mmattel
6ad53971ef
[docs-only] Increase readability for log level values in the description
2023-07-07 10:33:42 +02:00
mmattel
d7b447b791
[docs-only] Increase readability for tracing values in the description
2023-07-07 09:50:39 +02:00
Ralf Haferkamp
e5c24a9e88
Fix idm default port typo in README
2023-06-22 11:09:59 +02:00
jkoberg
d347448ec0
remove duplicated sutureservice code
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-02 12:02:27 +02:00
Christian Richter
fa6cdd8a01
remove obsolete start function
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-26 20:13:54 +02:00
Christian Richter
38ace3def8
add debug server to idm
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-04-26 15:08:37 +02:00
mmattel
8b209eaf50
Remove dead and unused IDM envvar
2023-04-14 10:36:23 +02:00
mmattel
b2504035e0
fix readme service names
2023-04-12 18:40:41 +02:00
Daniel Swärd
afbfd2d6b2
Deprecating and renaming many environment variables
...
Fixes #5767
Fixes #5905
Fixes #5532
2023-04-05 11:05:48 +02:00
Dennis Sieben
e28603e633
- fixed typos
2023-03-27 08:54:51 +02:00
Ralf Haferkamp
8b704085ce
Allow ADMIN_USER_ID being empty ( #5842 )
...
For certain setups we don't need the ADMIN_USER_ID to be set. It is
mainly needed for bootstrapping the internal idm and the initial role
assignment. If roles are assigned by other means (e.g. OIDC claims
in the future) we don't need it.
This makes the ADMIN_USER_ID optional, also if ADMIN_USER_ID is unset
we don't need to configure a password for the admin user. We will still
generated the admin_id and password when running 'ocis init', but it is
ok to run manual setups without those settings.
2023-03-15 16:15:18 +01:00
David Christofas
924c2ca346
add missing comments
2023-03-06 19:01:16 +01:00
Ralf Haferkamp
d6bcba48eb
Add 'ownCloudUserEnabled' attribute to demo users
2023-02-22 11:23:26 +01:00
mmattel
bc6241a3dd
Improve the description of the OCIS_ADMIN_USER_ID envvar
2023-02-09 12:50:01 +01:00
mmattel
210cd54817
fix some envvar descriptions
2023-02-03 09:40:35 +01:00
Edith Parzefall
496c2b8315
Apply suggestions from code review
...
language review
2022-12-02 13:39:25 +01:00
Edith Parzefall
c9d73200e0
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
2022-12-02 13:36:54 +01:00
David Christofas
68fd40a604
add a README to the idm package
2022-12-01 11:21:18 +01:00
Willy Kloucek
9f2be9f4f9
remove Log prefix from configlog functions
2022-08-22 08:08:18 +02:00
Willy Kloucek
e58eaabdeb
move config parse error logging into function to ensure new lines and don't parse config for help
2022-08-18 15:27:28 +02:00
Willy Kloucek
60689c9c1a
improve unsupervised description
2022-08-18 10:59:35 +02:00
Willy Kloucek
6154466bbc
rename extensions to services (leftover occurences)
2022-08-17 15:36:52 +02:00
root
eb5e9675d6
Add ocis idm resetpassword subcommand
...
This allows resetting the ocis admin user's password (when ocis is
not running) when running with the builtin LDAP server.
Fixes #4084
2022-08-09 12:34:36 +02:00
Ralf Haferkamp
946f3e8feb
Remove unused BindEnv code
...
We dropped this in favour of envdecode a while ago.
2022-07-14 16:34:25 +02:00
Phil Davis
0dea5138fe
More typo fixes
2022-07-07 19:53:28 +05:45
Martin
95bf9caf23
Apply suggestions from code review
2022-07-07 19:53:28 +05:45
mmattel
246377b35b
Env variable text fixes
2022-07-07 19:53:27 +05:45
Ralf Haferkamp
4a09d8a948
Remove redundant setting of cli.HelpFlag
...
The help flag is configured automatically by default already. We don't
need to redo that for every single service.
This also addresses one of the finding of "go race" (#4088 )
2022-07-05 14:59:06 +02:00
Christian Richter
f8f1320501
refactor extensions -> services
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2022-06-27 14:05:36 +02:00
Christian Richter
78064e6bab
rename folder extensions -> services
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2022-06-27 14:05:36 +02:00