[IMP] Add identity (#238)

* [IMP] can use ad identity to access storage
This commit is contained in:
Vincent Renaville
2021-07-22 10:26:50 +02:00
committed by GitHub
co-authored by GitHub
parent 0b687d3eaf
commit 18e8e0b232
3 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"category": "Knowledge Management",
"depends": ["base_attachment_object_storage"],
"external_dependencies": {
"python": ["azure-storage-blob"],
"python": ["azure-storage-blob", "azure-identity"],
},
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"installable": True,