Skip to content

Add fields to support AssumeRole in egress S3 uploads#1124

Merged
biglittlebigben merged 5 commits intomainfrom
benjamin/assume_role_egress
Jul 2, 2025
Merged

Add fields to support AssumeRole in egress S3 uploads#1124
biglittlebigben merged 5 commits intomainfrom
benjamin/assume_role_egress

Conversation

@biglittlebigben
Copy link
Copy Markdown
Contributor

No description provided.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 30, 2025

🦋 Changeset detected

Latest commit: 4a00d66

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@biglittlebigben
Copy link
Copy Markdown
Contributor Author

We are still discussing this API on slack

Comment thread protobufs/livekit_egress.proto Outdated
string access_key = 1;
string secret = 2;
string session_token = 11;
string assumed_role_arn = 12; // ARN of the role to assume for file upload. Egress will make an AssumeRole API call using the provided access_key and secret to assume that role
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: assume instead of assumed

@biglittlebigben biglittlebigben merged commit 2e032c7 into main Jul 2, 2025
5 checks passed
@biglittlebigben biglittlebigben deleted the benjamin/assume_role_egress branch July 2, 2025 05:18
@github-actions github-actions Bot mentioned this pull request Jul 3, 2025
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.

3 participants