Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document usage of registry API key #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/advanced/avro.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ With the above command :
- Zoe consumes data from the input topic and deserializes it using the `key.deserializer` and `value.deserializer`.
- It transforms the data into json (to be able to apply eventual filters)

If the registry has a dedicated API key, you may configure it using:

```yaml
basic.auth.credentials.source: USER_INFO
basic.auth.user.info: <REGISTRY_API_KEY>:<REGISTRY_API_SECRET>
```

## Producing Avro data

To produce Avro data from a json input using the `produce` command, it is necessary to set :
Expand Down