Description of problem: The customer would like to see the curl commands created via global registration with all the parameters, for reuse purposes. Instead, it's necessary to recreate the command all the time, assuming the customer doesn't make any notes. Also, assuming that keys are created with no expiration date, they will be around, and eventually, no one will be able to tell what are them, once there is no way to retrieve them. Version-Release number of selected component (if applicable): All of them with this feature. How reproducible: 100% Steps to Reproduce: 1. Create the global registration key 2. Leave the page 3. Actual results: There is no way to retrieve the curl command once again for reuse. Expected results: Be able to list all the commands, with all the parameters already set. Additional info:
CC'ing Manu, who may have a customer requesting this And everyone in support almost every day asks for something like this. In addition to that, A user should be able to see : * What all tokens were created for global registration ( only if they are still active ) * When they were created * What is their expiry date The jwt_secrets table shows when it was created and updated but not the expiry of the same.
Possibly duplicate to https://bugzilla.redhat.com/show_bug.cgi?id=1920184, however, I'll keep it open as it has been requested already few times.