You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: