You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing some initial testing I was under the impression from the example config file that the username and password used for amqp auth'n was derrived from the server url line:
After playing with an example build and running through the code I found I had to make hard-code changes to alter the username and the password is found in the 'token' file.
Would it be possible to replace this with something similar to:
Oh, I understand. I suppose we haven't tested that part very much since OSG uses tokens, and WLCG uses stomp. I'll look into making the username / password work.
Hi,
After doing some initial testing I was under the impression from the example config file that the username and password used for amqp auth'n was derrived from the server url line:
xrootd-monitoring-shoveler/config/config.yaml
Line 2 in 50a212f
After playing with an example build and running through the code I found I had to make hard-code changes to alter the username and the password is found in the 'token' file.
Would it be possible to replace this with something similar to:
Thanks,
Rob
The text was updated successfully, but these errors were encountered: