File tree Expand file tree Collapse file tree
sdk/src/main/java/io/opentdf/platform/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,10 +172,9 @@ private Interceptor getAuthInterceptor(RSAKey rsaKey) {
172172
173173 // we don't add the auth listener to this channel since it is only used to call
174174 // the well known endpoint
175- ProtocolClient bootstrapClient = null ;
176175 GetWellKnownConfigurationResponse config ;
177176 var httpClient = getHttpClient ();
178- bootstrapClient = getUnauthenticatedProtocolClient (platformEndpoint , httpClient ) ;
177+ ProtocolClient bootstrapClient = getUnauthenticatedProtocolClient (platformEndpoint , httpClient ) ;
179178 var stub = new WellKnownServiceClient (bootstrapClient );
180179 try {
181180 config = RequestHelper .getOrThrow (stub .getWellKnownConfigurationBlocking (GetWellKnownConfigurationRequest .getDefaultInstance (), Collections .emptyMap ()).execute ());
You can’t perform that action at this time.
0 commit comments