Skip to content

How to use blobfuse2 with GitHub OIDC via azure/login? #1449

Closed Answered by souravgupta-msft
berney asked this question in Q&A
Discussion options

You must be logged in to vote

@berney, thanks for the detail explanation. The az login error is because you are trying to mount blobfuse2 as sudo user whereas you have logged in using az cli as regular user.
sudo blobfuse2 mount /mnt/blobfuse2 --config-file=config.yaml --tmp-path=/mnt/blobfuse2tmp

You can replicate this if you run any of the above az cli commands as sudo user. For example,
sudo az account show | jq

Please try mounting as regular user and see if are getting the same error.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@berney
Comment options

@souravgupta-msft
Comment options

@berney
Comment options

@souravgupta-msft
Comment options

Answer selected by berney
@berney
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants