-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Iceberg] Add support for RBAC (assume aws role) auth #50957
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
/format-fix
|
21298bd
to
fdc56c6
Compare
/format-fix
|
/format-fix
|
/format-fix
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one last comment, otherwise lgtm!
...3-data-lake/src/main/kotlin/io/airbyte/integrations/destination/iceberg/v2/io/IcebergUtil.kt
Outdated
Show resolved
Hide resolved
/format-fix
|
What
Adding support for RBAC auth (The ability to assume a role that the user would setup on their side).
This will need to be updated to support Micronaut for our integration tests.
How
Update the current Iceberg property building process. It is reorganized to allow a user to pass an ARN that points to the role that we will need to assume.
Can this PR be safely reverted and rolled back?