Bug 1375957 - RFE - Allow hammer to use stored encrypted passwords in ~/.hammer/cli_config.yml
Summary: RFE - Allow hammer to use stored encrypted passwords in ~/.hammer/cli_config.yml
Keywords:
Status: CLOSED DUPLICATE of bug 230204
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Hammer
Version: Unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified vote
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-14 10:38 UTC by Matthew York
Modified: 2016-09-16 15:45 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-16 15:45:27 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Matthew York 2016-09-14 10:38:36 UTC
Description of problem:
Currently hammer passwords need to be stored unencrypted in ~/.hammer/cli_config.yml

It would be really nice if we could encrypt (or at least obfuscate) these passwords.

Currently my config file looks something like this

<snip>
:foreman:
    :username: admin
    :password: password
</snip>

It would be really nice if could use something like
<snip>
:foreman:
    :username: admin
    :password: cGFzc3dvcmQ=
</snip>

Even if it's just a base64 encode, it would be better than plaintext.

Thanks

Comment 1 Bryan Kearney 2016-09-16 15:45:27 UTC

*** This bug has been marked as a duplicate of bug 230204 ***


Note You need to log in before you can comment on or make changes to this bug.