pomerium/internal/urlutil
Kenneth Jenkins a1388592d8
stub out HPKE public key fetch for self-hosted authenticate (#4360)
Fetch the HPKE public key only when configured to use the hosted
authenticate service. Determine whether we are using the hosted
authenticate service by comparing the resolved authenticate domain with
a hard-coded list of hosted authenticate domains.

Extract this list of hosted authenticate domains to the internal/urlutil
package in order to keep a single source of truth for this data.
2023-07-13 10:04:34 -07:00
..
errors.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
hostedauthenticate.go stub out HPKE public key fetch for self-hosted authenticate (#4360) 2023-07-13 10:04:34 -07:00
hostedauthenticate_test.go stub out HPKE public key fetch for self-hosted authenticate (#4360) 2023-07-13 10:04:34 -07:00
known.go hpke: compress query string (#4147) 2023-05-02 14:12:34 -06:00
known_test.go hpke: compress query string (#4147) 2023-05-02 14:12:34 -06:00
proxy.go authenticate: add device-enrolled page (#2892) 2022-01-06 10:01:12 -07:00
query_params.go authenticate: add events (#4051) 2023-05-01 15:11:30 -04:00
signed.go chore(deps): bump github.com/golangci/golangci-lint from 1.48.0 to 1.50.0 (#3667) 2022-10-19 09:36:59 -06:00
signed_test.go cryptutil: use bytes for hmac (#2067) 2021-04-07 14:57:24 -06:00
time.go urlutil: add time validation functions (#3776) 2022-12-02 11:42:56 -07:00
time_test.go urlutil: add time validation functions (#3776) 2022-12-02 11:42:56 -07:00
url.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
url_test.go config: add support for extended TCP route URLs (#3845) 2022-12-27 12:50:33 -07:00
whitelist.go proxy: restrict programmatic URLs to localhost (#2049) 2021-04-01 10:04:49 -04:00
whitelist_test.go proxy: restrict programmatic URLs to localhost (#2049) 2021-04-01 10:04:49 -04:00