diff --git a/envoy/COMMIT b/envoy/COMMIT index 460a3a00e0..ea720570b4 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -64b4d2e42bf400becbd4f9a5cde7fe6ab2e30c17 +ce3e47b93d507daa5bbc68bf6eb7e1f66d8800ec diff --git a/envoy/extensions/filters/http/oauth2/v3/oauth.pb.go b/envoy/extensions/filters/http/oauth2/v3/oauth.pb.go index 70aa9e93c4..4bea0433f6 100755 --- a/envoy/extensions/filters/http/oauth2/v3/oauth.pb.go +++ b/envoy/extensions/filters/http/oauth2/v3/oauth.pb.go @@ -232,7 +232,7 @@ type OAuth2Config struct { AuthType OAuth2Config_AuthType `protobuf:"varint,11,opt,name=auth_type,json=authType,proto3,enum=envoy.extensions.filters.http.oauth2.v3.OAuth2Config_AuthType" json:"auth_type,omitempty"` // If set to true, allows automatic access token refresh using the associated refresh token (see // `RFC 6749 section 6 `_), provided that the OAuth server supports that. - // Default value is false. + // Default value is true. UseRefreshToken *wrapperspb.BoolValue `protobuf:"bytes,12,opt,name=use_refresh_token,json=useRefreshToken,proto3" json:"use_refresh_token,omitempty"` // The default lifetime in seconds of the access token, if omitted by the authorization server. //