Eric Vaandering
Eric Vaandering
if kronos cannot find the message brokers This is in production and working for CMS. Otherwise with 1.28 we have kronos just hanging forever
Motivation ---------- We have a case where apparently the message broker cannot be found and Kronos stops pulling messages but does not die. ``` File "/usr/local/lib/python3.6/site-packages/rucio/common/stomp_utils.py", line 36, in get_stomp_brokers...
Motivation ---------- CMS is seeing that rules which use "CONTAINER" grouping are not always grouped at the same RSE. In fact, we have rules made at different times on the...
This would be useful for instances where Basic Auth still exists since these accounts are not verified to have the right name or e-mail address. Spoofing is possible. To be...
If we want, we can consider adding it back in with a something like [tag] being translated to . See #45
From Laura > So now all SSO username fields start with "SSO:" > and all cert user fields start with "/" and the rest must be > basic auth username...
``` if ($UserValidation eq "certificate" || $UserValidation eq "shibboleth" || (!$Public && $Preferences{Options}{DynamicFullList}{Private}) || ( $Public && $Preferences{Options}{DynamicFullList}{Public})) { push @OtherColumns,"All documents"; } else { push @OtherColumns,"All documents"; } ```...
Carrying over authors from one doc to an update is broken for CMS. It's broken at least as far back as 8.8.5, so need to check if this is a...