pomerium/authorize/evaluator
backport-actions-token[bot] c8ad4c054d
add global jwt_issuer_format option (#5519)
add global jwt_issuer_format option (#5508)

Add a corresponding global setting for the existing route-level
jwt_issuer_format option. The route-level option will take precedence
when set to a non-empty string.

Co-authored-by: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com>
2025-03-12 16:12:16 -07:00
..
config.go add global jwt_issuer_format option (#5519) 2025-03-12 16:12:16 -07:00
evaluator.go add global jwt_issuer_format option (#5519) 2025-03-12 16:12:16 -07:00
evaluator_test.go authorize: add filter options for JWT groups (#5417) 2025-01-08 13:57:57 -08:00
functions.go logging: remove ctx from global log methods (#5337) 2024-10-23 14:18:52 -06:00
functions_test.go add mTLS UserPrincipalName SAN match (#5177) 2024-07-26 10:23:19 -07:00
gen-test-certs.go add mTLS UserPrincipalName SAN match (#5177) 2024-07-26 10:23:19 -07:00
google_cloud_serverless.go core/logging: change log.Error function (#5251) 2024-09-05 15:42:46 -06:00
google_cloud_serverless_test.go
headers_evaluator.go authorize: log JWT groups filtering (#5432) 2025-01-27 12:11:52 -08:00
headers_evaluator_evaluation.go add global jwt_issuer_format option (#5519) 2025-03-12 16:12:16 -07:00
headers_evaluator_test.go add global jwt_issuer_format option (#5519) 2025-03-12 16:12:16 -07:00
log.go
log_test.go
policy_evaluator.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
policy_evaluator_test.go