vmware / power-validated-solutions-for-cloud-foundation

PowerShell Module for VMware Validated Solutions
https://vmware.github.io/power-validated-solutions-for-cloud-foundation/
BSD 2-Clause "Simplified" License
45 stars 23 forks source link

Add support for different root passwords across Workspace ONE Access cluster nodes for `liagent` install #293

Closed GaryJBlake closed 9 months ago

GaryJBlake commented 1 year ago

Code of Conduct

Description

At initial deployment the WSA appliances may have the same root password. After 90 days the passwords would have been rotated by SDDC-M, and are now random passwords. This would require 3 different password variables, or that the passwords are requested via SDDC-M.

Name: Kim Johansson Email Address: kjohansson@vmware.com

Use Case(s)

Potential Configuration

As a sidenote, the passwords often contain the char $ which breaks the variable. a way to get around this is to replace $ with ` $

References

No response

github-actions[bot] commented 1 year ago

'Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!'

GaryJBlake commented 9 months ago

This is addressed using Invoke-IlaDeployment where end-to-end deployment is performed and the credentials are pulled from the live SDDC Manager System.

See https://github.com/vmware/power-validated-solutions-for-cloud-foundation/pull/454

github-actions[bot] commented 8 months ago

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.