Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

username not derrived from config.yaml #11

Open
rob-c opened this issue May 12, 2022 · 1 comment
Open

username not derrived from config.yaml #11

rob-c opened this issue May 12, 2022 · 1 comment
Assignees

Comments

@rob-c
Copy link

rob-c commented May 12, 2022

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:

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:

amqp:
  url: amqps://example.com/vhost
  username: shoveler-user
  exchange: shoveler-exchange
  topic: shoveler-topic
  token_location: /etc/xrootd-monitoring-shoveler/token

Thanks,

Rob

@djw8605
Copy link
Member

djw8605 commented May 12, 2022

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.

@djw8605 djw8605 self-assigned this May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants