Skip to content

Display cloud_region for private links#828

Open
shreyasj-livekit wants to merge 3 commits intomainfrom
shreyas/pl-cloud-region-display
Open

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

Conversation

@shreyasj-livekit
Copy link
Copy Markdown
Contributor

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

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.
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