-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(microsoft365): add new check entra_policy_ensure_default_user_cannot_create_tenants
#6918
feat(microsoft365): add new check entra_policy_ensure_default_user_cannot_create_tenants
#6918
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6918 +/- ##
==========================================
+ Coverage 88.64% 88.71% +0.06%
==========================================
Files 1200 1201 +1
Lines 34652 34847 +195
==========================================
+ Hits 30718 30914 +196
+ Misses 3934 3933 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Do not merge this PR until changes from #6952 are applied to this check |
…d-existing-checks-not-to-add-resource-id-and-name' into PRWLR-5767-ensure-restrict-non-admin-users-from-creating-tenants-is-set-to-yes
…-from-creating-tenants-is-set-to-yes
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.
👏🏼 👏🏼 👏🏼
…annot_create_tenants` (#6918) Co-authored-by: MrCloudSec <[email protected]>
Context
In
Microsoft Entra ID
, non-administrative users can create new tenants, which results in them becoming the Global Administrator of that tenant. This can lead to shadow IT, where unauthorized environments are created without proper security controls, making it difficult for IT teams to manage and secure data.Description
This check ensures that
non-admin users
arerestricted
from creating new tenants inMicrosoft Entra ID
. By setting this restriction to "Yes", organizations can prevent uncontrolled tenant creation, ensuring that all new tenants are properly managed and secured under IT governance.Checklist
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.