pomerium/pkg/hpke
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
..
handlers config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
hpke.go hpke: move published public keys to a new endpoint (#4044) 2023-03-08 09:17:04 -07:00
hpke_test.go hpke: add hpke package (#3761) 2022-11-22 10:39:41 -07:00
http.go hpke: move published public keys to a new endpoint (#4044) 2023-03-08 09:17:04 -07:00
http_test.go move hpke public key handler out of internal (#4065) 2023-03-20 10:37:00 -04:00
stub.go stub out HPKE public key fetch for self-hosted authenticate (#4360) 2023-07-13 10:04:34 -07:00
stub_test.go stub out HPKE public key fetch for self-hosted authenticate (#4360) 2023-07-13 10:04:34 -07:00
url.go hpke: compress query string (#4147) 2023-05-02 14:12:34 -06:00
url_test.go hpke: compress query string (#4147) 2023-05-02 14:12:34 -06:00