Commit graph

3521 commits

Author SHA1 Message Date
Bobby DeSimone
ae4fd837a0
Typo in readme 2019-01-17 00:23:05 -08:00
Bobby DeSimone
929a1ca7b0
deployment : add docker support, docker-compose example, & quick-start guide. 2019-01-17 00:22:10 -08:00
Bobby DeSimone
60afad1bd7
deployment : add docker-compose file 2019-01-17 00:08:36 -08:00
Bobby DeSimone
e41d11f78b
deployment : add docker-compose file 2019-01-16 23:59:36 -08:00
Bobby DeSimone
4042f71383
deployment : add docker-compose file 2019-01-16 17:44:53 -08:00
Bobby DeSimone
1dac8e56d0
Merge branch 'feature/XChaCha20-Poly1305' 2019-01-16 12:37:26 -08:00
Bobby DeSimone
8d84391340
internal/aead : replace miscreant with xchacha20poly1305 2019-01-16 12:36:59 -08:00
Bobby DeSimone
5a58290ca9
internal/aead : replace miscreant with xchacha20poly1305 (#15) 2019-01-16 12:27:34 -08:00
Bobby DeSimone
72922b8ee8
internal/aead : replace miscreant with xchacha20poly1305 2019-01-16 12:14:51 -08:00
Michael Barrientos
d24516f6e4 cmd/pomerium : add service modes (#9) 2019-01-16 07:58:05 -08:00
Michael Barrientos
7c2c9ceffe deployment : fixes dockerfile closes #9 (#14). 2019-01-15 18:02:39 -08:00
Bobby DeSimone
f50ed074b1
Remove unused test files.
Fix build at golang tip.
2019-01-15 15:47:28 -08:00
Bobby
074bc0e63c
cmd/promerium : support TLS configuration from environmental variables (#12)
* Add ability to set TLS configuration from environmental variables.
* Add support for enabling debug mode from environmental variables.
2019-01-15 15:24:05 -08:00
Bobby
0766725ff8
proxy : add HTTP endpoint support (#13)
proxy : Add HTTP (insecure) endpoint support, closes #11.

* Fix typos
* Fixed additional typos and an ineffectual assignment
* Update route configuration in docs
2019-01-15 15:06:16 -08:00
bdd
56c89e8653
Improve test coverage. (#8)
* Improve test coverage.
* Remove unused http status code argument from SignInPageMethod.
* Removed log package in internal packages.
* Add test to check https scheme is used for authorization url.
* Add unit tests for global logging package.
2019-01-11 13:49:28 -10:00
bdd
5a75ace403
Fixes #2 : Adds Microsoft Azure Active Directory provider support (#5) 2019-01-05 01:28:13 -08:00
Bobby DeSimone
46ac3293a8
update reamde and docs 2019-01-04 21:24:07 -08:00
Bobby DeSimone
d4818fd5e3
Update docs and readme 2019-01-04 18:57:45 -08:00
Bobby DeSimone
90ab756de1
Added gif to the readme.
Simplified, and de-duplicated many of the configuration settings.
Removed configuration settings that could be deduced from other settings.
Added some basic documentation.
Removed the (duplicate?) user email domain validation check in proxy.
Removed the ClientID middleware check.
Added a shared key option to be used as a PSK instead of using the IDPs ClientID and ClientSecret.
Removed the CookieSecure setting as we only support secure.
Added a letsencrypt script to generate a wildcard certificate.
Removed the argument in proxy's constructor that allowed arbitrary fucntions to be passed in as validators.
Updated proxy's authenticator client to match the server implementation of just using a PSK.
Moved debug-mode logging into the log package.
Removed unused approval prompt setting.
Fixed a bug where identity provider urls were hardcoded.
Removed a bunch of unit tests. There have been so many changes many of these tests don't make sense and will need to be re-thought.
2019-01-04 18:25:03 -08:00
Bobby DeSimone
52a87b6e46
Add code coverage with codecov.io 2019-01-02 12:16:44 -08:00
Bobby DeSimone
d56c889224
initial release 2019-01-02 12:13:36 -08:00