Skip to content
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 servicebus_topics scope for role assignment #1860

Merged

Conversation

trapeznikov
Copy link
Contributor

@trapeznikov trapeznikov commented Nov 14, 2023

PR Checklist


Description

Does this introduce a breaking change

  • YES
  • NO

Testing

role_mapping = {
  built_in_role_mapping = {
    servicebus_topics = {
      "topic" = {
        "Azure Service Bus Data Sender" = {
          azuread_groups = {
            keys = ["group"]
          }
        }
      }
    } 
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants