ping icon indicating copy to clipboard operation
ping copied to clipboard

Add filtering for system property and env variable listing

Open thomasdarimont opened this issue 9 years ago • 0 comments

Currently the PingsResource.java exports system properties and environment variables unfiltered.

A common practice when using docker is to configure container secrets / passwords via environment variables or system properties. In order to avoid accidentally exposing those secrets there should be some configurable filtering mechanism, e.g. regex pattern based, in place to suppress exposing those entries.

thomasdarimont avatar Nov 01 '16 22:11 thomasdarimont