Owen O'Malley created HADOOP-10177: -------------------------------------- Summary: Create CLI tools for managing keys via the KeyProvider API Key: HADOOP-10177 URL: https://issues.apache.org/jira/browse/HADOOP-10177 Project: Hadoop Common Issue Type: Bug Components: security Reporter: Owen O'Malley Assignee: Larry McCay
The KeyProvider API provides access to keys, but we need CLI tools to provide the ability to create and delete keys. I'd think it would look something like: {code} % hadoop key -create key1 % hadoop key -roll key1 % hadoop key -list key1 % hadoop key -delete key1 {code} -- This message was sent by Atlassian JIRA (v6.1.4#6159)