Security requirements demand that no secrets appear in the shell history. Which command does not meet this requirement?
Security requirements demand that no secrets appear in the shell history. Which command does not meet this requirement?
The command 'vault kv put secret/password value=itsasecret' in option B does not meet the security requirement that no secrets should appear in the shell history. In this command, the secret 'itsasecret' is directly visible in the command line, which would be stored in the shell history, thereby violating the security requirement.
B Is the only option that NO meet with the requirement (Which command does not meet this requirement?)