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

Properly parse hostname from metadata #19

Merged
merged 2 commits into from
May 11, 2023

Commits on May 9, 2023

  1. Properly parse hostname from metadata

    This change splits the hostname supplied by the metadata service using
    dot as a delimiter instead of a single space. We also validate that the
    resulting hostname is no longer than 63 characters long.
    
    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
    gabriel-samfira committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4eadfd1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Add log message and change test

    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
    gabriel-samfira committed May 10, 2023
    Configuration menu
    Copy the full SHA
    247df6d View commit details
    Browse the repository at this point in the history