https://github.com/neworbit/clientsideencryption.demo
Demo of Blob and SQL client-side encryption
https://github.com/neworbit/clientsideencryption.demo
Last synced: about 1 year ago
JSON representation
Demo of Blob and SQL client-side encryption
- Host: GitHub
- URL: https://github.com/neworbit/clientsideencryption.demo
- Owner: NewOrbit
- Created: 2022-04-01T16:34:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T16:35:48.000Z (about 4 years ago)
- Last Synced: 2025-02-13T10:38:36.175Z (over 1 year ago)
- Language: TypeScript
- Size: 757 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running it
Use the devcontainer in Infrastructure to set up an environment.
- Manually give yourself CryptUser RBAC on the Key Vault.
- Manually give yourself the "Storage Blob Data Contributor" RBAC on the Storage account.
TODO: Remove the network restrictions on the different services - or do it manually.
Use the devcontainer in `src` to run the code.
NOTE: You must run "az login" in before running the code, to log in to azure and use managed identity. (Could change to enable interactive auth, I guess?)