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

Native SSL Support #233

Merged
merged 2 commits into from
Jan 23, 2018
Merged

Native SSL Support #233

merged 2 commits into from
Jan 23, 2018

Commits on Jan 16, 2018

  1. Native SSL support

    Add two new flags for atlantis server:
    
      --ssl-key-file for the key
      --ssl-cert-file for the server and CA certs
    
    You either need to use both or neither.  You'll get an error if you
    accidentally use only one.
    
    Currently defaults to non-SSL mode.  I think you could make a good
    argument for SSL by default but since that would be a breaking change
    I left it for the maintainers to decide.
    
    Removed docs for setting up an NGINX frontend.
    nearbuyjason committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    bd682bf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

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