Articles & News
Category:
- Version 4.11
- All Categories
- Browsing (3)
- Community (1)
- Development (59)
- Flink sql (4)
- Hive (1)
- Impala (1)
- Ksqldb (3)
- Phoenix (3)
- Query (8)
- Release (32)
- Spark sql (3)
- Trino (1)
- Tutorial (19)
- Version 4 (78)
- Version 4.10 (11)
- Version 4.11 (11)
- Version 4.9 (7)
- Version 5.0 (2)
30 June 2021
Azure Storage sharing by leveraging SAS tokens so that your users don’t need credentials
Example tutorial on how to use the the Azure storage REST API with Shared Access Signatures. We previously covered a similar methodology for providing access to S3 data without giving out actual credentials via some S3 signed URLs. This time we will explore it on Azure, the Cloud data platform from Microsoft. “Trying to” keep things simple for the end users The main use case for us is still to provide a platform agnostic File Browser for the Hue users to allow self service data querying.…
4 minutes read - Version 4.11 / Development