Skip to content

Commit 8365569

Browse files
authored
docs: Prerequisites
1 parent d3777ee commit 8365569

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ module "meshplatform" {
3333
}
3434
```
3535

36+
37+
3638
By default, kraken, replicator, and idplookup service principals are enabled and will be created. To disable a service principal, set its according flag to `false`.
3739

3840
e.g.:
@@ -49,3 +51,10 @@ module "meshplatform" {
4951
idplookup_enabled = false
5052
}
5153
```
54+
# Prerequisites
55+
Permissions on AAD level are needed to run this module.
56+
Tenant wide admin consent must be granted for a succesful meshPlatform setup. Therefore to integrate a meshPlatform you need:
57+
58+
> An Azure account with one of the following roles: Global Administrator, Privileged Role Administrator, Cloud Application Administrator, or Application Administrator. A user can also be authorized to grant tenant-wide consent if they are assigned a custom directory role that includes the permission to grant permissions to applications.[^1]
59+
60+
[^1]: See [Azure public documentation](https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/grant-admin-consent#prerequisites)

0 commit comments

Comments
 (0)