Replies: 1 comment 3 replies
-
This is because in ConfigTemplate (https://github.com/DIRACGrid/DIRAC/blob/integration/src/DIRAC/WorkloadManagementSystem/ConfigTemplate.cfg#L29) you added things like |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I tried to use a simple client to send a test log to Tornado server on the certification machine. After setting the
LoggingPlugin
andUploadPath
I could contact the server, but was getting 401. This seemed to be caused by an option inSystems/WorkloadManagement/Certification/Services/TornadoPilotLogging/Authorization
. The option(s) are not taken into account.sendMessage
should work with anOperator
property, but the logs complain that a user(dirac_admin)
is not anOperator
(it clearly is). This part of the workflow works if restrictions are waived (i.e the option is removed).Summary: The test shows that a message shipment works with a basic auth.
Beta Was this translation helpful? Give feedback.
All reactions