Password Policy - Check password policy implemented in the app before releasing using kubernetes pipeline - Mendix Forum

Password Policy - Check password policy implemented in the app before releasing using kubernetes pipeline

0

The functionality that I am looking to implement is; 
A check, that will check the password policy of all the applications 
through a kubernetes pipeline.

The one that you showed is just available in the modeler and needs manual
effort. 
There can be manual mistakes with respect to this as we have 100s of 
applications and we are continuously releasing new versions. That is the 
reason I am looking for this solution.

asked
2 answers

Thank you Rom for direction. I'll surely check and let you know.

Created

You could check the Mendix Model SDK and see if the properties of the ModuleSecurity object contain the information you require.

Created