Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display environment variables (#489) #867

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fhuschle
Copy link

@fhuschle fhuschle commented Oct 3, 2019

PR for #489

@evernat
Copy link
Member

evernat commented Nov 4, 2019

The environment variables quite often contains credentials, such as AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. It would not be good to print AWS or other credentials in the report inadvertently.
The access to the reports should be restricted to "admin" users (see the Security chapter in the user's guide), but we still don't want to print credentials in the report.

So I think I will not merge this PR. Sorry.
I may leave the PR open for reference, if some users really want to do that.

@Kusig
Copy link

Kusig commented Dec 15, 2023

As the system properties could be accessed via the MBeans anyhow, there is no real additional problem introduced I think.

@evernat
Copy link
Member

evernat commented Jan 28, 2024

@Kusig this PR is about environment variables and not about system properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants