Derek McGowan
Derek McGowan
Allows namespacing ttrpc services in the same package as grpc services See also https://github.com/containerd/protobuild/pull/54
Add information related to the use of plugins in the scope specification and updated relevant configuration documentation.
In registry 2.6 we are adding more policies to the configuration. We need documentation recipes mentioning how to setup and decide on these policies. Also need further explanation on the...
Based on feedback from #2142 WithName is a poorly named function and already has a similar role to ParseNamed without enforcement for normalization and no support for tags or digest...
The interfaces under the `manifest` package have been problematic and lead to multiple payload alteration issues. Considering the goal of the interface was originally to abstract some of the complex...
### Summary Add support for the `authorization_code` grant type as specified in the OAuth2 spec at https://tools.ietf.org/html/rfc6749#section-4.1. Additional changes involve communicating the necessary OAuth2 parameters to the client so that...
Allow the token server to provide an oauth2 configuration which a client may use to get an authorization code. Provide tools for handling oauth2 authentication headers and authorization redirects. Implements...
When configuring bugsnag, bugsnag will fork the process, resulting the port 5001 listened twice. The PR fix this error by moving the initialization of prometheus server after the configuration of...
Fixes race in unit tests between setting and reading the authenticate variable
Once a stream has been reset, calling Write should throw an error.