Ying Chen created ZEPPELIN-3103: ----------------------------------- Summary: Removing interpreter should also remove credential associated with it. Key: ZEPPELIN-3103 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3103 Project: Zeppelin Issue Type: Improvement Components: security Affects Versions: 0.7.2 Reporter: Ying Chen Priority: Minor
When an interpreter is removed, the credentials associated with this interpreter is still in the environment. It would be better to remove this automatically when the interpreter is removed so that it reduces another step that user needs to remember to do. Steps: 1. Create an interpreter - call jdbc2 / w/ jdbc group 2. Navigate to credentials page, and create an credential associated with it. 3. Navigate back to interpreter page, and delete that interpreter. 4. Navigate to credentials page. The credential associate with the interpreter still exists. Desired out come is that this credential is also removed. -- This message was sent by Atlassian JIRA (v6.4.14#64029)