Skip to content

g2vinay/camera-azure-app-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

camera-azure-app-java

The app works like a stand alone camera app on your machine.
It lets you click pictures and uploads it to pre-configured storage account on Azure. It also lets you list and delete the pictures from the storage account. It uses keyvault to hide storage account credentials, and your service principal needs to be given access to keyvault for you to be able to use the app.

App Design:

  1. App bootstraps and uses your service principal to get storage account details from the key vault.
  2. Camera Starts displaying the Camera UI (Swing UI)
  3. Using the UI pictures are clicked, uploaded, listed or deleted.
  4. The storage credentials fetched in Step 1 are used to perform storage operations in Step 3.

Libraries/Tools used: Jackson RxJava (will migrate to Reactor) Spotbugs azure-mgmt-vault azure-storage-blob

Setup Instructions: a. Configure Following Environment Variables:
     1. "CAM_VAULT_URL"
     2. "CAM_CLIENT"
     3. "CAM_CLIENT_KEY"
     4. "CAM_TENANT"

b. Get your Service Principal added to camera vault's access policies.
c. Compile and run the app

ScreenShots:

About

Stand Alone Java app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages