dasch / avro_turf

A library that makes it easier to use the Avro serialization format from Ruby.
MIT License
167 stars 80 forks source link

which parameters to use api-key and secret? #192

Closed davkim closed 10 months ago

davkim commented 1 year ago

According to confluent doc: https://docs.confluent.io/cloud/current/sr/sr-rest-apis.html#register-schema-under-a-subject only the api-key and secret is required to access the schema registry API.

I'm wondering what is the correct parameters to use for the api-key and secret pairs? I tried using the user and password fields but it returns 403 Forbidden, but when I use curl - curl -u <key>:<secret> --request GET --url https://<schema-registry-url>/subjects it returns 200 just fine.

nic-snoek-zepto commented 1 year ago

I had success with setting the schema registry url as https://<key>:<secret>@<schema-registry-url>

github-actions[bot] commented 11 months ago

Stale issue message