-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 e2e test for Azure Event Hubs using Workload Identity and Pod Identity #3888
Comments
I can do it |
Awesome! |
This is the repo. It's done with terraform and I guess that the change is small, you need to pass the manage identity or the map of managed identities to event-hub module and storage account module, and the assign the roles. Currently, Service Bus module already has assigned roles, so you could check how it's done here You can see the terraform plan output in the CI check summary and once it's merged, the infra will be automatically updated |
I have already created the role assignments, so you don't need to do anything in testing-infrastructure repo, all the changes you need to do are in this repo 😄 |
Great, Thank you :) |
I will start with it in the next few days. I didn't have time over the turn of the year. |
No rush, when you have time :) |
Hey @christle |
No Problem. It is totally fine for me. I just did some initial setup task regards infrastructure etc last week. sry for that |
f**k, sorry :( |
Proposal
We need to add e2e test coverage for the scenario
Use-Case
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: