pomerium/internal
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
..
config internal/config: refactor option parsing 2019-07-07 09:39:31 -07:00
cryptutil internal/config: refactor option parsing 2019-07-07 09:39:31 -07:00
fileutil initial release 2019-01-02 12:13:36 -08:00
httputil internal/config: refactor option parsing 2019-07-07 09:39:31 -07:00
identity internal/identity: fix bug in azure preventing group retrieval 2019-07-06 13:07:48 -04:00
log Relocate wrapped ResponseWriter to middleware 2019-06-10 23:01:30 -04:00
metrics internal/config: refactor option parsing 2019-07-07 09:39:31 -07:00
middleware internal/config: refactor option parsing 2019-07-07 09:39:31 -07:00
sessions internal/config: refactor option parsing 2019-07-07 09:39:31 -07:00
templates internal/httputil: use error structs for http errors (#159) 2019-06-03 20:00:37 -07:00
tripper Add proxy client metrics instrumentation 2019-06-21 18:55:02 -04:00
urlutil internal/config: refactor option parsing 2019-07-07 09:39:31 -07:00
version initial release 2019-01-02 12:13:36 -08:00