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

Conversation

lkysow
Copy link
Collaborator

@lkysow lkysow commented Jan 23, 2018

Add two new flags ssl-key-file and ssl-cert-file to enable Atlantis to serve over SSL natively instead of going through an NGINX proxy.

Finishes up #226 by @natemueller

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.
@codecov-io
Copy link

Codecov Report

Merging #233 into master will increase coverage by 0.18%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   63.78%   63.97%   +0.18%     
==========================================
  Files          38       38              
  Lines        1759     1757       -2     
==========================================
+ Hits         1122     1124       +2     
+ Misses        587      583       -4     
  Partials       50       50
Impacted Files Coverage Δ
cmd/server.go 77.77% <100%> (ø) ⬆️
server/server.go 70.9% <25%> (+1.53%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd766b8...2b9f42d. Read the comment docs.

@lkysow lkysow merged commit c54dd58 into master Jan 23, 2018
@lkysow lkysow deleted the retailnext-native-ssl branch January 23, 2018 19:32
@lkysow lkysow mentioned this pull request Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants