-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secret is not hidden when displaying Calm config #102
Comments
abhijeetkaurav1st
pushed a commit
that referenced
this issue
Mar 4, 2022
abhijeetkaurav1st
added a commit
that referenced
this issue
Mar 9, 2022
* Added correct info library task cli help command (#101) * Set description in spec for library task (#102) * Task/m fix calm 28448 runbook 332 changes (#107) (#108) * Add logic to use version based rubook runner api * Formating * Squashed commit of the following: commit 351b5c0 Author: abhijeetkaurav1st <abhijeet.kaurav@nutanix.com> Date: Thu Dec 16 14:14:30 2021 +0530 Minor fixes for undefined attributes at profile model for version setup < 3.3.0. commit 7ea5982 Author: Abhijeet Singh Kaurav <abhijeet.kaurav@nutanix.com> Date: Wed Dec 15 19:03:06 2021 +0530 Added support for get_runbook_action and macro in ahv-disk-images (#206) * Allow macro in image names * Adding example that shows macor usage in vm-disk-image and vm-nic * Adding helper get_runbook_action for getting action out of imported runbook * Adding exsiting machine example and minor improvements * minor fixes in models * Fixing runbook examples commit bc9dc6a Author: Abhijeet Singh Kaurav <abhijeet.kaurav@nutanix.com> Date: Mon Dec 13 20:25:01 2021 +0530 Use ASCENDING order for list_all query (#205) fixes #200 * Fix acps commands with projects filter incase of IAMv2 setup (#129) * Add implementation to use projects_internal api for getting acp info instead of acp list api * Add logic for limit and offset in get_acps_from_project method * Add Minor comments and changes * Remove not required imports * formatting (cherry picked from commit 07b89d1baca31339560569b37cf5ead0db198ce1) * Add 3.3.2 version for calmversion Co-authored-by: Nirbhay Bagmar <nirbhay.bagmar@nutanix.com> Co-authored-by: Pradeepsingh Bhati <88029526+bhati-pradeep@users.noreply.github.com> Co-authored-by: Pradeepsingh Bhati <pradeep.bhati@nutanix.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
calm show config
is executed, in the[SERVER]
section of the outputpc_password
is displayed as a plain text, even though it's a secret.The text was updated successfully, but these errors were encountered: