[IMP] Add identity (#238)

* [IMP] can use ad identity to access storage
This commit is contained in:
Vincent Renaville
2021-09-04 17:56:03 +07:00
committed by Nils Hamerlinck
co-authored by Nils Hamerlinck
parent ac356bdffe
commit db9d9d5d37
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,