-
Notifications
You must be signed in to change notification settings - Fork 37
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
AWS IRSA support and Eventbridge reaction #140
Merged
ruokun-niu
merged 13 commits into
drasi-project:main
from
ruokun-niu:eventbridge-reaction
Feb 13, 2025
Merged
AWS IRSA support and Eventbridge reaction #140
ruokun-niu
merged 13 commits into
drasi-project:main
from
ruokun-niu:eventbridge-reaction
Feb 13, 2025
Conversation
This file contains 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
danielgerlag
approved these changes
Jan 21, 2025
…drasi-platform into eventbridge-reaction * 'eventbridge-reaction' of https://github.com/ruokun-niu/drasi-platform: Update Dockerfile Update Dockerfile Update Dockerfile storage queue reaction build Initial Kubernetes source (drasi-project#137) Source Subscription deletion (drasi-project#136)
amansinghoriginal
approved these changes
Feb 12, 2025
ruokun-niu
added a commit
to ruokun-niu/drasi-platform
that referenced
this pull request
Mar 4, 2025
…si-platform into debug-base-images * 'debug-base-images' of https://github.com/ruokun-niu/drasi-platform: Transition to Native Multi-Platform Builds for Docker Images (drasi-project#161) Bump jinja2 from 3.1.4 to 3.1.5 in /reactions/sdk/python (drasi-project#135) Bump vite in /reactions/signalr/signalr-reaction/clients/vue (drasi-project#142) Bump nanoid in /reactions/signalr/signalr-reaction/clients/react/example (drasi-project#131) Bump openssl from 0.10.66 to 0.10.71 in /query-container (drasi-project#160) Bump golang.org/x/crypto from 0.26.0 to 0.31.0 in /cli (drasi-project#132) Bump nanoid in /reactions/signalr/signalr-reaction/clients/vue/example (drasi-project#130) Bump openssl from 0.10.68 to 0.10.71 in /sources/sdk/rust/example/proxy (drasi-project#158) Bump io.undertow:undertow-core from 2.3.15.Final to 2.3.17.Final in /sources/sdk/java (drasi-project#127) Bump esbuild from 0.16.17 to 0.25.0 in /dev-tools/vscode/drasi (drasi-project#151) Bump openssl from 0.10.66 to 0.10.70 in /control-planes/mgmt_api (drasi-project#148) Remove Fixed Dapr Version Constraint (drasi-project#147) Gremlin Reaction hotfix (drasi-project#149) EventHub Source (drasi-project#152) Configured the EventGrid Reaction to use different schemas (drasi-project#138) AWS IRSA support and Eventbridge reaction (drasi-project#140) init logging (drasi-project#153) Dotnet source sdk (drasi-project#144) Refactor Relational Source and add MySQL Support. (drasi-project#146)
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.
Description
This PR adds two types of new
identity
:AwsIamRole
andAwsAccessKey
.This PR also adds the AWS EventBridge reaction, which only supports authentication using one of the two identity types listed above. If using IRSA, the IAM role must have the
PutEvents
permission for Eventbridge.Sample yaml using IRSA:
Sample yaml using AwsAccessKey:
Type of change
Fixes: #issue_number