-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DO NOT MERGE] - feat(iam): Changes to support bigmac IAM auth #65
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jdinh8124 I haven't figured out 'why', but the ECS connector task is not stable. It launches, then quickly dies saying it can't connect to the brokers.
awslogs get /aws/fargate/appian-connector-iam-kafka-connect --watch
That shows the error, which looks like:
ERROR Stopping due to error (org.apache.kafka.connect.cli.ConnectDistributed)
org.apache.kafka.connect.errors.ConnectException: Failed to connect to and describe Kafka cluster. Check worker's broker connection and security properties.
The changes look good to me, not sure what's happening.
We discussed this a bit in slack, following up here: Code LGTM @jdinh8124 |
Co-authored-by: github-actions <[email protected]>
Purpose
This changeset represents what's needed to preserve all project functionality when Bigmac IAM Auth is enabled.
Linked Issues to Close
Closes https://qmacbis.atlassian.net/browse/OY2-23455
Approach
There are three major areas of updates:
Assorted Notes/Considerations/Learning
Logic was following Mike's draft PR here