Skip to content
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

Allow opting-in for no credentials mount #865

Closed
utikeev opened this issue Dec 13, 2022 · 2 comments
Closed

Allow opting-in for no credentials mount #865

utikeev opened this issue Dec 13, 2022 · 2 comments
Labels
feature request Feature request: request to add new features or functionality p2 P2

Comments

@utikeev
Copy link

utikeev commented Dec 13, 2022

Already mentioned in this issue, but got eventually buried.

The problem is that mounting public buckets via gcsfuse requires some valid credentials present even though REST API doesn't. It would be great to have some opt-in flag like --allow-anonymous, which will prevent failing in case of nil tokenSrc, but rather create an anonymous connection (maybe with some warning).

@sethiay
Copy link
Collaborator

sethiay commented Dec 14, 2022

Thanks @utikeev for the request here. We will evaluate this request and update here accordingly. Till then, we suggest to use default credentials (e.g. set up via Google Cloud CLI) to access public buckets.

@sethiay sethiay added the feature request Feature request: request to add new features or functionality label Dec 14, 2022
@sethiay sethiay added the p2 P2 label Jun 6, 2023
@marcoa6
Copy link
Collaborator

marcoa6 commented May 28, 2024

Supported with v2.1 through --allow-anonymous flag

@marcoa6 marcoa6 closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request: request to add new features or functionality p2 P2
Projects
None yet
Development

No branches or pull requests

3 participants