-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I tried this:
Confluent Schema Registry Generator issue:
Auth Missing : Generator error out with 401
export const getLatestVersionFromSubject = async (url: string, subject: string) => {
const response = await axios.get(`${url}/subjects/${subject}/versions/latest`);
return response.data;
};
This happened:
data: { error_code: 401, message: 'Unauthorized' }
I expected this:
User name and password should passed as header to the confluent schema api
Is there a workaround?
No response
Anything else?
No response
EventCatalog Version
No response
Node.js Version
No response
Platform(s)
No response
Community Notes
- Please vote by adding a 👍 reaction to the issue to help us prioritize.
- If you are interested to work on this issue, please leave a comment.
Anshumanchourasia
Metadata
Metadata
Assignees
Labels
No labels