MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 Exam - Question 95


An organization is creating a Mule application that will be deployed to CloudHub. The Mule application has a property named dbPassword that stores a database user’s password.

The organization's security standards indicate that the dbPassword property must be hidden from every Anypoint Platform user after the value is set in the Runtime Manager Properties tab.

What configuration in the Mule application helps hide the dbPassword property value in Runtime Manager?

Show Answer
Correct Answer: D

To hide the dbPassword property value in the Runtime Manager after it is set, the property should be added to the secureProperties section of the mule-artifact.json file. This configuration ensures that sensitive properties are securely stored and masked in the runtime manager properties table.

Discussion

4 comments
Sign in to comment
ExamschafferOption: D
Jan 7, 2023

D. Add the dbPassword property to the secureProperties section of the mule-artifact.json file It masks the values of the properties in the runtime manager properties table.

awsuser1Option: B
Jan 18, 2023

B is correct. https://developer.mulesoft.com/tutorials-and-howtos/getting-started/how-to-secure-properties-before-deployment/

gilofernandesOption: D
Nov 8, 2023

https://docs.mulesoft.com/cloudhub/secure-application-properties#create-safely-hidden-application-properties

AlandtOption: D
Jun 18, 2024

Made the Mulesoft practice exam and D is the correct answer