aws-actions / aws-secretsmanager-get-secrets

MIT No Attribution
142 stars 38 forks source link

Failed to fetch secret: 'secret_name'. Error: TimeoutError. #170

Open vijayvikama opened 1 month ago

vijayvikama commented 1 month ago

Can someone help why i see intermittent timeouts . My session duratiuon is 1 hour at I am role. I am using OIDC with AWS

  - name: Get Secrets from AWS Secrets Manager
    id: get-secrets
    uses: aws-actions/aws-secretsmanager-get-secrets@v2
    with:
      secret-ids: |
        secret_name
      parse-json-secrets: true

Run aws-actions/aws-secretsmanager-get-secrets@v2 Building secrets list... Your secret names may be transformed in order to be valid environment variables (see README). Enable Debug logging in order to view the new environment names. Error: Failed to fetch secret: 'secret_name'. Error: TimeoutError.

jirkafajfr commented 1 month ago

Are you using self-hosted or github hosted runners?

Would you mind sending me arn and exact timestamps when these timeouts happened? I would advise not publishing the ARN to the comment here, but sending via mail fajfr@amazon.com.

javraj-trayio commented 1 week ago

Any update on this? Seeing this all of a sudden in the ap-southeast-2 region