atlassian / data-center-helm-charts

Helm charts for Atlassian's Data Center products
https://atlassian.github.io/data-center-helm-charts/
Apache License 2.0
150 stars 129 forks source link

BAM-25729: Document VERBOSE_LOGS everywhere as all images use shared-components #785

Closed eduardoalvarenga closed 3 months ago

eduardoalvarenga commented 3 months ago

As every container uses shared-components we can spread the good news about VERBOSE_LOGS

errcode1202 commented 3 months ago

Hi @eduardoalvarenga just wondering if there is a possibility of sensitive info being leaked into the logs when using VERBOSE_LOGS? If so maybe we need to add a warning with this property to state this fact.

eduardoalvarenga commented 3 months ago

Hi @eduardoalvarenga just wondering if there is a possibility of sensitive info being leaked into the logs when using VERBOSE_LOGS? If so maybe we need to add a warning with this property to state this fact.

Only unset_secure_vars() could have a minor possibility of a leak if customised by the customer. The added debug logs will only tell when the function starts and nothing else.