Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Only generate certs not provided by the user #1958

Merged
merged 50 commits into from Dec 21, 2017
Merged

Only generate certs not provided by the user #1958

merged 50 commits into from Dec 21, 2017

Commits on Nov 21, 2017

  1. wip adding tls encryption to etcd communication

    CecileRobertMichon committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    198d664 View commit details
    Browse the repository at this point in the history
  2. remove unwanted tab

    CecileRobertMichon committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    5366769 View commit details
    Browse the repository at this point in the history
  3. fix etcd cert name

    CecileRobertMichon committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    c5a69ae View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. wip update args

    CecileRobertMichon committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    def65ac View commit details
    Browse the repository at this point in the history
  2. rename etcd server cert

    CecileRobertMichon committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    6aad5d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. rename etcdServerPair

    CecileRobertMichon committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    5f99aa5 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. updated args

    CecileRobertMichon committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    04cbf2e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Merge branch 'master' of https://github.com/Azure/acs-engine into etc…

    …d-tls
    CecileRobertMichon committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    135ef7e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Use CSE to generate etcd certs

    CecileRobertMichon committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    beca077 View commit details
    Browse the repository at this point in the history
  2. fix var replacement in apiserver.yaml

    CecileRobertMichon committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    8754155 View commit details
    Browse the repository at this point in the history
  3. small fixes

    CecileRobertMichon committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    3810f1b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. WIP working for 1 master

    CecileRobertMichon committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    d4b3785 View commit details
    Browse the repository at this point in the history
  2. add different certs per peer

    CecileRobertMichon committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    ca0483b View commit details
    Browse the repository at this point in the history
  3. fix peer cert and race condition

    CecileRobertMichon committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    15731c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. added certs for each peer and make peer certs arrays

    CecileRobertMichon committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    74eb8f4 View commit details
    Browse the repository at this point in the history
  2. peer array of certs and keys

    CecileRobertMichon committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    f4da070 View commit details
    Browse the repository at this point in the history
  3. remove duplicate line

    CecileRobertMichon committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    729e7b3 View commit details
    Browse the repository at this point in the history
  4. only generate right number of peer certs

    CecileRobertMichon committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    45db0ee View commit details
    Browse the repository at this point in the history
  5. Use master_index to keep track of host

    CecileRobertMichon committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    2aaf226 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Merge branch 'master' of https://github.com/Azure/acs-engine into etc…

    …d-tls
    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    6ac45a9 View commit details
    Browse the repository at this point in the history
  2. fix typo

    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    75a482c View commit details
    Browse the repository at this point in the history
  3. Removing todo since CoreOS is broken

    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    c922bdf View commit details
    Browse the repository at this point in the history
  4. Prevent race condition in go routine

    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    83cbe0a View commit details
    Browse the repository at this point in the history
  5. Make sure etcd certs generated before etcd restart

    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    d242571 View commit details
    Browse the repository at this point in the history
  6. update etcd certs extended key usages

    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    47e9c3b View commit details
    Browse the repository at this point in the history
  7. simplify array secret parameter encoding func

    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    cf817e9 View commit details
    Browse the repository at this point in the history
  8. added etcdctl env variables

    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    4bfe286 View commit details
    Browse the repository at this point in the history
  9. fix typo and wait for all go routines

    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    be7c04e View commit details
    Browse the repository at this point in the history
  10. typo fix

    CecileRobertMichon committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    433acd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. improve code readability

    CecileRobertMichon committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    3f06cb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. change client key access permissions

    CecileRobertMichon committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    f6511a4 View commit details
    Browse the repository at this point in the history
  2. wip only generate certs not provided

    CecileRobertMichon committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    4d7a877 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. add kubeconfig cert to verification

    CecileRobertMichon committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    2387468 View commit details
    Browse the repository at this point in the history
  2. fix missing > 0

    CecileRobertMichon committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    9a4ac80 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'etcd-tls' of https://github.com/Azure/acs-engine into g…

    …enerate-certs
    CecileRobertMichon committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    af55e21 View commit details
    Browse the repository at this point in the history
  4. fix logic with etcd certs

    CecileRobertMichon committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    e42128e View commit details
    Browse the repository at this point in the history
  5. wip add tests

    CecileRobertMichon committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    5b357dd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Simplified logic and added tests

    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c2ad715 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/Azure/acs-engine into etc…

    …d-tls
    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    4d24207 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/CecileRobertMichon/acs-en…

    …gine into generate-certs
    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    fe06b70 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/CecileRobertMichon/acs-en…

    …gine into generate-certs
    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    8c5442b View commit details
    Browse the repository at this point in the history
  5. wip only generate certs not provided

    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c7ac988 View commit details
    Browse the repository at this point in the history
  6. add kubeconfig cert to verification

    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    1f9d7e4 View commit details
    Browse the repository at this point in the history
  7. fix missing > 0

    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    8fb9eec View commit details
    Browse the repository at this point in the history
  8. fix logic with etcd certs

    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    d9a15f4 View commit details
    Browse the repository at this point in the history
  9. wip add tests

    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c109433 View commit details
    Browse the repository at this point in the history
  10. Simplified logic and added tests

    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    9f824f0 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'generate-certs' of https://github.com/CecileRobertMicho…

    …n/acs-engine into generate-certs
    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    d6ac4ec View commit details
    Browse the repository at this point in the history
  12. fix missed conflict

    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    40c6261 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' of https://github.com/CecileRobertMichon/acs-en…

    …gine into generate-certs
    CecileRobertMichon committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    33abccc View commit details
    Browse the repository at this point in the history