DBC22-5426: token based auth for RabbitMQ connection#1313
Open
bcgov-brwang wants to merge 1 commit into
Open
Conversation
fde0a75 to
d0ab482
Compare
|
0c2d248 to
6122e6c
Compare
DBC22-5426: got token based auth working DBC22-5426: added test cases to cover new code DBC22-5426: fixed sonarcloud issues DBC22-5426: fixed left sonarcloud issue DBC22-5426: fixed left sonarcloud issue 2 DBC22-5426: removed auth client secret when connect DBC22-5426: rebased from main DBC22-5426: token based auth DBC22-5426: got token based auth working DBC22-5426: added test cases to cover new code DBC22-5426: fixed sonarcloud issues DBC22-5426: fixed left sonarcloud issue DBC22-5426: fixed left sonarcloud issue 2 DBC22-5426: removed auth client secret when connect DBC22-5426: added missing functions
f686b7f to
a0a5f09
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



📝 Submitter
🔗 JIRA Ticket
✅ Quality Assurance & Requirements
⚙️ Configuration & Environment
🧪 How to Test (if required)
Add following env variables:
RABBITMQ_HOST=142.34.229.61
RABBITMQ_PORT=5064
RABBITMQ_VHOST=vh-drivebc-dev-test
OAUTH2_SCOPE=rabbitmq:read rabbitmq:write
OAUTH2_TOKEN_URL=https://dev.loginproxy.gov.bc.ca/auth/realms/moti-custom/protocol/openid-connect/token
OAUTH2_CLIENT_ID=rabbitmq-auth
OAUTH2_DRIVEBC_RABBITMQ_USERNAME=dev-drivebc-consumer
OAUTH2_DRIVEBC_RABBITMQ_PASSWORD=xxxxxx
Verify consumer can connect to RabbitMQ correctly
🔍 Reviewer Checklist