-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Support for System and User Assigned Managed Identities in azurerm_eventgrid_domain
, azurerm_eventgrid_topic
and azurerm_eventgrid_system_topic
#12951
Conversation
azurerm_eventgrid_domain
and azurerm_eventgrid_topic
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.
Thanks for reopening this PR and for fixing most of the comments left from #9906 @jrauschenbusch. The tests are passing, once the comments left on on the docs are fixed then this LGTM 👍🏼.
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
@stephybun Done |
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.
Thanks both! LGTM 🚀
@jrauschenbusch - this is ready to go once the merge conflicts are resolved! |
@katbyte UPDATE: Regained and back at home. I'll bring this PR to a mergeable state. |
Thanks a lot for reopening this PR for fixing #9925. What about azurerm_eventgrid_system_topic ? Will it also support identities ? King Regards. |
@javier-moreno-h Until now this PR just comprised the identity support for |
Additional functionality to be reviewed
@jrauschenbusch please re-request review when ready. |
@jrauschenbusch thanks a lot. I really appreciate it. I will be watching this thread. Regards. |
@stephybun PR is now ready to be re-reviewed. I had to adjust the expand/flatten function names due to collisions with another PR which was merged before. Basically there is some misalignment of the identity implementation in the Azure SDK. Therefore we need multiple functions for this job within the event grid module. This was already addressed by @tombuildsstuff within the azure-rest-api-specs repository (see Azure/azure-rest-api-specs#13340). Also i had to adjust a few parts of the system topic tests, due to source resource restrictions (allowed lengths of storage accounts). Below you'll find the output of my acceptance test execution. I ran the whole event grid acceptance test collection. Console Output
|
azurerm_eventgrid_domain
and azurerm_eventgrid_topic
azurerm_eventgrid_domain
, azurerm_eventgrid_topic
and azurerm_eventgrid_system_topic
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.
Thanks @jrauschenbusch LGTM 🥳
This functionality has been released in v2.76.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Reopened PR for #9906
Issue: #9525
@mbfrahry Please review