Skip to content
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

Reject submit if api token or cert id are empty #756

Merged
merged 1 commit into from
Aug 16, 2022

Commits on Aug 15, 2022

  1. Reject submit if api token or cert id are empty

    Just setting the flags to required on submit doesn't test for whether
    the flags are actually provided. It only checks for their existence.
    This code checks that the data is actually provided, and that another
    flag isn't accidentally accepted as the value.
    
    Fixes redhat-openshift-ecosystem#754
    
    Signed-off-by: Brad P. Crochet <brad@redhat.com>
    bcrochet committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e2ad836 View commit details
    Browse the repository at this point in the history