IBM / jupyterlab-s3-browser

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

Is there a way to specify credentials in configuration #27

Closed jpays closed 3 years ago

jpays commented 3 years ago

Hello,

I'm using version 6.1 of the plugin.

I successfully installed the s3 browser in our environment, but I would like to save the users the pain of typing their credentials in the auth form.

It's not clear if there is a way to set the credentials (endpoint_url, access key and secret) in a configuration file and/or environment variables to entirely skip the auth form ?

Thank you

Jerome

reevejd commented 3 years ago

It's currently not supported, but I should be able to release a new version next week with support for environment variable-based authentication. Thanks for the suggestion.

eric-valente commented 3 years ago

Hi @reevejd love the extension thank you. Any update on timeline for auto login using environment variables?

reevejd commented 3 years ago

Hi @melvinev, thanks for your interest. I'll try to get it out by this Monday. It's not particularly difficult to do, I've just been busier than expected the past two weeks.

reevejd commented 3 years ago

I've added support for environment variable based authentication in ece9312cf592ec2f63f91fec6b239e924bc118d1. It's available in the newly released version 0.7.0.