pomerium/pkg/hpke
Kenneth Jenkins fe46ed33f4
config: no longer stub out HPKE public key fetch (#4853)
This partially reverts commit a1388592d8.

Fetching the authenticate service HPKE public key is required only for 
the stateless authentication flow. Now that Pomerium will instead use 
the older (stateful) authentication flow when configured for a
self-hosted authenticate service, this logic shouldn't be needed at all.

Removing this logic should also make it easier to test against a local
instance of the hosted authenticate service.
2023-12-12 09:57:58 -08: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
url.go core/hpke: reduce memory usage from zstd (#4650) 2023-10-31 10:24:56 -06:00
url_test.go core/hpke: reduce memory usage from zstd (#4650) 2023-10-31 10:24:56 -06:00