gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.57k stars 1.76k forks source link

Can't add kibana through teleport app_service #39766

Closed asamirr closed 7 months ago

asamirr commented 7 months ago

Currently on AKS with ELK installed and kibana service working properly whenever tested using port-forward Tried adding it to Teleport apps to restrict its access.

Expected behavior: Kibana opens and I'm able to navigate it.

Current behavior: Internal server error whenever I launch it.

Bug details:

tigrato commented 7 months ago

Is Your Kibana kubernetes service running on port 80? The i/o timeout comes from the fact that Teleport can't dial to Kibana

asamirr commented 7 months ago

@tigrato Worked. The kibana service had both port and targetPort set to 5601. Changed the port only to 80 and worked. Will update if any more issues arise. Thanks a lot!