New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide request_type doc string in cert-request help #480
Conversation
|
Ticket is |
|
I would like to NACK this. We instead want to hide or remove the option, because There is already a ticket for that: https://fedorahosted.org/freeipa/ticket/5734 |
|
@frasertweedale What do you recommend to hide this option ? does removing this option has detrimental effect on |
|
@Akasurde if we just want to hide it, I think you use a client override for the OTOH if we just want to remove it altogether, that is straightforward. It will break any clients that |
|
@HonzaCholasta ping |
|
I agree with @frasertweedale, but we can't remove the option from the server plugin altogether, as pre-4.4 clients always send it. You can hide the option by adding the |
|
@HonzaCholasta Thanks I will use |
Fix hides description of request_type argument in cert-request command help Fixes https://pagure.io/freeipa/issue/6494 Fixes https://pagure.io/freeipa/issue/5734 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
Bump for review. |
|
@Akasurde you are welcome |
Fix hides description of request_type argument in cert-request
command help
Fixes https://pagure.io/freeipa/issue/6494
Fixes https://pagure.io/freeipa/issue/5734
Signed-off-by: Abhijeet Kasurde akasurde@redhat.com