SUSE / ha-sap-terraform-deployments

Automated SAP/HA Deployments in Public/Private Clouds
GNU General Public License v3.0
122 stars 88 forks source link

check/fix discrepancies between regex/docs for passwords #819

Closed yeoldegrove closed 2 years ago

yeoldegrove commented 2 years ago

We should double check for discrepancies between our regex/docs for HANA and Netweaver/S4HANA passwords. It seems to me that our rules are outdated and do not match the official SAP docs.

melzer-b1 commented 2 years ago
yeoldegrove commented 2 years ago

I dug up some official docs again to support the needed changes. We should differentiate the rules and regexes between HANA and Netweaver/S4HANA. Also creating a doc/sap_passwords.mdwhich links to the official documentation would help. We could short-link to this new doc to not always include all the other links and the complete ruleset.

HANA:

Netweaver / S4HANA:

melzer-b1 commented 2 years ago

I've updated the PR to the 'new' rules. The rules are now documentated in doc/sap_passwords.md. All error messages and comments in the terraform.tfvars.example now refer to this file.

yeoldegrove commented 2 years ago

Several updates were done in #873 and #890