This is an automated email from the ASF dual-hosted git repository. mcasters pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hop.git
commit d3e139bfb3484f8cee74b9e9a7c216263083d993 Merge: a92536e40f 7bbecee0fc Author: Matt Casters <[email protected]> AuthorDate: Thu Sep 25 09:52:40 2025 +0200 Merge pull request #5727 from bamaer/5718 new integration test to validate AES passwords and make sure keys do … .../integration-tests/integration-tests-aes.yaml | 26 ++ integration-tests/aes/dev-env-config.json | 7 + integration-tests/aes/hop-config.json | 294 +++++++++++++++++++++ .../aes/main-0000-aes2-decrypt-password-loop.hpl | 186 +++++++++++++ .../aes/main-0000-aes2-decrypt-password.hpl | 226 ++++++++++++++++ .../aes/main-0000-aes2-decrypt-password.hwf | 109 ++++++++ .../metadata/pipeline-run-configuration/local.json | 20 ++ .../metadata/workflow-run-configuration/local.json | 11 + integration-tests/aes/project-config.json | 9 + 9 files changed, 888 insertions(+)
