minio/cmd/config/etcd
Harshavardhana 3af70b36fd Disallow creating buckets even with different domains (#8716)
If two distinct clusters are started with different domains
along with single common domain, this situation was leading
to conflicting buckets getting created on different clusters

To avoid this do not prematurely error out if the key has no
entries, let the caller decide on which entry matches and
which entry is valid. This allows support for MINIO_DOMAIN
with one common domain, but each cluster may have their own
domains.

Fixes #8705
2019-12-30 17:11:47 -08:00
..
dns Disallow creating buckets even with different domains (#8716) 2019-12-30 17:11:47 -08:00
etcd.go Remove safe mode for invalid entries in config (#8650) 2019-12-14 17:27:57 -08:00
etcd_test.go Extend further validation of config values (#8469) 2019-10-30 23:39:09 -07:00
help.go Update help messages with new wording (#8616) 2019-12-06 13:53:51 -08:00