Skip to content

Display cloud_region for private links#828

Merged
shreyasj-livekit merged 3 commits intomainfrom
shreyas/pl-cloud-region-display
Apr 20, 2026
Merged

Display cloud_region for private links#828
shreyasj-livekit merged 3 commits intomainfrom
shreyas/pl-cloud-region-display

Conversation

@shreyasj-livekit
Copy link
Copy Markdown
Contributor

@shreyasj-livekit shreyasj-livekit commented Apr 17, 2026

Summary

  • Adds a Cloud Region column to the lk agent private-link list table, positioned between Region and Port.
  • Prints Cloud Region [...] after lk agent private-link create when the response includes one.

Motivation

cloud_region is now returned on the PrivateLink proto, so surface it in the CLI so users can see which cloud provider region (e.g. us-east-2, eastus) their private link is on.

Dependencies

  • Requires livekit/protocol#1503 (adds PrivateLink.cloud_region). This PR will need a go.mod bump to the new protocol pseudo-version after that lands.

Test plan

  • go test ./cmd/lk/ -run PrivateLink passes
  • lk agent private-link list shows the new column
  • lk agent private-link create --cloud-region ... prints Cloud Region line

Adds a 'Cloud Region' column between 'Region' and 'Port' in the list
table, and prints 'Cloud Region [...]' after create. Requires a
protocol bump once PrivateLink.cloud_region lands on protocol main.
@shreyasj-livekit shreyasj-livekit merged commit 2ed9945 into main Apr 20, 2026
9 checks passed
@shreyasj-livekit shreyasj-livekit deleted the shreyas/pl-cloud-region-display branch April 20, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants