-
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
[DEVEX-91] azure_role_assignments module implemented #44
Merged
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
Krusty93
reviewed
Jun 28, 2024
Krusty93
reviewed
Jun 28, 2024
Krusty93
reviewed
Jun 28, 2024
Very nice work! |
gunzip
reviewed
Jul 3, 2024
infra/modules/azure_role_assignments/examples/function_app/main.tf
Outdated
Show resolved
Hide resolved
Co-authored-by: gunzip <gunzip@users.noreply.github.com>
… and queue datasource
christian-calabrese
force-pushed
the
DEVEX-91-role-assignments-module
branch
from
July 4, 2024 14:59
8de3112
to
39cf3ee
Compare
Krusty93
approved these changes
Jul 9, 2024
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.
List of changes
Implemented the terraform module to allow principals (mostly managed identities and user assigned identities) to read, write or manage the most commonly used resources.
The supported roles for each role assignment are:
As of the time of writing the following resources are supported as scopes of the role assignments:
More services that will be implemented in the next future are:
Motivation and context
The aim of this module is to simplify the segmented management of RBAC assignments in Azure.
Other information
To request more supported services, please contact the DevEx team