Bangalore MuleSoft Meetup Group
24 Nov,2018: CloudHub Architecture and Integration
deployment Patterns
10:30 AM Introduction
10:45 AM Technical Session: Mule 4 Security Features,
Mulesoft GDPR(General Data Protection Regulation)
12:30 PM Open forum discussion ( Q&A, Topics for next
meetup, speakers for next meetup )
01:00 PM Lunch break
All contents © MuleSoft Inc.
Introductions
Introductions
About the organizer :
– Gaurav – Senior Application Developer, Accenture
– Rajesh – Senior Technology Architect , Infosys
Partner:
All contents © MuleSoft Inc.
– Mahesh Shenoy – Director, Partner Enablement at MULESOFT.
All contents © MuleSoft Inc.
Introductions
5
Introduce yourselves !
– Name
– Background
• What’s your experience with Anypoint platform?
• Why are you here ? Expectations?
Mule 4 Security Features
Mule 4 Security Features
Attack prevention
Restrict access based on client IP addresses with drag and drop filters to guard your system from bad actors.
Prevent replay attacks using easily configurable message expiry policies. Apply cyclic redundancy checks
(CRC) to detect message tampering.
Mule 4 Security Features
Secure Property Placeholder
Secure properties can encrypt properties and store the encrypted text in secure properties files.
We can configure a secure properties file with this module (<secure-properties:config>)
The prefix secure:: is required for loading the key.
<secure-properties:config name="Secure_Properties_Config" doc:name="Secure Properties Config"
doc:id="3d35bc98-496c-4c54-b00e-38d072585ac7" file="config/application-name-${mule.env}.properties"
key="${mule.key}" />
Mule 4 Security Features
Encryption, digital signatures
Maintain data integrity and confidentiality by encrypting all or part of confidential message payloads or storing
access credentials in an encrypted vault. Preserve data integrity with digital signatures.
Mule 4 Security Features
Download the security module's plug-in from the exchange in
Anypoint Studio.
encryption/decryption enhanced the secure key bases process, so
now we need to generate a keystore file.
“keytool.exe -genseckey -alias srccodes -keyalg AES -keystore
aesKelltontech.jceks -keysize 128 -storeType JCEKS”
Now, let's go to configure the "JCE encrypt" component to encrypt the
data in flow with the below steps.
Module configuration (global configuration): To use global
configuration, we need to follow the below steps.
JCE cryptography module
Mule 4 Security Features
In the keystore file, "askKelltontech.jceks," which we have
generated with the alias = 'srccodes' and password = '123456,'
we can configure our app's global configuration.
Refer to the global configuration in JCE encrypt component
JCE cryptography module
Mule 4 Security Features
Identity management
Protect access to APIs and service endpoints by moving beyond usernames and passwords. Leverage
proven security standards such as SAML, OAuth2, and WS-Security or use existing LDAP stores for
authentication and authorization.
Configure and apply API policies at runtime using Anypoint API Manager.
Mule 4 Security Features
OAuth2 configuration in HTTP Connector
Step 1 – Create a simple Mule flow in Studio
Note: You can use the same HTTP Connector for both HTTP Listener
and HTTP Request
Step 2 – Configure the HTTP Listener
When you click on HTTP Listener (the first HTTP) and click on + in
the panel, you will see the HTTP Listener Configuration.
For this demo, I will make my Mule app listen to
localhost:8081/github.
Step 3 – Get the GitHub RAML from Anypoint Exchange
When you click on HTTP Request (the second HTTP in the flow), click
on + in the panel, and you will see the HTTP Request Configuration.
Click on “Search RAML in Exchange” to get the GitHub RAML from
the Exchange.
Mule 4 Security Features
Step 4 – Configure OAuth2
When you click on the “Authentication” tab in the HTTP Request
Configuration, some fields such as Authorization Url, Scopes, and
Token Url automatically filled out from the RAML. Make sure that
the below six fields are filled out in the OAuth2
configuration: Client Id, Client Secret, Redirection (Callback) URL,
Local Authorization Url, Access Token and Refresh Token.
Find Client Id, Client Secret and Redirection (Callback) URL from
GitHub. You can find this information in Settings -
> OAuth applications -> Developer applications in GitHub.
Pick a local authorization URL. Local authorization URL will be
used to initiate an“OAuth2.” and Write an MEL expression to
extract an access token and a refresh token. In GitHub’s case, it
doesn’t return a refresh token, so I will put the same expression
for the access token and refresh token.
(#[payload.’access_token’]) format of the response to this request
to the token URL is not defined in the OAuth spec, each service
could return a different response format.
Mule 4 Security Features
Step 5 – Select “emojis” in Path
Since “emojis” doesn’t require any parameters, you can remove the
following parameters in the header.
Step 6 – Get a list of the emojis that GitHub supports
After running the Mule app, initiate an “OAuth2 dance” by hitting the
local authorization URL () specified in the HTTP Request
Configuration. Once an access token is created, you can receive a list
of the emojis GitHub supports by hitting .
GDPR
GDPR
What is GDPR:
All contents © MuleSoft Inc.
GDPR is considered to be the most significant piece of European data protection legislation to be introduced in the EU
in the last 20 years. This legislation has introduced a new information type called Personal Data which can be
summarized as information.
GDPR is not limited to EU-based businesses, it applies to global businesses that provide goods and services to EU
citizens. These businesses are required to be compliant with GDPR, when the regulation takes effect.
GDPR
How does Anypoint Platform handle Personal Data?
All contents © MuleSoft Inc.
MuleSoft’s Anypoint Platform is a fully customizable Platform as a Service (PaaS) which connects and manages data via
cloud, hybrid, and on-premise offerings. Our platform is divided into two planes which separate the shared services
and dedicated runtimes.
1. The Control Plane provides multi-tenant features and services, and manages the interconnected runtimes (i.e.
CloudHub, Anypoint Exchange, and Runtime Manager).
2. The Runtime Plane can be a dedicated environment which performs the interconnection and pass through of data
between connected systems.
Anypoint Exchange
Anypoint DesignCenter Anypoint ManagementCenter
MuleSoft
Multi-Tenant
VPC
Customer
Dedicated
VPC
Control
plane
Runtime
plane
Mule Runtime Engine
AnypointConnectors
Runtime Services
GDPR
All contents © MuleSoft Inc.
Figure 1: Anypoint Platform
GDPR
All contents © MuleSoft Inc.
At the Control Plane level, MuleSoft has identified the following scenarios where Personal Data may be collected and
used to provide you our products and services:
 Registering for Anypoint Platform
 Monitoring activity through logs
 Use of key features: Analytics, message queue, and object store
At the Runtime Plane level, MuleSoft has identified the following scenarios where Personal Data may be handled as
part of our products and services:
 Transmission of payload data
 Application logs of payload data
All contents © MuleSoft Inc.
Quiz
15
Winners will receive a gift
Learn all about Mule 4 and more!
Resources to learn
All contents © MuleSoft Inc.
MuleSoft U
20
• Free!
• Self-paced HTML-format courses with step-by-step instructions to go
deep on any topic.
• Available courses:
- NEW - Development fundamentals (Mule 3 and 4)
- NEW – Mule 4 for Mule 3 users
- Flow Design
- Getting started with Anypoint Platform (Mule 3 and 4)
Register for MuleSoft U at
https://training.mulesoft.com/category/mulesoftu
All contents © MuleSoft Inc.
Instructor-led training
21
• 1 to 5 days, in person or online
• 12 available courses
• For all profiles: developers, architects, admins, IT ops, managers
See all the learning paths available and register for a class at
https://training.mulesoft.com
Win 1 of 5 free instructor-led training courses by participating in our
trivia later tonight!
All contents © MuleSoft Inc.
More certifications to validate your skills
22
• Confirm mastery of concepts
• Achieve industry recognition
• Differentiate yourself in the marketplace
– MCD – Level 1 (Mule 4) + Level 1 (Mule 4) DELTA
– MCD – Integration and API Associate
– MCD – API Design Associate
– MCD – Integration Professional (Mule 3)
– MuleSoft Certified Platform Architect – Level 1
– MuleSoft Certified Integration Architect – Level 1
QA & open discussion
All contents © MuleSoft Inc.
Stay connected
24
Stay connected with Mule 4
Twitter: https:// twitter.com/Mulesoft
Linkedin: https://www.linkedin.com/groups/6936034 /
Facebook: https ://www.facebook.com/groups/Mulesoft/
Thank you !
See you next time
Please send topic suggestions to the organizer

More Related Content

PPTX
Mulesoft with ELK (Elastic Search, Log stash, Kibana)
PPTX
Mulesoft Meetup Bangalore - 6th March 2021
PPTX
Meetup bangalore-sept5th 2020 (1)
PPTX
Mule meetup 25thjan
PPTX
MuleSoft Meetup Warsaw Group #1
PPTX
Ahmedabad MuleSoft Meetup #1
PPTX
Mumbai MuleSoft Meetup 12
PPTX
Meet up slides_mumbai_05022020_final
Mulesoft with ELK (Elastic Search, Log stash, Kibana)
Mulesoft Meetup Bangalore - 6th March 2021
Meetup bangalore-sept5th 2020 (1)
Mule meetup 25thjan
MuleSoft Meetup Warsaw Group #1
Ahmedabad MuleSoft Meetup #1
Mumbai MuleSoft Meetup 12
Meet up slides_mumbai_05022020_final

What's hot (20)

PDF
Ahmedabad MuleSoft Meetup #4
PPTX
Hyderabad MuleSoft Meetup - Anypoint Studio Tips and Tricks & Salesforce Comp...
PPTX
MuleSoft Meetup Virtual_ 2_Charlotte
PDF
Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...
PDF
Containerising the Mule Runtime with Kubernetes & From Zero to Batch : MuleS...
PPTX
Warsaw MuleSoft Meetup #7 - custom policy
PPTX
Wellington MuleSoft Meetup 2021-02-18
PPTX
Clustering, Server setup and Hybrid deployment setup using Anypoint Runtime M...
PDF
Surat MuleSoft Meetup#2 - Anypoint Runtime Fabric
PPTX
MuleSoft Clustring, Okta, CI/CD Integration with Jenkins
PPTX
Chandigarh MuleSoft Meetup #01
PPTX
Warsaw MuleSoft Meetup #6 - CI/CD
PPTX
Custom MuleSoft connector using Java SDK
PDF
MuleSoft Online Meetup - MuleSoft integration with snowflake and kafka
PPTX
MuleSoft Meetup Mumbai Mule 4 Presentation Slide
PDF
Custom policies in mule 4 and a circuit breaker example
PPTX
mulesoft meetup @ bangalore
PPTX
Ahmadabad mule soft_meetup_6march2021_azure_CICD
PDF
MuleSoft Manchester Meetup #2 slides 29th October 2019
PDF
DataWeave and Error Handling Meetup at SF Tower Sept 24th
Ahmedabad MuleSoft Meetup #4
Hyderabad MuleSoft Meetup - Anypoint Studio Tips and Tricks & Salesforce Comp...
MuleSoft Meetup Virtual_ 2_Charlotte
Mule 4 migration + Common Integration Challenges : MuleSoft Virtual Muleys Me...
Containerising the Mule Runtime with Kubernetes & From Zero to Batch : MuleS...
Warsaw MuleSoft Meetup #7 - custom policy
Wellington MuleSoft Meetup 2021-02-18
Clustering, Server setup and Hybrid deployment setup using Anypoint Runtime M...
Surat MuleSoft Meetup#2 - Anypoint Runtime Fabric
MuleSoft Clustring, Okta, CI/CD Integration with Jenkins
Chandigarh MuleSoft Meetup #01
Warsaw MuleSoft Meetup #6 - CI/CD
Custom MuleSoft connector using Java SDK
MuleSoft Online Meetup - MuleSoft integration with snowflake and kafka
MuleSoft Meetup Mumbai Mule 4 Presentation Slide
Custom policies in mule 4 and a circuit breaker example
mulesoft meetup @ bangalore
Ahmadabad mule soft_meetup_6march2021_azure_CICD
MuleSoft Manchester Meetup #2 slides 29th October 2019
DataWeave and Error Handling Meetup at SF Tower Sept 24th
Ad

Similar to Mule soft Meetup #3 (20)

PPTX
Baltimore jan2019 mule4
PPTX
How to Secure Mule API's With a Demo
PPTX
Securing mule
PPTX
Mule enterprise security
PPTX
Mule securing
PPTX
MuleSoft Meetup Charlotte 2019
PPTX
Best Practices for API Security
PPTX
Best Practices for API Security
PPTX
Anypoint enterprise security overview
PPTX
Flows in mule
PPTX
Mule Security
PPTX
Flowsinmule 160517130818
PDF
Singapore MuleSoft Meetup - 24 Aug 2022
PPTX
Flows in mule
PPTX
MuleSoft São Paulo Meetup #3 - 18 Jun
PDF
API Security best practices Protect your APIs with Anypoint Platform
PDF
Melbourne Virtual MuleSoft Meetup October 2021
PDF
MuleSoft meetup__houston #13
PPTX
Learn mulesoft from scratch
PPTX
Security Policies MuleSoft API Manager Mule4
Baltimore jan2019 mule4
How to Secure Mule API's With a Demo
Securing mule
Mule enterprise security
Mule securing
MuleSoft Meetup Charlotte 2019
Best Practices for API Security
Best Practices for API Security
Anypoint enterprise security overview
Flows in mule
Mule Security
Flowsinmule 160517130818
Singapore MuleSoft Meetup - 24 Aug 2022
Flows in mule
MuleSoft São Paulo Meetup #3 - 18 Jun
API Security best practices Protect your APIs with Anypoint Platform
Melbourne Virtual MuleSoft Meetup October 2021
MuleSoft meetup__houston #13
Learn mulesoft from scratch
Security Policies MuleSoft API Manager Mule4
Ad

Recently uploaded (20)

PDF
STKI Israel Market Study 2025 version august
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PDF
Consumable AI The What, Why & How for Small Teams.pdf
PDF
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
PPTX
Module 1 Introduction to Web Programming .pptx
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PPTX
Build Your First AI Agent with UiPath.pptx
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
PDF
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
PPTX
Configure Apache Mutual Authentication
PDF
Flame analysis and combustion estimation using large language and vision assi...
PPT
Geologic Time for studying geology for geologist
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PDF
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
PDF
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
DOCX
Basics of Cloud Computing - Cloud Ecosystem
STKI Israel Market Study 2025 version august
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
Consumable AI The What, Why & How for Small Teams.pdf
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
Module 1 Introduction to Web Programming .pptx
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
Custom Battery Pack Design Considerations for Performance and Safety
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Build Your First AI Agent with UiPath.pptx
Taming the Chaos: How to Turn Unstructured Data into Decisions
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
Configure Apache Mutual Authentication
Flame analysis and combustion estimation using large language and vision assi...
Geologic Time for studying geology for geologist
The influence of sentiment analysis in enhancing early warning system model f...
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Basics of Cloud Computing - Cloud Ecosystem

Mule soft Meetup #3

  • 1. Bangalore MuleSoft Meetup Group 24 Nov,2018: CloudHub Architecture and Integration deployment Patterns
  • 2. 10:30 AM Introduction 10:45 AM Technical Session: Mule 4 Security Features, Mulesoft GDPR(General Data Protection Regulation) 12:30 PM Open forum discussion ( Q&A, Topics for next meetup, speakers for next meetup ) 01:00 PM Lunch break All contents © MuleSoft Inc.
  • 4. Introductions About the organizer : – Gaurav – Senior Application Developer, Accenture – Rajesh – Senior Technology Architect , Infosys Partner: All contents © MuleSoft Inc. – Mahesh Shenoy – Director, Partner Enablement at MULESOFT.
  • 5. All contents © MuleSoft Inc. Introductions 5 Introduce yourselves ! – Name – Background • What’s your experience with Anypoint platform? • Why are you here ? Expectations?
  • 6. Mule 4 Security Features
  • 7. Mule 4 Security Features Attack prevention Restrict access based on client IP addresses with drag and drop filters to guard your system from bad actors. Prevent replay attacks using easily configurable message expiry policies. Apply cyclic redundancy checks (CRC) to detect message tampering.
  • 8. Mule 4 Security Features Secure Property Placeholder Secure properties can encrypt properties and store the encrypted text in secure properties files. We can configure a secure properties file with this module (<secure-properties:config>) The prefix secure:: is required for loading the key. <secure-properties:config name="Secure_Properties_Config" doc:name="Secure Properties Config" doc:id="3d35bc98-496c-4c54-b00e-38d072585ac7" file="config/application-name-${mule.env}.properties" key="${mule.key}" />
  • 9. Mule 4 Security Features Encryption, digital signatures Maintain data integrity and confidentiality by encrypting all or part of confidential message payloads or storing access credentials in an encrypted vault. Preserve data integrity with digital signatures.
  • 10. Mule 4 Security Features Download the security module's plug-in from the exchange in Anypoint Studio. encryption/decryption enhanced the secure key bases process, so now we need to generate a keystore file. “keytool.exe -genseckey -alias srccodes -keyalg AES -keystore aesKelltontech.jceks -keysize 128 -storeType JCEKS” Now, let's go to configure the "JCE encrypt" component to encrypt the data in flow with the below steps. Module configuration (global configuration): To use global configuration, we need to follow the below steps. JCE cryptography module
  • 11. Mule 4 Security Features In the keystore file, "askKelltontech.jceks," which we have generated with the alias = 'srccodes' and password = '123456,' we can configure our app's global configuration. Refer to the global configuration in JCE encrypt component JCE cryptography module
  • 12. Mule 4 Security Features Identity management Protect access to APIs and service endpoints by moving beyond usernames and passwords. Leverage proven security standards such as SAML, OAuth2, and WS-Security or use existing LDAP stores for authentication and authorization. Configure and apply API policies at runtime using Anypoint API Manager.
  • 13. Mule 4 Security Features OAuth2 configuration in HTTP Connector Step 1 – Create a simple Mule flow in Studio Note: You can use the same HTTP Connector for both HTTP Listener and HTTP Request Step 2 – Configure the HTTP Listener When you click on HTTP Listener (the first HTTP) and click on + in the panel, you will see the HTTP Listener Configuration. For this demo, I will make my Mule app listen to localhost:8081/github. Step 3 – Get the GitHub RAML from Anypoint Exchange When you click on HTTP Request (the second HTTP in the flow), click on + in the panel, and you will see the HTTP Request Configuration. Click on “Search RAML in Exchange” to get the GitHub RAML from the Exchange.
  • 14. Mule 4 Security Features Step 4 – Configure OAuth2 When you click on the “Authentication” tab in the HTTP Request Configuration, some fields such as Authorization Url, Scopes, and Token Url automatically filled out from the RAML. Make sure that the below six fields are filled out in the OAuth2 configuration: Client Id, Client Secret, Redirection (Callback) URL, Local Authorization Url, Access Token and Refresh Token. Find Client Id, Client Secret and Redirection (Callback) URL from GitHub. You can find this information in Settings - > OAuth applications -> Developer applications in GitHub. Pick a local authorization URL. Local authorization URL will be used to initiate an“OAuth2.” and Write an MEL expression to extract an access token and a refresh token. In GitHub’s case, it doesn’t return a refresh token, so I will put the same expression for the access token and refresh token. (#[payload.’access_token’]) format of the response to this request to the token URL is not defined in the OAuth spec, each service could return a different response format.
  • 15. Mule 4 Security Features Step 5 – Select “emojis” in Path Since “emojis” doesn’t require any parameters, you can remove the following parameters in the header. Step 6 – Get a list of the emojis that GitHub supports After running the Mule app, initiate an “OAuth2 dance” by hitting the local authorization URL () specified in the HTTP Request Configuration. Once an access token is created, you can receive a list of the emojis GitHub supports by hitting .
  • 16. GDPR
  • 17. GDPR What is GDPR: All contents © MuleSoft Inc. GDPR is considered to be the most significant piece of European data protection legislation to be introduced in the EU in the last 20 years. This legislation has introduced a new information type called Personal Data which can be summarized as information. GDPR is not limited to EU-based businesses, it applies to global businesses that provide goods and services to EU citizens. These businesses are required to be compliant with GDPR, when the regulation takes effect.
  • 18. GDPR How does Anypoint Platform handle Personal Data? All contents © MuleSoft Inc. MuleSoft’s Anypoint Platform is a fully customizable Platform as a Service (PaaS) which connects and manages data via cloud, hybrid, and on-premise offerings. Our platform is divided into two planes which separate the shared services and dedicated runtimes. 1. The Control Plane provides multi-tenant features and services, and manages the interconnected runtimes (i.e. CloudHub, Anypoint Exchange, and Runtime Manager). 2. The Runtime Plane can be a dedicated environment which performs the interconnection and pass through of data between connected systems.
  • 19. Anypoint Exchange Anypoint DesignCenter Anypoint ManagementCenter MuleSoft Multi-Tenant VPC Customer Dedicated VPC Control plane Runtime plane Mule Runtime Engine AnypointConnectors Runtime Services GDPR All contents © MuleSoft Inc. Figure 1: Anypoint Platform
  • 20. GDPR All contents © MuleSoft Inc. At the Control Plane level, MuleSoft has identified the following scenarios where Personal Data may be collected and used to provide you our products and services:  Registering for Anypoint Platform  Monitoring activity through logs  Use of key features: Analytics, message queue, and object store At the Runtime Plane level, MuleSoft has identified the following scenarios where Personal Data may be handled as part of our products and services:  Transmission of payload data  Application logs of payload data
  • 21. All contents © MuleSoft Inc. Quiz 15 Winners will receive a gift
  • 22. Learn all about Mule 4 and more! Resources to learn
  • 23. All contents © MuleSoft Inc. MuleSoft U 20 • Free! • Self-paced HTML-format courses with step-by-step instructions to go deep on any topic. • Available courses: - NEW - Development fundamentals (Mule 3 and 4) - NEW – Mule 4 for Mule 3 users - Flow Design - Getting started with Anypoint Platform (Mule 3 and 4) Register for MuleSoft U at https://training.mulesoft.com/category/mulesoftu
  • 24. All contents © MuleSoft Inc. Instructor-led training 21 • 1 to 5 days, in person or online • 12 available courses • For all profiles: developers, architects, admins, IT ops, managers See all the learning paths available and register for a class at https://training.mulesoft.com Win 1 of 5 free instructor-led training courses by participating in our trivia later tonight!
  • 25. All contents © MuleSoft Inc. More certifications to validate your skills 22 • Confirm mastery of concepts • Achieve industry recognition • Differentiate yourself in the marketplace – MCD – Level 1 (Mule 4) + Level 1 (Mule 4) DELTA – MCD – Integration and API Associate – MCD – API Design Associate – MCD – Integration Professional (Mule 3) – MuleSoft Certified Platform Architect – Level 1 – MuleSoft Certified Integration Architect – Level 1
  • 26. QA & open discussion
  • 27. All contents © MuleSoft Inc. Stay connected 24 Stay connected with Mule 4 Twitter: https:// twitter.com/Mulesoft Linkedin: https://www.linkedin.com/groups/6936034 / Facebook: https ://www.facebook.com/groups/Mulesoft/
  • 28. Thank you ! See you next time Please send topic suggestions to the organizer