From 17dd3a1529786c501f1fcfabefbf1b2c60c4dc9c Mon Sep 17 00:00:00 2001
From: leonidastri About {{ config.get('PORTAL_TITLE
The software has been developed at Utrecht University and is used by multiple organisations,
both in the Netherlands and abroad.
- Yoda is based on iRODS technology. - The iCommands allows you to interact with the iRODS backend of Yoda directly. - Therefore, it is possible to transfer data to and from Yoda using the iRODS communication protocol. - You need to configure the iCommands to connect to this Yoda environment. - Copy and paste this configuration into your ~/.irods/irods_environment.json configuration file. -
-
- {
- "irods_host": "{{ config.get('IRODS_ICAT_HOSTNAME') }}",
- "irods_port": 1247,
- "irods_home": "/{{ config.get('IRODS_DEFAULT_ZONE') }}/home",
- "irods_user_name": "{{ g.user }}",
- "irods_zone_name": "{{ config.get('IRODS_DEFAULT_ZONE') }}",
- "irods_authentication_scheme": "pam",
- "irods_encryption_algorithm": "AES-256-CBC",
- "irods_encryption_key_size": 32,
- "irods_encryption_num_hash_rounds": 16,
- "irods_encryption_salt_size": 8,
- "irods_client_server_negotiation": "request_server_negotiation",
- "irods_client_server_policy": "CS_NEG_REQUIRE"
- }
-