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

microsoft/azure: allow empty certificate chain in PKCS12 file #1074

Merged
merged 1 commit into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. microsoft/azure: allow empty certificate chain in PKCS12 file

    Azure is populating the certs endpoint even when an SSH key is not
    provided. The certificate chain in the PKCS12 file is empty in this
    case causing afterburn to fail with the current logic. Check if the
    certificate chain is empty before retrieving the SSH public key
    and handle this case as a valid option.
    
    The more general `crypto/mod.rs` was updated here which also affected
    the azurestack code. Update azurestack to accomodate the changes when
    retrieving the SSH public key.
    marmijo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    622b0d0 View commit details
    Browse the repository at this point in the history