wls-eng / arm-oraclelinux-wls

Microsoft Azure ARM Templates to create Oracle Linux VM with pre-installed Weblogic Server
Apache License 2.0
0 stars 7 forks source link

Relax validation requirements for database password, and update message accordingly #299

Closed edburns closed 3 years ago

edburns commented 3 years ago

The validation requirements for the database password field must only be as strict as the least strict of the three supported databases. According to Oracle, that means the validation requirements should be 5 chars min, at least one number.

This issue asks the assignee to update the createUiDefinition.json so that

edburns commented 3 years ago

PRs

https://github.com/wls-eng/arm-oraclelinux-wls-dynamic-cluster/pull/131 https://github.com/wls-eng/arm-oraclelinux-wls-cluster/pull/143 https://github.com/wls-eng/arm-oraclelinux-wls-admin/pull/100