Exam MCIA - Level 1 All QuestionsBrowse all questions from this 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?

    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
ExamschafferOption: D

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.

AlandtOption: D

Made the Mulesoft practice exam and D is the correct answer

gilofernandesOption: D

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

awsuser1Option: B

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