You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/07/16 11:10:55 UTC

[incubator-dlab] branch bucket-browser-azure updated: Added mock for azure auth file

This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch bucket-browser-azure
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/bucket-browser-azure by this push:
     new 83105e1  Added mock for azure auth file
83105e1 is described below

commit 83105e11c275d95ea895fe943cd631141cf25b03
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Thu Jul 16 14:10:32 2020 +0300

    Added mock for azure auth file
---
 .../src/main/resources/mock_file/azure/auth.json                     | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/services/provisioning-service/src/main/resources/mock_file/azure/auth.json b/services/provisioning-service/src/main/resources/mock_file/azure/auth.json
new file mode 100644
index 0000000..f9a12f8
--- /dev/null
+++ b/services/provisioning-service/src/main/resources/mock_file/azure/auth.json
@@ -0,0 +1,5 @@
+{
+  "clientId": "",
+  "clientSecret": "",
+  "tenantId": ""
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org