kibana icon indicating copy to clipboard operation
kibana copied to clipboard

[Tech Debt][Cloud Security]Secret Field should have type 'password' instead of 'text' in Cis Integration page

Open animehart opened this issue 10 months ago • 1 comments

Description: Currently in the Manifest file, all fields including those with secret: true is using type: text instead of type: password. While this doesn't seem to be affecting anything. This issue becomes more apparent on this ticket https://github.com/elastic/kibana/issues/172071 Screenshot 2024-03-26 at 12 21 25 AM , where we are trying to use Fleet component to hide Secret and It will only work for type: password

Currently the way we handle it is by mocking the type to become type: password for the fields that supposed to render that Fleet component. However we should consider changing the manifest file to use type: password instead of type: text so we won't need to mock it anymore

animehart avatar Apr 19 '24 06:04 animehart

Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security)

elasticmachine avatar Apr 19 '24 06:04 elasticmachine

Verified, works as expected.

uri-weisman avatar Jul 11 '24 09:07 uri-weisman