Conversation
Pull Request Test Coverage Report for Build 23868987927Details
💛 - Coveralls |
|
Test summary after running integration tests
Test summary after rerunning failed integration tests
Please find the detailed integration test report here Please find the detailed integration test report after rerunning failed tests here Please find the Github Action logs here |
|
Test summary after running integration tests
Test summary after rerunning failed integration tests
Please find the detailed integration test report here Please find the detailed integration test report after rerunning failed tests here Please find the Github Action logs here |
|
Test summary after running integration tests
Test summary after rerunning failed integration tests
Please find the detailed integration test report here Please find the detailed integration test report after rerunning failed tests here Please find the Github Action logs here |
|
Failed to Prepare CI environment Please find the Github Action logs here |
|
Test summary after running integration tests
Test summary after rerunning failed integration tests
Please find the detailed integration test report here Please find the detailed integration test report after rerunning failed tests here Please find the Github Action logs here |
Also remove additional logging.
Please find the detailed integration test report here Please find the Github Action logs here |
fence/sync/sync_users.py
Outdated
| parameters["key_filename"] = str(server.get("private_key_filename")) | ||
|
|
||
| # patch paramiko to use sha256 instead of md5 for fips compliance | ||
| if server.get("is_fips_enabled", False): |
There was a problem hiding this comment.
We should remove this feature flag and call out in the release notes, maybe under Deployment Changes, that paramiko will no longer connect using md5.
Also, could we update this so paramiko's sha256 is used for both authN flows?
Please find the detailed integration test report here Please find the Github Action logs here |
Also switch to lambda for enhanced readability.
|
Test summary after running integration tests
Test summary after rerunning failed integration tests
Please find the detailed integration test report here Please find the detailed integration test report after rerunning failed tests here Please find the Github Action logs here |
Implements public key authentication for connection to a dbGaP SFTP server as specified in the Gen3 Product Feature Document here.
Also patches paramiko at runtime to use a FIPS compliant hashing algorithm (SHA256 instead of MD5) for fingerprinting.