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

queueName in default.conf no variable expansion. #782

Closed
petersilva opened this issue Oct 18, 2023 · 2 comments
Closed

queueName in default.conf no variable expansion. #782

petersilva opened this issue Oct 18, 2023 · 2 comments
Labels
v3only Only affects v3 branches. v3 issue deferred to or affects version 3 wontfix This will not be worked on (outside development scope)

Comments

@petersilva
Copy link
Contributor

moved following setting from particular config, to default.conf.

# system-wide default.
queueName q_${BROKER_USER}.${PROGRAM}.${CONFIG}

now the environment variables are never expanded.

@petersilva petersilva added bug Something isn't working v3 issue deferred to or affects version 3 v3only Only affects v3 branches. labels Oct 18, 2023
@petersilva
Copy link
Contributor Author

so the issue here is actually specifically with ${BROKER_USER} in a poll, post, or watch... those don't have a broker, they have a post_broker. there is no POST_BROKER_USERNAME defined... we probably should.

@petersilva
Copy link
Contributor Author

open #802

@petersilva petersilva added wontfix This will not be worked on (outside development scope) and removed bug Something isn't working labels Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3only Only affects v3 branches. v3 issue deferred to or affects version 3 wontfix This will not be worked on (outside development scope)
Projects
None yet
Development

No branches or pull requests

1 participant