This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 15 Nov, 2017 1 commit
    • Chelsea Komlo's avatar
      Nomad agent reload TLS configuration on SIGHUP (#3479) · fa9fd442
      Chelsea Komlo authored
      * Allow server TLS configuration to be reloaded via SIGHUP
      
      * dynamic tls reloading for nomad agents
      
      * code cleanup and refactoring
      
      * ensure keyloader is initialized, add comments
      
      * allow downgrading from TLS
      
      * initalize keyloader if necessary
      
      * integration test for tls reload
      
      * fix up test to assert success on reloaded TLS configuration
      
      * failure in loading a new TLS config should remain at current
      
      Reload only the config if agent is already using TLS
      
      * reload agent configuration before specific server/client
      
      lock keyloader before loading/caching a new certificate
      
      * introduce a get-or-set method for keyloader
      
      * fixups from code review
      
      * fix up linting errors
      
      * fixups from code review
      
      * add lock for config updates; improve copy of tls config
      
      * GetCertificate only reloads certificates dynamically for the server
      
      * config updates/copies should be on agent
      
      * improve http integration test
      
      * simplify...
      fa9fd442
  2. 14 Nov, 2017 6 commits
  3. 13 Nov, 2017 24 commits
  4. 11 Nov, 2017 2 commits
  5. 10 Nov, 2017 7 commits