Actions
Bug #4272
closedgpg info
Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer
Target version:
Description
Created a new gpg key using the CLI (the UI is still broken) and then tried to display its information:
[root@qetello03 ~]# cat /tmp/qbfjzs q31wvp8froyzzny393gmaj8y9nz942qg4hzyupg [root@qetello03 ~]# LANG=en_US hammer -v -u admin -p changeme gpg create --organization-id='ACME_Corporation' --name='foobar' --key=/tmp/qbfjzs GPG Key created [root@qetello03 ~]# hammer gpg list --organization-id='ACME_Corporation' ------------- ID | NAME ------------- 3 | y2k5eij 6 | 52jj3498 1 | ja2cpdu 4 | lx52 7 | foobar 2 | nf3l 5 | yj8266h ------------- [root@qetello03 ~]# hammer gpg info --id 7 ID: 7 Name: foobar Organization: ACME_Corporation Repositories: interning empty string
Where it says interning empty string should actually display the content of the file imported. The web UI displays the correct information.
Files
Actions