pomerium/internal/autocert
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
..
manager.go stub out HPKE public key fetch for self-hosted authenticate (#4360) 2023-07-13 10:04:34 -07:00
manager_test.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
ocsp.go upgrade to golang-lru v2 (#3771) 2022-12-02 09:25:52 -07:00
ocsp_test.go ocsp: reload on ocsp response changes (#2286) 2021-06-11 15:58:01 -04:00
storage.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00
storage_gcs.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00
storage_locker.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00
storage_s3.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00
storage_test.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00