Forum Discussion
Hide the SAS Token in the URL?
Hi All,
I have staff images being hosted in BLOB storage, I am using the BLOB connector & concatinating the URL with the SAS token.
This allows me to see the images.
My issue is if you then view the image as a table you can then see the SAS token;
The user would then be able to work out how to access the other photos as we will be structuring the folders.
Thanks
Andy
- Anonymous4 years ago
Hi Hari,
Thanks for the tips, I managed to put the key into a measure as a string I then created a new column and concatinated the two, once hosted in service show as table no longer shows the secret key 😉
2 Replies
- Hariharan_RSolution Sage
Hi Anonymous
Show as a table in Power BI Desktop only display the image not the URL but yes in Service it will display the complete URL. I understand your concern on the security here. There are multiple options to see the complete URL used on the images.
1. Tooltip - Replace the current tooltip with custom page tooltip with different relevant information of the image
2. Show as a table - We can't disable as of today but you can disable the whole visual header which disabled all the options including the export data.
Thanks
Hari
Please accept this as a solution if your question has been answered !!
Appreciate a Kudos 😀
- AnonymousNot applicable
Hi Hari,
Thanks for the tips, I managed to put the key into a measure as a string I then created a new column and concatinated the two, once hosted in service show as table no longer shows the secret key 😉