VCP-VCF Administrator 2024 Question 363
Select 3An administrator wants to retrieve the passwords for deployed components in a VMware Cloud Foundation environment using SDDC Manager. Which actions should the administrator take to query the passwords securely?
- A
Access the SDDC Manager UI, navigate to the 'Passwords' section, and view the desired component passwords.
- B
Use the VMware Cloud Foundation API to query the passwords for deployed components.
- C
Log in to the SDDC Manager via SSH and use the 'getpassword' command to retrieve the passwords.
- D
Download and review the VMware Cloud Foundation password rotation policy document for password details.
- E
Ensure the administrator account has the correct permissions before attempting to access passwords in the SDDC Manager.
Show answer and explanation
Correct answers: B, C, E
Explanation
To securely query passwords for deployed components in VMware Cloud Foundation, administrators can use the VMware Cloud Foundation API or the 'getpassword' command via SSH into the SDDC Manager. It is critical to have the appropriate permissions to access this sensitive information. The SDDC Manager UI does not offer direct password retrieval, and reviewing policy documents does not provide password details.
- A. Incorrect.
The SDDC Manager UI does not have a dedicated 'Passwords' section to directly view component passwords. Passwords must be retrieved using other secure methods.
- B. Correct.
The VMware Cloud Foundation API provides programmatic access to query passwords, making it a valid method to retrieve deployed component passwords securely.
- C. Correct.
The 'getpassword' command is a valid method to retrieve component passwords when logged into the SDDC Manager via SSH, provided the administrator has appropriate permissions.
- D. Incorrect.
Reviewing the password rotation policy document does not provide actual password details. It only outlines policies and guidelines for rotating passwords.
- E. Correct.
Having the correct administrator permissions is essential to access sensitive password information in the SDDC Manager, ensuring secure and authorized access.