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

Check return value and improve error handling on certificate manager #35092

Merged

Commits on Apr 6, 2023

  1. [BUGFIX] check return value and improve error handling

    With S3 primary storage there was a problem with getting the CA bundle from the storage without having the CA bundle for the connection which causes that the CertificateManager was throwing an Error.
    This commit improves the handling in CertificateManager and log unexpected behaviors.
    
    Signed-off-by: Jan Messer <jan@mtec-studios.ch>
    Messj1 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7a44386 View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] throw exception instead of error if unable to create file ha…

    …ndler (only exceptions are catch)
    
    Signed-off-by: Jan Messer <jan@mtec-studios.ch>
    Messj1 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    647c65a View commit details
    Browse the repository at this point in the history