HansMarcus01 commented on issue #39188: URL: https://github.com/apache/beam/issues/39188#issuecomment-5172068638
Hi everyone, I was reviewing recent GitHub Actions logs and noticed that the "Unmanaged Service Accounts Keys Audit" workflow keeps failing consistently. I wanted to mention that my pull request #39177 directly addresses this issue. During my initial investigation, I discovered that the `beam_Infrastructure_PolicyEnforcer` workflow already runs the same `account_keys.py` script and—crucially—has the SMTP environment variables correctly configured (the absence of these variables is what causes the standalone action to fail with a `socket.gaierror`). To eliminate code duplication and avoid deploying redundant runners that perform essentially the same task, PR #39177 completely removes the isolated unmanaged service accounts workflow and consolidates the audit task into the existing `PolicyEnforcer`. I apologize for the delay in following up; I hadn't realized this redundant action was still causing pipeline failures. Please let me know if any further changes are needed or if we can proceed to review and merge PR #39177 to resolve this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
