Skip to content

username not derrived from config.yaml #11

@rob-c

Description

@rob-c

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:

url: amqps://username:password@example.com/vhost

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions