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

[EmbeddedAnsible] Ensure newline for :ssh_key_data #20771

Merged

Commits on Nov 2, 2020

  1. [EmbeddedAnsible] Ensure newline for :ssh_key_data

    SSH formats like `OPENSSH` require that a newline exist on the last
    line, otherwise it is considered an invalid format.
    
    This adds a `before_validation` callback to the model to ensure that it
    adds a newline to the key (if a key exists) in case it was stripped off
    by the UI or via other means.
    NickLaMuro committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    89886e3 View commit details
    Browse the repository at this point in the history