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

Add redis ssl #540

Merged
merged 4 commits into from
Jan 28, 2020
Merged

Add redis ssl #540

merged 4 commits into from
Jan 28, 2020

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    ecc5ce4 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Add enableTLS parameter to redis-scaler

    with this change if the user add in the redis-scaler configuration the
    following field:
    
    ```
        enableTLS: true
    ```
    
    it will let the redis-scaler to connect to SSL hosts (it will add the
    tls configuration to the client connection options, setting
    InsecureSkipVerify to true)
    inuyasha82 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    039ce36 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    f1184ab View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Remove debug print

    inuyasha82 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    841d757 View commit details
    Browse the repository at this point in the history