You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
context: move the secret manager and ssl context manager to server context (envoyproxy#39027)
Both secret manager and ssl context manager are server wide resource and
should be accessed by server factory context.
This provides a unified way to access all server wide resources. See
envoyproxy#26476 for more detail for why
we do this.
And after this PR is merged, we can use GenericFactoryContext to replace
TransportSocketFactoryContext.
Signed-off-by: wangbaiping(wbpcode) <wbphub@gmail.com>
0 commit comments