Refactor #4593
closedrename certguard type to x509
100%
Description
IMO the call to make a new x509 certguard would make more sense if it was:
http://localhost:8000/pulp/api/v3/contentguards/certguard/x509/
instead of
http://localhost:8000/pulp/api/v3/contentguards/certguard/certguard/
Updated by bmbouter over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
- Sprint set to Sprint 51
+1 to this story @asmacdo.
Updated by bmbouter over 5 years ago
- Subject changed from rename certguard type to x509 to rename certguard type to X.509
- Description updated (diff)
Switchiing to its formal name: X.509
Updated by bmbouter over 5 years ago
- Subject changed from rename certguard type to X.509 to rename certguard type to x509
- Description updated (diff)
Actually openssl uses this shorthand so I'll use it too.
Updated by bmbouter over 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp-certguard/pull/14
Updated by bmbouter over 5 years ago
- Description updated (diff)
This PR is ready, but the problem with the URL that ends in 'certguard/x509/' is that it still reserves the model TYPE as 'certguard' when really that is x509 also. This means the sane URL to use (and not occupy the generic term certguard correctly) is 'x509/x509'. Overall the master detail URL structure I think is causing this to not be as awesome, but I believe 'x509/x509' is better than 'certguard/certguard' so I'm +1 to this change.
Rewriting description because of it.
Updated by bmbouter over 5 years ago
- Description updated (diff)
Actually the name is not determined by the TYPE, it's the app name so it will be certguard/x509 which is great.
Added by bmbouter over 5 years ago
Updated by bmbouter over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset bd173cacec2f34a86cd0e3466678e602b0afd5a0.
Updated by bmbouter over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updates x509 certguard URL
The name being x509 makes more sense than certguard.
https://pulp.plan.io/issues/4593 closes #4593