1
0
mirror of https://github.com/minio/minio.git synced 2025-01-18 02:03:15 -05:00

4 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
9e6cc847f8
Add HTTP2 config option for policy plugin () 2022-12-13 14:28:48 -08:00
Klaus Post
ff12080ff5
Remove deprecated io/ioutil () 2022-09-19 11:05:16 -07:00
Aditya Manthramurthy
83071a3459
Add support for Access Management Plugin ()
- This change renames the OPA integration as Access Management Plugin - there is
nothing specific to OPA in the integration, it is just a webhook.

- OPA configuration is automatically migrated to Access Management Plugin and
OPA specific configuration is marked as deprecated.

- OPA doc is updated and moved.
2022-05-10 17:14:55 -07:00