Robert Levas created AMBARI-8870:
------------------------------------
Summary: Security state check must use a temporary cache that is
to be destroyed when test is complete
Key: AMBARI-8870
URL: https://issues.apache.org/jira/browse/AMBARI-8870
Project: Ambari
Issue Type: Task
Components: ambari-agent
Affects Versions: 2.0.0
Reporter: Robert Levas
Assignee: Robert Levas
Fix For: 2.0.0
When performing a security state check, using {{kinit}}, the {{kinit}} call
should specify a _temporary_ cache file which is to be destroyed after the test
is complete.
The can be accomplished using the {{kinit}} {{-c <cache file>}} option.
{code}
kinit -c <temporary file>...
{code}
The cache should be destroyed using {{kdestroy}} with its {{-c <cache file>}}
option.
{code}
kdestroy -c <temporary file>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)