lensesio / schema-registry-ui

Web tool for Avro Schema Registry |
http://lenses.io/product/features
421 stars 112 forks source link

If I am using mac? how to avoid the 401? or the issue running without docker #77

Closed esuarezz closed 5 years ago

esuarezz commented 5 years ago

ou will need schema-registry installed with CORS enabled.

In order to enable CORS, add in /opt/confluent-3.x.x/etc/schema-registry/schema-registry.properties

access.control.allow.methods=GET,POST,PUT,OPTIONS access.control.allow.origin=*

andmarios commented 5 years ago

I'm not sure what the question is. Feel free to rephrase and reopen the issue if needed.