[IMP] Add identity (#238)

* [IMP] can use ad identity to access storage
This commit is contained in:
Vincent Renaville
2021-07-26 10:26:40 +02:00
committed by Patrick Tombez
co-authored by Patrick Tombez
parent e6d2b43f2b
commit 223a84d6a9
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,