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

MGMT-15886: Fix domain validation #5801

Merged
merged 1 commit into from
Dec 17, 2023

Commits on Dec 12, 2023

  1. MGMT-15886: Fix domain validation

    https://issues.redhat.com/browse/MGMT-15886
    Modify domain validation to adhere to the RFC standard for domains
    https://datatracker.ietf.org/doc/html/rfc1034#section-3.5
    Rules for labels:
    1. start with a letter
    2. end with a letter or digit
    3. and have as interior characters only letters, digits, and hyphen
    
    Domains contains either one label or multiple labels
    separated by a period.
    
    Top level (base) domains must have at least two characters and
    cannot end in a dash.
    CrystalChun committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1d50506 View commit details
    Browse the repository at this point in the history