Skip to content

Commit f0be806

Browse files
committed
fix: added proper TornadoBundleDelivery in ConfigTemplate.cfg
1 parent ab5109c commit f0be806

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/DIRAC/FrameworkSystem/ConfigTemplate.cfg

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Services
2525
storeHostInfo = Operator
2626
}
2727
}
28-
TornadoBundleDelivery
29-
{
30-
Protocol = https
31-
}
3228
##BEGIN TokenManager:
3329
# Section to describe TokenManager system
3430
TokenManager
@@ -118,6 +114,18 @@ Services
118114
}
119115
}
120116
}
117+
TornadoBundleDelivery
118+
{
119+
Protocol = https
120+
Authorization
121+
{
122+
Default = authenticated
123+
FileTransfer
124+
{
125+
Default = authenticated
126+
}
127+
}
128+
}
121129
Monitoring
122130
{
123131
Port = 9142

0 commit comments

Comments
 (0)