IBM / jupyterlab-s3-browser

A JupyterLab extension for browsing S3-compatible object storage
Apache License 2.0
119 stars 43 forks source link

Access to S3 with IAM role #17

Open nawa opened 4 years ago

nawa commented 4 years ago

Is your feature request related to a problem? Please describe. Seems that I can access only with static defined Access Key ID / Secret Access Key. Temporary credentials (assumed) don't work either, because there is no way to define session token

Describe the solution you'd like

Describe alternatives you've considered

Additional context JupyterLab is installed on an AWS instance and IAM role with access to S3 is applied to the instance

eric-leblouch-al commented 4 years ago

The option without credentials is now working well on SageMaker notebook server. I think this issue can be closed.

rezuma commented 3 years ago

Hello,

Is there a way to make this extension work with Kubernetes (EKS) service account? Kubernetes Service Accounts are mapped to IAM roles and use by k8s pods.

Thanks