Also maybe the *helium configuration* should be included in the
ConfigStorage component, in order to be persisted like others
configurations.

El jue., 4 oct. 2018 a las 16:44, Jhon Anderson Cardenas Diaz (<
jhonderson2...@gmail.com>) escribió:

> 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