rdrgmnzs / pulp_centos_errata_import

Imports CentOS (from http://cefs.steve-meier.de/) errata into Pulp / Katello
61 stars 22 forks source link

Security Update, make --user/--password optional #22

Closed rdrgmnzs closed 7 years ago

rdrgmnzs commented 7 years ago

Passing passwords on the command line is a security risk. Make --user/--password optional in favor of using ~/.pulp/client-cert.pem or ~/.pulp/admin.conf.

errata_import.pl:

sample_wrapper_script.sh:

README.md:

rdrgmnzs commented 7 years ago

@alanwevans thanks for all the work you put into this.