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
Is your feature request related to a problem? Please describe.
When running the code, I was troubled to see an entry in my logs consistently talking about an Authentication error. This caused me to check several times as to whether I actually had an issue - although I could see that the step was skipped and that files were uploading, it did cause me to spend a few minutes to double check my processing.
The code is in ./sap-automation/deploy/ansible/roles-sap/0.1-bom-validator/tasks/bom_download.yaml - line 22 on main branch.
Describe the solution you'd like
It would be better to have a title like
Is your feature request related to a problem? Please describe.
When running the code, I was troubled to see an entry in my logs consistently talking about an Authentication error. This caused me to check several times as to whether I actually had an issue - although I could see that the step was skipped and that files were uploading, it did cause me to spend a few minutes to double check my processing.
The code is in ./sap-automation/deploy/ansible/roles-sap/0.1-bom-validator/tasks/bom_download.yaml - line 22 on main branch.
Describe the solution you'd like
It would be better to have a title like
Check Storage Authentication BOM: {{ bom_name }} {{ item.archive }}
That way, if I get any response then I know I could have an issue, if it is skipped I know it is a check and not an actual issue.
The text was updated successfully, but these errors were encountered: