Actions
Bug #14397
closedhammer ping prompts for admin password
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1313441
Description of problem:
issuing `hammer ping` command results in prompting user for admin password and anything submitted for a password is being accepted.
The command then prints the proper ping output
Version-Release number of selected component (if applicable):
6.2.0 Snap1
How reproducible:
always
Steps to Reproduce:
1. `hammer ping`
- hammer ping
Ignoring ruby-libvirt-0.5.2 because its extensions are not built. Try: gem pristine ruby-libvirt --version 0.5.2
[Foreman] Password for admin: <someTotallyInvalidPassword>
candlepin:
Status: ok
Server Response: Duration: 74ms
candlepin_auth:
Status: ok
Server Response: Duration: 72ms
pulp:
Status: ok
Server Response: Duration: 155ms
foreman_tasks:
Status: ok
Server Response: Duration: 29ms
Expected results:
`hammer ping` should not prompt for credentials.
Additional info:
Actions