Commit Graph

22 Commits (master)

Author SHA1 Message Date
Girish Ramakrishnan 316047b1d3 minio does not show the password login by default when OIDC is setup
we generate a dynamic password because users might forget to change the admin password (with the oidc login being so click friendly)
2024-02-20 12:19:30 +01:00
Vladimir D 7417ce44e5 OIDC auth implemented, tests updated 2024-02-19 17:13:57 +04:00
Girish Ramakrishnan b0f6a030f3 remove unused args (release notes of https://github.com/minio/minio/releases/tag/RELEASE.2023-12-09T18-17-51Z) 2023-12-11 11:39:27 +01:00
Girish Ramakrishnan 84b4ebeac4 add note 2023-12-11 11:39:03 +01:00
Girish Ramakrishnan 7e29cf3ca6 API_SERVER_DOMAIN will always be set now 2022-07-24 09:51:27 +02:00
Girish Ramakrishnan 9820e5bf90 make update possible without the API_DOMAIN 2022-01-21 14:18:25 -08:00
Girish Ramakrishnan 6162ff540b Fix root password init
We can now use MINIO_ROOT_USER  and MINIO_ROOT_PASSWORD env vars.
These default to minioadmin. When set, it will change/update the password.
When not set, it keeps the old password from the last run.
2022-01-21 13:28:02 -08:00
Girish Ramakrishnan c0b9c4167f Make it work 2022-01-21 13:11:25 -08:00
Elias Hackradt e38d1020ac
Updated tests to the new UI and redo the old tests with async AND disable LDAP support for now 2021-07-16 15:33:27 +02:00
Elias Hackradt f814368e12
Added LDAP settings for unsecure internal communication; fixt missing export in env.sh 2021-07-11 23:15:50 +02:00
Elias Hackradt 8713b30b79
Added doc url 2021-07-11 22:58:41 +02:00
Elias Hackradt 9683b980b0
Add default config for mc in startup 2021-07-11 22:56:59 +02:00
Elias Hackradt 9272b4fa7b
Stringify vars - fix var wrong in doc 2021-07-11 22:34:38 +02:00
Elias Hackradt b6f66e8e25
Added initial LDAP Vars and cloudon addon 2021-07-11 22:28:37 +02:00
Elias Hackradt 612d47f4ac
Added new console binary, added port to config, added default env for redirect 2021-07-11 22:15:23 +02:00
Girish Ramakrishnan 38edc214a3 app needs restart 2020-10-03 13:13:26 -07:00
Girish Ramakrishnan c1186748cf --address is an arg apparently
the rest are called "flags"
2020-10-03 13:11:08 -07:00
Girish Ramakrishnan d94de7a13b Source custom config from /app/data/env.sh 2020-10-03 13:03:47 -07:00
Girish Ramakrishnan 4dc37ac1aa do not chown all the time (on update) 2020-09-11 12:34:40 -07:00
Girish Ramakrishnan e0ce87b291 config dir is dead
minio now stores the config as part of the storage system under .minio.sys
when passed config dir, it merely "migrates" config.json to the new system
and renames config.json to config.json.deprecated
2020-01-16 15:34:24 -08:00
Girish Ramakrishnan ba9362ec8c create cert dir 2019-01-22 16:05:31 -08:00
Dennis Schwerdel 6db0fe2b04 Initial commit 2017-01-24 07:06:51 +01:00