-
Notifications
You must be signed in to change notification settings - Fork 360
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
lakeFSFS: IAM Role Support Login call #7659
Conversation
🎊 PR Preview 30e6b63 has been successfully built and deployed to https://treeverse-lakeFS-preview-pr-7659.surge.sh 🕐 Build time: 0.012s 🤖 By surge-preview |
Hey @arielshaqed , docs in a separate PR (WIP #7656) |
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.
Thanks!
How are we going to test this on a real lakeFS server? We need to integrate it properly.
// build lakeFS login request | ||
ExternalLoginInformation req = new ExternalLoginInformation(); | ||
|
||
if (this.lakeFSTokenTTLSeconds.isPresent()) { |
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.
Could use this to apply an operator directly if present.
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.
nice!
@arielshaqed regarding integration testing, as of right now Iv'e been doing a lot of manuall testing with lakeFS / pyspark / fluffy. |
Closes #7658
Docs in a separate PR #7656 (WIP)