-
Notifications
You must be signed in to change notification settings - Fork 659
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
[Docs] Provide documentation on where blob storage is accessed and which keys are being used #4881
Comments
Thank you for opening your first issue here! 🛠 |
🤖 Hey @ddl-ebrown! Great to see you diving deeper into the workings of Flyte. Your curiosity really adds value to the community! Thank you for your detailed request. I'll try to provide some insights based on the information available in the Flyte codebase and documentation.
I hope this information is helpful. If you have any further questions or need more details, please let me know. Sources
|
please assign me to this issue |
@Ritesh-Udgata let us know any questions you may have soon, as Hacktoberfest is closing on Thursday. Thank you for volunteering! |
Description
There are several different places where various Flyte services or tools require blob storage access, and for folks new to the project, it would be nice to have a few notes on the internals of how API calls happen. The initial question I raised in Slack at https://flyte-org.slack.com/archives/CP2HDHKE1/p1707508706335559 was
Some of this is documented in https://docs.flyte.org/en/latest/concepts/data_management.html, but it would be nice to extend that to include:
pyflyte run --remote
calls FlyteAdmin, calls blob storage to get a signed url and returns it to the client so that it can uploadWhile Flyte has a good default approach of using IRSA in AWS, that might not always be the best fit -- so it's helpful to know some of the specifics around blob storage access patterns so that the right solution can be employed.
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: