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

Invalid SAS generation for a blob/container in latest 1.13.0 version of Storage Explorer #2948

Closed
arijitmicrosoft opened this issue May 7, 2020 · 0 comments
Assignees
Labels
🪲 regression Issue was working in a previous version ⚙️ emulator Related to local emulators ✅ merged A fix for this issue has been merged
Milestone

Comments

@arijitmicrosoft
Copy link

Storage Explorer Version: 1.13.0
Build Number: 20200430.5
Platform/OS: Windows 10
Architecture: x64
Regression From: 1.12.0

Bug Description

When trying to generate SAS for a blob/container in context of storage emulator, the SAS Uri is missing the devstoreaccount1 part

Steps to Reproduce

  1. Create a container/blob under devstoreaccount1
  2. Right-Click and generate SAS

Expected Experience

Expected : http://127.0.0.1:10000/devstoreaccount1/{container}/{blob}?{sastoken}

Actual Experience

Actual : http://127.0.0.1:10000/{container}/{blob}?{sastoken}

Additional Context

Observing this after the update to 1.13.0

@JasonYeMSFT JasonYeMSFT added 🪲 regression Issue was working in a previous version ⚙️ emulator Related to local emulators labels May 8, 2020
@JasonYeMSFT JasonYeMSFT added this to Committed in Storage Explorer via automation May 8, 2020
@JasonYeMSFT JasonYeMSFT self-assigned this May 8, 2020
@JasonYeMSFT JasonYeMSFT modified the milestones: 1.14.0, 1.13.1 May 8, 2020
@JasonYeMSFT JasonYeMSFT moved this from Committed to Verifying in Storage Explorer May 18, 2020
@JasonYeMSFT JasonYeMSFT moved this from Verifying to Done in Storage Explorer May 18, 2020
@JasonYeMSFT JasonYeMSFT added the ✅ merged A fix for this issue has been merged label May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 regression Issue was working in a previous version ⚙️ emulator Related to local emulators ✅ merged A fix for this issue has been merged
Projects
Development

No branches or pull requests

2 participants