Skip to content

support byoc for cloud agents#875

Open
real-danm wants to merge 1 commit intomainfrom
dan/byoc-proxy
Open

support byoc for cloud agents#875
real-danm wants to merge 1 commit intomainfrom
dan/byoc-proxy

Conversation

@real-danm
Copy link
Copy Markdown
Contributor

  • adds a RegisterAgent function to just create agent metadata for creating a new agent from a BYOC
  • adds a Push client to that uploads a docker image to cloud-agents while setting the required LK jwt for auth and project tracking purposes on cloud-agents

type PushTarget struct {
// ProxyHost is the OCI registry host exposed by cloud-agents (e.g. "agents.livekit.io").
ProxyHost string `json:"proxy_host"`
// Name is the OCI repository name to use in /v2/{name}/... paths.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

what is this path? I don't usually see v2 in image paths, is it specific to our implementation?

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