push
github
config: no longer stub out HPKE public key fetch (#4853) This partially reverts commit a1388592d. 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.
0 of 4 new or added lines in 1 file covered. (0.0%)
2 existing lines in 1 file now uncovered.15080 of 25170 relevant lines covered (59.91%)
111.48 hits per line