Hi!

Currently in the ConfigStorage component there are methods to persist and
retrieve the credentials of the zeppelin users:

public abstract String loadCredentials() throws IOException;
public abstract void saveCredentials(String credentials) throws IOException;

But those methods are not being used by the Credentials component.
Credentials component is always persisting the information in a file (which
can be encrypted).

Do you guys know what is the future plan for Credentials component?, will
it use ConfigStorage at some point or will those methods be removed from
ConfigStorage component?

Thank you.

Reply via email to