Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Update threaded API doc #578

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Conversation

erikbosch
Copy link
Contributor

Fixes #524

@@ -33,7 +33,7 @@ If you wish to connect to a gRPC server e.g. `kuksa-databroker`, you should inst
```console
$ kuksa-client --ip 127.0.0.1 --port 55555 --protocol grpc --insecure
```
Note: `--insecure` is required because `kuksa-databroker` does not yet support encryption or authentication.
Note: `--insecure` is required because `kuksa-databroker` does not yet support TLS encryption or authentication.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't true anymore or am I wrong. Databroker supports TLS but the client not at this time?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, or at least not with the current default certificates. I am touching this file in https://github.com/eclipse/kuksa.val/pull/580/files#diff-9e56616746625998b6fde6fba9bd42bf7385758ccb26a51ef83462310f06123c as well, but it could better be rephrased here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah then it is fine.

Copy link
Contributor

@lukasmittag lukasmittag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything looks good here

@lukasmittag lukasmittag merged commit 61ef886 into eclipse-archived:master Jun 19, 2023
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document expected return values for kuksa-client methods, and possibly align them
2 participants