aiven-client icon indicating copy to clipboard operation
aiven-client copied to clipboard

aiven-client (avn) is the official command-line client for Aiven

Results 21 aiven-client issues
Sort by recently updated
recently updated
newest added

I'll let the WIP tag, given the code needs to be modified as soon as other side work is done. # What Part of the SBOM functionality currently being implemented....

Add support for enabling and disable Kafka REST proxy authorization in a Kafka service. Adds two switches `--disable-rest-proxy-authorization` and `--enable-rest-proxy-authorization` to `service update` command.

# About this change: What it does, why it matters Kafkacat is the old name of the tool now named [kcat](https://github.com/edenhill/kcat), the PR adds the functions to retrieve the kcat...

# About this change: What it does, why it matters We use Fedora 35 downstream, so to find bugs earlier, let's test Aiven Client on Fedora 35 too.

# What happened? Using the AivenClient functions for kafka topic handling (creation and updating) I expected a similar interface as in the HTTP API documentation (https://api.aiven.io/doc/#operation/ServiceKafkaTopicCreate, https://api.aiven.io/doc/#operation/ServiceKafkaTopicUpdate) But the function...

# What can we help you with? Hey 🙋🏻‍♀️, do you think is a good idea to add a contributing file with the steps in how to get started contributing...

# What happened? Credentials downloaded thanks to `avn service user-kafka-java-creds --project xxxx xxxx --username avnadmin` seems corrupted. I used the files and default properties (`changeit`...) downloaded. ``` 2022-01-07 15:59:00,810 ERROR...

In https://github.com/aiven/aiven-client/blob/46f2cfd7c674fdfb62e277ede33fd77283f9292a/aiven/client/argx.py#L88, we don't cast back to the signature of the wrapped function, but we should, as well as appending the type of the added args. See https://mypy.readthedocs.io/en/stable/generics.html#declaring-decorators.

# What happened? Linting started failing on python 3.10 with: ``` + make test make[3]: Entering directory '/var/home/vladan/rpmbuild/BUILD/aiven-client' fatal: not a git repository (or any parent up to mount point...

# What happened? After installing the avn CLI by running `pip install aiven-client` on a Mac (as per https://developer.aiven.io/docs/tools/cli.html), I get the following error when trying to run commands like...