-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 11.3.5, 11.3.7
-
Component/s: Troubleshooting and Support Tools (ATST)
-
None
-
11.03
-
1
-
Severity 3 - Minor
-
2
Issue Summary
The ATST plugin has a new feature that allows Support Zips to redact sensitive data within the log files.
There are instances where it misses anonymizing hostnames in the application.xml file.
Steps to Reproduce
- Install ATST 3.13.1
- Add links in the Application Navigator
- Generate a Support Zip with Redact data enabled.
- Review application.xml
Expected Results
All hostnames should be redacted in the application.xml file.
Actual Results
Hostnames are not redacted under com.atlassian.plugins.custom_apps.customAppsAsJSON and ATL_PROXY_NAME sections of application.xml:
<com.atlassian.plugins.custom_apps.customAppsAsJSON>
[{&quot;applicationType&quot;:&quot;jira&quot;,&quot;hide&quot;:false,&quot;displayName&quot;:&quot;https://test-internal.com&quot;,&quot;editable&quot;:true,&quot;self&quot;:false,&quot;id&quot;:&quot;4&quot;,&quot;url&quot;:&quot;https://test-internal.com&quot;,&quot;allowedGroups&quot;:[]},
{&quot;applicationType&quot;:&quot;jira&quot;,&quot;hide&quot;:false,&quot;displayName&quot;:&quot;https://test-jira.com&quot;,&quot;editable&quot;:true,&quot;self&quot;:false,&quot;id&quot;:&quot;2&quot;,&quot;url&quot;:&quot;https://test-jira.com&quot;,&quot;allowedGroups&quot;:[]},
{&quot;applicationType&quot;:&quot;jira&quot;,&quot;hide&quot;:false,&quot;displayName&quot;:&quot;https://test.com&quot;,&quot;editable&quot;:true,&quot;self&quot;:false,&quot;id&quot;:&quot;3&quot;,&quot;url&quot;:&quot;https://test.com&quot;,&quot;allowedGroups&quot;:[]}]
</com.atlassian.plugins.custom_apps.customAppsAsJSON>
For Helm Chart deployments of Jira Data Center with a reverse proxy, the hostname is not redacted:
<ATL_PROXY_NAME> server-123456.test.abc-fg.net </ATL_PROXY_NAME>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available