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

[#487][#488] Fix cloud2edge post-install hook, fix tour instructions. #489

Merged
merged 5 commits into from
Aug 28, 2023

Conversation

calohmn
Copy link
Contributor

@calohmn calohmn commented Aug 27, 2023

Includes these fixes:

Kafka usage is now the default.

Signed-off-by: Carsten Lohmann <[email protected]>
@calohmn calohmn added the Cloud2Edge Improvements to the Cloud2Edge package label Aug 27, 2023
@@ -63,27 +66,27 @@ The demo device's digital twin supports a temperature property which will be set
by means of the following command:

{% clipboard %}
curl -i -u [email protected]:demo-secret -H 'application/json' --data-binary '{
curl -i -k -u [email protected]:demo-secret -H 'application/json' --data-binary '{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

FYI: I've added the -k (i.e. --insecure) option here for now. Better would be to fetch the used CA cert beforehand (via kubectl get secret) and use that here instead. But it seems the CA cert is currently only set in a K8s secret if Kafka messaging is being used. That means a generic solution requires changes also to the Hono chart.

@calohmn calohmn force-pushed the PR/fix_cloud2edge_post_install branch from 0fd241a to b0702a2 Compare August 28, 2023 07:35
Using new REGISTRY_BASE_URL and HTTP_ADAPTER_BASE_URL
environment variables that will contain either
the secure or insecure endpoint base URL depending
on the chart configuration.

Signed-off-by: Carsten Lohmann <[email protected]>
Signed-off-by: Carsten Lohmann <[email protected]>
@calohmn calohmn force-pushed the PR/fix_cloud2edge_post_install branch from b0702a2 to 3cbabd0 Compare August 28, 2023 09:15
Copy link
Member

@sophokles73 sophokles73 left a comment

Choose a reason for hiding this comment

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

LGTM

@calohmn calohmn merged commit fb37259 into master Aug 28, 2023
11 checks passed
@calohmn calohmn deleted the PR/fix_cloud2edge_post_install branch August 28, 2023 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cloud2Edge Improvements to the Cloud2Edge package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants