pomerium/config
Kenneth Jenkins a3149363a6
envoyconfig: address strconv.Atoi warnings (#5076)
Replace Atoi() calls with ParseUint(), and update the buildAddress()
defaultPort parameter to be a uint32. (A uint16 would arguably make more
sense for a port number, but uint32 matches the Envoy proto field.)

Delete a ParseAddress() method that appears to be unused.
2024-04-26 09:38:41 -07:00
..
envoyconfig envoyconfig: address strconv.Atoi warnings (#5076) 2024-04-26 09:38:41 -07:00
testdata
autocert.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
autocert_test.go config: update logic for checking overlapping certificates (#4216) 2023-06-01 09:30:46 -06:00
codec_type.go
codec_type_test.go
config.go config: no longer stub out HPKE public key fetch (#4853) 2023-12-12 09:57:58 -08:00
config_source.go config: remove deprecated client_ca option (#4918) 2024-01-30 14:12:23 -08:00
config_source_test.go core/config: refactor file watcher (#4702) 2023-11-03 15:53:20 -06:00
constants.go core/config: implement direct response (#4960) 2024-02-15 14:33:56 -07:00
crypt.go
custom.go core/config: add support for maps in environments (#4717) 2023-11-08 16:27:08 -07:00
custom_test.go config: add runtime flags (#5050) 2024-04-04 17:51:04 -04:00
doc.go
from.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
from_test.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
helpers.go core/redis: remove redis (#4768) 2023-11-28 13:14:36 -07:00
helpers_test.go
http.go
http_test.go
identity.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
layered.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
layered_test.go core/config: refactor change dispatcher (#4657) 2023-11-01 13:52:23 -06:00
log.go core/config: remove debug option, always use json logs (#4857) 2023-12-15 11:29:05 -07:00
log_level.go config: validate log levels (#4367) 2023-07-17 16:41:48 -06:00
metrics.go
metrics_test.go
mtls.go config: support client certificate SAN match (#4453) 2023-08-11 13:27:12 -07:00
mtls_test.go core/ci: update linting (#4844) 2023-12-14 09:07:54 -08:00
options.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
options_check.go config: remove deprecated client_ca option (#4918) 2024-01-30 14:12:23 -08:00
options_test.go config: add runtime flags (#5050) 2024-04-04 17:51:04 -04:00
policy.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
policy_ppl.go authorize: omit client cert rule when not needed (#4386) 2023-07-24 15:27:57 -07:00
policy_ppl_test.go core/opa: update for rego 1.0 (#4895) 2024-01-16 09:43:35 -07:00
policy_test.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
runtime_flags.go core/config: add support for stripping the port for matching routes (#5085) 2024-04-26 08:24:46 -06:00
session.go core/config: remove cookie secure option (#4907) 2024-01-12 13:28:14 -07:00
session_test.go
trace.go
trace_test.go
validate.go config: add cookie_same_site option (#4148) 2023-05-03 14:36:42 -06:00