Skip to content

Azure Function with Queryable Encryption and Field Level Encryption in MongoDB

License

Notifications You must be signed in to change notification settings

ninefyi/azure-function-py-qefle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Function with Queryable Encryption and Field Level Encryption (QE-FLE)

References

export MONGODB_URI=""
export SHARED_LIB_PATH=".//mongo_crypt_shared//lib//mongo_crypt_v1.so"
export AZURE_TENANT_ID=""
export AZURE_CLIENT_ID=""
export AZURE_CLIENT_SECRET=""
export AZURE_KEY_NAME=""
export AZURE_KEY_VERSION="
export AZURE_KEY_VAULT_ENDPOINT=""
  • Create appsettings.json and provide information below
[
  {
    "name": "MONGODB_URI",
    "slotSetting": false,
    "value": ""
  },
  {
    "name": "SHARED_LIB_PATH",
    "slotSetting": false,
    "value": ".//mongo_crypt_shared//lib//mongo_crypt_v1.so"
  },
  {
    "name": "AZURE_TENANT_ID",
    "slotSetting": false,
    "value": ""
  },
  {
    "name": "AZURE_CLIENT_ID",
    "slotSetting": false,
    "value": ""
  },
  {
    "name": "AZURE_CLIENT_SECRET",
    "slotSetting": false,
    "value": ""
  },
  {
    "name": "AZURE_KEY_NAME",
    "slotSetting": false,
    "value": ""
  },
  {
    "name": "AZURE_KEY_VAULT_VERSION",
    "slotSetting": false,
    "value": ""
  },
  {
    "name": "AZURE_KEY_VAULT_ENDPOINT",
    "slotSetting": false,
    "value": ""
  }
]

About

Azure Function with Queryable Encryption and Field Level Encryption in MongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published