[IMP] Add identity (#238)

* [IMP] can use ad identity to access storage
This commit is contained in:
Vincent Renaville
2021-11-09 19:04:21 +07:00
committed by Nils Hamerlinck
co-authored by Nils Hamerlinck
parent 824668f4c5
commit 81f7aeca08
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,