Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support TLS Server/Client certificates read from a file, and refreshe… #149

Merged
merged 1 commit into from
Nov 3, 2022

Commits on Nov 3, 2022

  1. Support TLS Server/Client certificates read from a file, and refreshe…

    …d on an interval.
    
    Incompatible Changes:
    
    This change moves the existing `{client,server}_certificate` and `{client,server}_private_key` into `{client,server}_key_pair_data.certificate`  and `{client,server}_key_pair_data.private_key`
    
    This change adds an alternate strategy for specifying certificates/private keys by using `{client,server}_key_pair_files.certificate` and `{client,server}_key_pair_files.private_key`  which should reference PEM files on disk. A refresh_interval must also be specified to dictate the interval at which the files should be read and used in place of the existing certificate/key if such files have been changed.
    
    In kubernetes for example, this allows a side-car to rotate certificate based on user's needs.
    joeljeske committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    0520a78 View commit details
    Browse the repository at this point in the history