Skip to content

Instantly share code, notes, and snippets.

@cinek810
Last active March 6, 2019 09:42
Show Gist options
  • Save cinek810/37e7d2bf4d22954aa3c667d81b4deb27 to your computer and use it in GitHub Desktop.
Save cinek810/37e7d2bf4d22954aa3c667d81b4deb27 to your computer and use it in GitHub Desktop.
{
"admin_password": "test",
"host_access_control_config": {
"access_entries": []
},
"host_system_information": {
"service_account_user_name": "irodsuser",
"service_account_group_name": "irodsusergroup"
},
"hosts_config": {
"host_entries": [
{
"address_type": "local",
"addresses": [
{
"address": "test-irods"
},
{
"address": "172.30.16.58"
}
]
},
{
"address_type": "remote",
"addresses": [
{
"address": "172.30.16.4"
},
{
"address": "irods-catalogue"
}
]
}
]
},
"server_config": {
"catalog_provider_hosts": ["172.30.16.4"],
"catalog_service_role": "consumer",
"default_hash_scheme": "sha256",
"environment_variables": { },
"federation": [],
"match_hash_policy": "compatible",
"negotiation_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"plugin_configuration":
{
"network": {},
"authentication": {},
"resource": {},
"rule_engines": [
{
"shared_memory_instance": "irods_rule_language_rule_engine",
"plugin_name": "irods_rule_engine_plugin-irods_rule_language",
"instance_name": "irods_rule_engine_plugin-irods_rule_language-instance",
"plugin_specific_configuration": {
"re_data_variable_mapping_set": [
"core"
],
"re_rulebase_set": [
"core"
],
"re_function_name_mapping_set": [
"core"
],
"regexes_for_supported_peps": [
"ac[^ ]*",
"msi[^ ]*",
"[^ ]*pep_[^ ]*_(pre|post)"
]
}
},
{
"plugin_name": "irods_rule_engine_plugin-cpp_default_policy",
"instance_name": "irods_rule_engine_plugin-cpp_default_policy-instance",
"plugin_specific_configuration": {}
}
]
},
"schema_validation_base_uri": "https://schemas.irods.org/configuration",
"server_control_plane_encryption_algorithm": "aes-256-cbc",
"server_control_plane_encryption_num_hash_rounds": 16,
"server_control_plane_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"server_control_plane_port": 1248,
"server_control_plane_timeout_milliseconds": 10000,
"server_port_range_end": 20199,
"server_port_range_start": 20000,
"zone_auth_scheme": "native",
"zone_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"zone_name": "hpcc",
"zone_port": 1247,
"zone_user": "rods"
},
"service_account_environment": {
"irods_client_server_negotiation": "off",
"irods_client_server_policy": "cs_neg_refuse",
"irods_cwd": "/hpcc/home/rods",
"irods_default_hash_scheme": "sha256",
"irods_default_resource": "default-resource",
"irods_encryption_algorithm": "aes-256-cbc",
"irods_encryption_key_size": 32,
"irods_encryption_salt_size": 8,
"irods_encryption_num_hash_rounds": 16,
"irods_home": "/hpcc/home/rods",
"irods_match_hash_policy": "compatible",
"irods_host": "test-irods",
"irods_port": 1247,
"irods_user_name": "irodsuser",
"irods_zone_name": "hpcc"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment