Open
Description
Describe the feature
Hello all,
I need your help with understanding log output that is throwing us an error:
##[debug]Result: '***'
##[debug]Loading env
Run aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ***
aws-secret-access-key: ***
aws-region: ***
role-to-assume: ***
role-duration-seconds: 1200
role-skip-session-tagging: true
audience: sts.amazonaws.com
::add-mask::***
::add-mask::***
Error: connect ETIMEDOUT 52.94.X.X:443
it's failing right after evaluating all secrets from GH. For sure this is some connectivity problem but we are trying to understand what is this address 52.94.X.X and why this script is trying to connect there? We are running on our self hosted runner on ec2 which already has proxy variables configured.
Is it possible to increase debug level to see in which part of the code it is failing?
Thanks
Use Case
whenever we are initializing new job on self hosted GH runner
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change