We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c529f2e commit 73e8a17Copy full SHA for 73e8a17
schemaregistry/rest-service.ts
@@ -63,10 +63,6 @@ export class RestService {
63
64
this.handleBasicAuth(basicAuthCredentials);
65
this.handleBearerAuth(bearerAuthCredentials);
66
-
67
- if (!basicAuthCredentials && !bearerAuthCredentials) {
68
- throw new Error('No auth credentials provided');
69
- }
70
}
71
72
handleBasicAuth(basicAuthCredentials?: BasicAuthCredentials): void {
0 commit comments