1
0
mirror of https://github.com/minio/minio.git synced 2025-01-18 18:23:16 -05:00

6 Commits

Author SHA1 Message Date
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
Aditya Manthramurthy
2b7e75e079
Add OPA doc and remove deprecation marking () 2022-05-04 23:53:42 -07:00
Sidhartha Mani
fe1fbe0005
standardize config help defaults () 2022-04-26 20:11:37 -07:00
Harshavardhana
da74e2f167
move internal/net to pkg/net package () 2021-06-14 14:54:37 -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