Do not send envVars in ServerInfo() (#4422)

Sending envVars along with access and secret
exposes the entire minio server's sensitive
information. This will be an unexpected
situation for all users.

If at all we need to look for things like if
credentials are set through env, we should
only have access to only this information
not the entire set of system envs.
This commit is contained in:
Harshavardhana
2017-05-24 21:09:23 -07:00
committed by GitHub
parent 99ca8a2928
commit b78f6fbcc5
6 changed files with 40 additions and 25 deletions

View File

@@ -124,7 +124,7 @@ test: build
@echo "Done."
coverage: build
@echo -n "Running all coverage for minio: "
@echo "Running all coverage for minio: "
@./buildscripts/go-coverage.sh
@echo "Done."