pomerium/pkg/identity/manager
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated (#5340)
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
..
config.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
data.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
data_test.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
datastore.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
datastore_test.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
manager.go logging: remove ctx from global log methods (#5337) 2024-10-23 14:18:52 -06:00
manager_test.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
misc.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
schedulers.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
schedulers_test.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
sync.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00