Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

Can you give access with the external

idP system?

1a
- No, Roles and access control are still
enforced inside Anypoint Platform

- You can only have one external idP


system

1b
If the client sends a head to X-
CORRELATION-ID will it be taken by
Mulesoft?

2a
Yes, as default but only if you call it X-
CORRELATION-ID

2b
If you have:

- 4 different environments: Dev, staging, performance and production

- 50 application deployed in each environment

- Two separate VPCs for production and non-production environments

- In performance and production environment each Mule application will be


deployed to two workers

What is the minimum CIDR network subnet for each of the VPCs? (non-prod
and prod)
3a
IP addresses

50 dev
50 staging

50 + 50 performance --> due to 2 workers per application

50 + 50 prod --> due to 2 workers per application

300 IPs + zero downtime 50% (150) = 450

- /23 = 510 IPs so you select /23

Remember you can configure a VPC with any CIDR subnet between /24 and /16 without
any additional costs

- You should plan for worst case growth


3b
What are the characteristics of a business
group regarding the resources?

4a
- Business group provide isolation of resources
- vCores are assigned to a specific BG
- If you assign vCores to a BG it makes it
unavailable to the parent organization
- Each BG has its own environment
- Each BG has its separate client id and secret
- Deleting a BG is not recoverable
4b
What are the characteristics of a business
group regarding the users?

5a
- Each organization contain child
Business Groups
- Some Roles can be created for every
business group
- Custom roles can also collect a
different set of permissions
5b
What are the characteristics of an
organization and its users?

6a
- The organization owner has all
permissions independent of any role
- If you add an administrator to the
upper organization then they also have
all permissions
- A business group owner doesn't have
permissions to the parent business group
6b
Which transaction types are supported
by Mule?

7a
- Single-resource (local) TX

If you only have one database in the try scope

- Global (XA) TX

If you have more then one database =


distributed system
7b

You might also like