1
0
mirror of https://github.com/minio/minio.git synced 2025-02-18 17:12:31 -05:00

10 Commits

Author SHA1 Message Date
Aditya Manthramurthy
f3248a4b37
Redact all secrets from config viewing APIs ()
This change adds a `Secret` property to `HelpKV` to identify secrets
like passwords and auth tokens that should not be revealed by the server
in its configuration fetching APIs. Configuration reporting APIs now do
not return secrets.
2023-06-23 07:45:27 -07:00
Aditya Manthramurthy
a469e6768d
Add LDAP DNS SRV record lookup support () 2022-12-12 11:27:27 -08:00
Sidhartha Mani
fe1fbe0005
standardize config help defaults () 2022-04-26 20:11:37 -07:00
Aditya Manthramurthy
b7ed3b77bd
Indicate required fields in LDAP configuration correctly () 2022-03-10 19:03:38 -08:00
Aditya Manthramurthy
7dfa565d00
Identity LDAP: Allow multiple search base DNs ()
This change allows the MinIO server to lookup users in different directory
sub-trees by allowing specification of multiple search bases separated by
semicolons.
2022-01-26 15:05:59 -08:00
Harshavardhana
aaa3fc3805
fix: remove deprecated LDAP username format support () 2021-09-08 13:31:51 -07:00
Harshavardhana
ea64a9263c
add deprecation notice for LDAP username format () 2021-08-02 18:20:06 -07:00
Aditya Manthramurthy
9a31030e74
DEPRECATION Warning: Avoid configuring default LDAP STS Expiry ()
- Show notice when `MINIO_IDENTITY_LDAP_STS_EXPIRY` or the 
  corresponding to the configuration option is used at server startup.
- Once support is removed, the default will be fixed at 1 hour.
- Users may specify expiry directly in the STS API.
- Update docs and help message
- Adds example in ldap.go to configure expiry in STS API.
2021-07-22 16:43:57 -07:00
Shireesh Anjal
fb140c146b
Redact sensitive values from config in health data ()
The health api returns the server configuration details. Redact
sensitive values from the config values like URLs and credentials.
2021-06-03 08:15:44 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00