From 3ac92a6fa7034b00adc9e2b2ee35e88b5e52e8af Mon Sep 17 00:00:00 2001 From: Anil Panta Date: Tue, 7 Apr 2026 09:41:43 -0400 Subject: [PATCH 1/2] fix(docs): update messaging-fts3 configuration parameters for clarity and consistency --- docs/operator/configuration_parameters.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/operator/configuration_parameters.md b/docs/operator/configuration_parameters.md index bfa000c3527..b53f86a20ad 100644 --- a/docs/operator/configuration_parameters.md +++ b/docs/operator/configuration_parameters.md @@ -259,20 +259,20 @@ Rucio will look for the config in the following locations - `--certificate-key`. - **voname** #### **messaging-fts3** - - **broker_virtual_host**: _(Optional)_ ?. No default. - - **brokers**: Brokers separated by commas. Example: `dashb-test-mb.cern.ch`. - - **destination**: Name of the destination topic. Example: - `/topic/transfer.fts_monitoring_queue_state`. - - **nonssl_port**: _(Optional)_ Port of the broker if `use_ssl` is not set. - - **password**: _(Optional)_ Password of the `username`. Only used if - `use_ssl` is not set. No default. - - **port** - - **ssl_cert_file**: _(Optional)_ Path of the certificate file. No default. - - **ssl_key_file**: _(Optional)_ Path of the certificate key file defined in - `ssl_cert_file`. No default. + - **broker_virtual_host**: _(Optional)_ Logical namespace in a message broker. No default. + - **brokers**: Brokers hostname separated by commas. Example: `dashb-test-mb.cern.ch`. + - **destination**: Name of the destination topic. + `/topic/transfer.fts_monitoring_complete`. - **use_ssl**: _(Optional)_ Boolean. Default: `True`. + - **port** Port of the broker if `use_ssl` is set. + - **ssl_cert_file**: _(Optional)_ Path of the certificate file if `use_ssl` is set. No default. + - **ssl_key_file**: _(Optional)_ Path of the certificate key file defined in + `ssl_cert_file` if `use_ssl` is set. No default. + - **nonssl_port**: _(Optional)_ Port of the broker if `use_ssl` is not set. - **username**: _(Optional)_ Username of the broker. Only used if `use_ssl` is not set. No default. + - **password**: _(Optional)_ Password of the `username`. Only used if + `use_ssl` is not set. No default. - **voname** #### **messaging-hermes** - **broker_virtual_host**: _(Optional)_ No default. From 5eb4d2d93505348808474e6367e4989ccf9c5178 Mon Sep 17 00:00:00 2001 From: Anil Panta Date: Thu, 9 Apr 2026 09:31:18 -0400 Subject: [PATCH 2/2] fix(docs): add description on voname config parameter --- docs/operator/configuration_parameters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/operator/configuration_parameters.md b/docs/operator/configuration_parameters.md index b53f86a20ad..2ce70513edb 100644 --- a/docs/operator/configuration_parameters.md +++ b/docs/operator/configuration_parameters.md @@ -273,7 +273,8 @@ Rucio will look for the config in the following locations - not set. No default. - **password**: _(Optional)_ Password of the `username`. Only used if `use_ssl` is not set. No default. - - **voname** + - **voname** _(Unused)_ This parameter is not actually used. The receiver uses the policy name as voname, + which can be set by the POLICY environment variable or permission.policy configuration parameter. #### **messaging-hermes** - **broker_virtual_host**: _(Optional)_ No default. - **brokers**: Brokers separated by commas. Example: `atlas-test-mb.cern.ch`.