kubeflame / lutho

Manage Kubernetes based resources in a different way.
https://kubeflame.github.io
MIT License
22 stars 2 forks source link

Slack and WSS #4

Open insuusvenerati opened 1 week ago

insuusvenerati commented 1 week ago

Hey there! I'm liking your project so far. Two issues i'm having, the slack link on your page doesn't actually invite anyone, it just links to the sign in. Also, I get this error in the browser and no content actually loads after installing with helm

index-DpZqkW7h.js:1 
 Mixed Content: The page at 'https://lutho.internal.domain/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://lutho.internal.domain/srv/data'. This request has been blocked; this endpoint must be available over WSS.
insuusvenerati commented 1 week ago

Using nginx ingress with cert manager certs

aiciobanu commented 1 week ago

Hello,

Yes, I will need to implement the secure protocol for WebSockets and a way to manage certs. At the moment it is hardcoded to connect only over ws and http.

Thank you for creating this issue and for trying out the application!

aiciobanu commented 1 week ago

As for the Slack, I thought it was open for everyone to join. No wonder no one has entered the workspace. My bad :D, it is my first time creating and managing a workspace.

Invite link created: https://join.slack.com/t/kubeflame/shared_invite/zt-2ttma3koj-hx_GY0LLPQ7QnW4t7rQP9w

Thank you for noticing!