Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

credentials are stored in clear #80

Closed
Smixi opened this issue Aug 2, 2019 · 1 comment
Closed

credentials are stored in clear #80

Smixi opened this issue Aug 2, 2019 · 1 comment

Comments

@Smixi
Copy link

Smixi commented Aug 2, 2019

Hi,
I wanted to highlight that the password from ElisCtl are stored in clear in the User/.elis/credentials file. Is it planned to put some encryption for atleast the password ? I don't know if it is deliberate or not.

@KPilnacek
Copy link
Contributor

Hello @Smixi,

yes they are stored in plain text. This is a common pattern in CLIs like AWS CLI, or kubectl. So, it is deliberate. For now, there are no plans to store the password in an encrypted form.

In order to increase the security, one can:

  • encrypt their harddrive, making the password encrypted and reachable only by their system password, or
  • do not store the password using the configure command. Password can be provided via environment variable ELIS_PASSWORD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants