###Globus Auth URLs### token_server_url=https://auth.globus.org/v2/oauth2/token auth_uri=https://auth.globus.org/v2/oauth2/authorize logout_uri=https://auth.globus.org/v2/web/logout revoke_uri=https://auth.globus.org/v2/oauth2/token/revoke activate_endpoint_uri=https://www.globus.org/app/endpoints/:endpoint_id/activate #To add scopes, add them comma separated into the scopes string #scopes=openid,email,profile scopes=openid,email,profile,urn:globus:auth:scope:transfer.api.globus.org:all #The service will only redirect users to a registered URI redirect_name=CIPRES Science Gateway dataset_endpoint_base=/ #dataset_endpoint_base=/projects/ps-ngbt/home/cipres/globus_transfer/portal2test/ dataset_endpoint_name=CIPRES Comet Test Shared Endpoint endpoint_uri=https://transfer.api.globusonline.org/v0.10/endpoint user_dir_owner_group=cipres #credential lifetime unit is hour lifetime=264 #Delegate Proxy Activation # ================================================================================== # This profram creates a proxy of the local credential using the provided public key. # The proxy includes the certificate chain, and can be passed back to the API for activation. # In more detail, please see https://github.com/globusonline/transfer-api-client-python/tree/master/mkproxy #mkproxy_path=/users/u3/portal2test/mzhuang/mkproxy/mkproxy # ================================================================================== #the location of issuer credential file #issuer_cred_file=/users/u3/portal2test/mzhuang/globus/cert/user_cred.pem #Syn Level # 0 ==> Copy files that do not exist at the destination. # 1 ==> Copy files if the size of the destination does not match the size of the source. # 2 ==> Copy files if the timestamp of the destination is older than the timestamp of the source. # 3 ==> Copy files if checksums of the source and destination do not match. Files on the destination are never deleted. sync_level=2 # Data encryption # If true, encrypt the data channel. # Default false. # If either the source or destination endpoint, # or for shared endpoints the source or destination host endpoint, # has force_encryption set, the data channel will be encrypted even if this is set to false. encrypt_data=true