pomerium/internal/cryptutil
Bobby DeSimone 7558d5b0de
internal/config: refactor option parsing
- authorize: build whitelist from policy's URLs instead of strings.
- internal/httputil: merged httputil and https package.
- internal/config: merged config and policy packages.
- internal/metrics: removed unused measure struct.
- proxy/clients: refactor Addr fields to be urls.
- proxy: remove unused extend deadline function.
- proxy: use handler middleware for reverse proxy leg.
- proxy: change the way websocket requests are made (route based).

General improvements
- omitted value from range in several cases where for loop could be simplified.
- added error checking to many tests.
- standardize url parsing.
- remove unnecessary return statements.

- proxy: add self-signed certificate support. #179
- proxy: add skip tls certificate verification. #179
- proxy: Refactor websocket support to be route based. #204
2019-07-07 09:39:31 -07:00
..
testdata initial release 2019-01-02 12:13:36 -08:00
encrypt.go internal/config: refactor option parsing 2019-07-07 09:39:31 -07:00
encrypt_test.go internal/config: refactor option parsing 2019-07-07 09:39:31 -07:00
hash.go initial release 2019-01-02 12:13:36 -08:00
hash_test.go authorize: add authorization (#59) 2019-03-07 12:47:07 -08:00
marshal.go proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
marshal_test.go authorize: add authorization (#59) 2019-03-07 12:47:07 -08:00
mock_cipher.go authenticate/proxy: add user impersonation, refresh, dashboard (#123) 2019-05-26 12:33:00 -07:00
sign.go authenticator: support groups (#57) 2019-02-28 19:34:22 -08:00
sign_test.go authorize: add authorization (#59) 2019-03-07 12:47:07 -08:00