1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 22:44:16 -04:00

6 Commits

Author SHA1 Message Date
Harshavardhana
069432566f update license change for MinIO
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
Nitish Tiwari
eaaf05a7cc
Add Kubernetes operator webook server as DNS target ()
This PR adds a DNS target that ensures to update an entry
into Kubernetes operator when a bucket is created or deleted.

See  for details.

Co-authored-by: Harshavardhana <harsha@minio.io>
2020-09-09 12:20:49 -07:00
Harshavardhana
34253aa595
feat: cache env value in-case network is not reachable () 2020-08-12 16:53:15 -07:00
Harshavardhana
900eebb9a4
use jwt instead of basicAuth for webEnv () 2020-08-11 16:09:34 -07:00
Anis Elleuch
433c2831ae
fix: typo in parsing non remote env variables () 2020-08-07 09:57:20 -07:00
Harshavardhana
77509ce391
Support looking up environment remotely ()
adds a feature where we can fetch the MinIO
command-line remotely, this
is primarily meant to add some stateless
nature to the MinIO deployment in k8s
environments, MinIO operator would run a
webhook service endpoint
which can be used to fetch any environment
value in a generalized approach.
2020-08-06 18:03:16 -07:00