2023-07-27 16:05:50 error abap-deploy-task: Change logging level to debug your issue
(see examples https://github.com/SAP/open-ux-tools/tree/main/packages/deploy-tooling#configuration-with-logging-enabled)
Request failed with status code 401
The verbose logging is showing;
credentials: 'hidden',
which indicates the object is populated and this is blocking the request.
Related Feature
Related to issue https://github.com/SAP/open-ux-tools/issues/1116
Description
As part of Fiori tools, we support a UAA flow;
Which is now failing with a 401;
The verbose logging is showing;
which indicates the object is populated and this is blocking the request.
Steps to Reproduce
Steps to reproduce the behavior:
Deploy tooling CLI command;
where the .env file is;
Expected results
Deployment request to a cloud target system is successful.
Actual results
Getting 401 due to invalid credentials.
Screenshots
If applicable, add screenshots to help explain the problem.
Version/Components/Environment
Add any other context about the problem here OS:
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}