stdevel / katprep

Python toolkit for automating system maintenance and generating patch reports along with Foreman/Katello and Red Hat Satellite 6.x
GNU General Public License v3.0
35 stars 6 forks source link

Authconfig not working in Python 3.6 #150

Closed stdevel closed 3 years ago

stdevel commented 3 years ago

Describe the bug It looks like encrypted authentication containers are not working in Python 3.x

To Reproduce Steps to reproduce the behavior:

  1. Create an authconfig file using katprep_authconfig
  2. Try to list entries using katprep_authconfig <filename> list

Expected behavior Credentials are printed on the screen.

Environment (please complete the following information):

Additional context

stdevel commented 3 years ago

Investigating in branch 150-bug-authconfig_python3

okin commented 3 years ago

Fixed by #151