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

Add configuration for a user and password to the broker. #779

Merged
merged 2 commits into from
Jun 22, 2020

Conversation

jordandukart
Copy link
Member

JIRA Ticket: Islandora/documentation#1454

What does this Pull Request do?

Adds user/password configuration for the broker such that non-anonymous connections can be made.

What's new?

Configuration form settings and passing down the credentials to the islandora.stomp service.

How should this be tested?

Configure ActiveMQ to require authentication.
Add those credentials to the form.
Things operate as expected.

Interested parties

@Islandora/8-x-committers

@dannylamb
Copy link

Looks straightforward and good. I'm juggling a few things right now but I'll get around to smoke testing this soon @jordandukart

Copy link

@dannylamb dannylamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've pulled this down and tested it pretty thoroughly. Works as advertised. Form fails if you don't add a password. If you've already entered a password and don't enter one, it uses the old one.

After setting up activemq to use basic auth, I could successfully connect to the broker and publish messages from Drupal.

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

Successfully merging this pull request may close these issues.

None yet

2 participants