f5devcentral / f5-azure-saca

Secure Azure Computing Architecture for DoD (SACA) - Notional Secure Cloud Computing Architecture (SCCA) Deployment
MIT License
26 stars 40 forks source link

governmentCloudRegion needs updated description #108

Closed svbfromnl closed 4 years ago

svbfromnl commented 4 years ago

"parameters": { "governmentCloudRegion": { "defaultValue": true, "metadata": { "description": "Type of authentication to use on the Virtual Machine, password based authentication or key based authentication." }, "type": "bool" }

This is part of the commercial deployment script. If it does belong here, what does it do?

Mikej81 commented 4 years ago

This is a selectable option when you deploy the template, how are you deploying the templates? If you are not deploying in the US Government Cloud region, the governmentCloudRegion value should be false. These templates were specifically designed for the US Government regions.

You can find stdout and stderr logs under /var/log/cloud/azure on the big-ip.

The description does need to be updated in the template to properly reflect the value.