NCP-MCA · Question #100
Save Playbook Given input is invalid. No existing secret params found. password cannot XXXXXXX have value. An administrator is receiving the error shown in the exhibit while saving the Playbook…
The correct answer is D. The Playbook is cloned from another playbook with a password. The error message indicates that the password parameter is not a secret parameter, which means it is not encrypted and stored securely in the Calm database. This can happen when a Playbook is cloned from another Playbook that has a password parameter defined as a secret…
Question
Save Playbook Given input is invalid. No existing secret params found. password cannot XXXXXXX have value. An administrator is receiving the error shown in the exhibit while saving the Playbook. What is causing this issue?
Options
- APassword Policy does not match for the given password.
- BThere are no saved credentials found in the Playbook.
- CThe given credentials do not have the access for execution.
- DThe Playbook is cloned from another playbook with a password.
How the community answered
(33 responses)- A6% (2)
- B3% (1)
- C18% (6)
- D73% (24)
Explanation
The error message indicates that the password parameter is not a secret parameter, which means it is not encrypted and stored securely in the Calm database. This can happen when a Playbook is cloned from another Playbook that has a password parameter defined as a secret parameter. The cloned Playbook will inherit the password value from the original Playbook, but it will not be a secret parameter. To resolve this issue, the administrator needs to either delete the password parameter and create a new one as a secret parameter, or edit the password parameter and mark it as a secret parameter.
Topics
Community Discussion
No community discussion yet for this question.