[
https://issues.apache.org/jira/browse/AMBARI-8870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas resolved AMBARI-8870.
----------------------------------
Resolution: Fixed
This was fixed in AMBARI-8477.
> 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
> Labels: kerberos, security
> 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.
> This 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)