Skip to content

Commit

Permalink
remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jul 12, 2022
1 parent 681e044 commit 8b20a59
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions fence/sync/sync_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,25 +517,6 @@ def _parse_csv(self, file_dict, sess, dbgap_config={}, encrypted=True):
print(
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
)
js = {
"info": {
"host": "s-5745d53f10e1421eb.server.transfer.us-east-1.amazonaws.com",
"username": "sftp_user",
"password": "",
"port": 22,
"proxy": "cloud-proxy.internal.io",
"proxy_user": "sftpuser",
},
"encrypted": False,
"study_to_resource_namespaces": {"PROJECT-12345": [""]},
"allow_non_dbgap_whitelist": True,
"allowed_whitelist_patterns": [
"authentication_file_PROJECT-(\\\\d*).(csv|txt)"
],
"protocol": "sftp",
"decrypt_key": "NCBI-DBGAP-TrustedPartner",
"parse_consent_code": True,
}
enable_common_exchange_area_access = dbgap_config.get(
"enable_common_exchange_area_access", False
)
Expand Down

0 comments on commit 8b20a59

Please sign in to comment.