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

Sasha/cos2 #3234

Merged
merged 2 commits into from
Jan 3, 2020
Merged

Sasha/cos2 #3234

merged 2 commits into from
Jan 3, 2020

Commits on Dec 28, 2019

  1. Added S3 third party support (#3054)

    balpert89 authored and klizhentas committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    36d80c8 View commit details
    Browse the repository at this point in the history
  2. Add support for etcd password auth

    This commit adds support for etcd password authentication,
    it makes client cert auth optional.
    
    Here is an example:
    
    ```yaml
    storage:
        type: etcd
        peers: ['https://example.com:30983']
        username: 'username'
        password_file: '/mnt/secrets/etcd-pass'
        tls_ca_file: '/mnt/secrets/etcd-ca.pem'
    ```
    klizhentas committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    fba8817 View commit details
    Browse the repository at this point in the history