You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2020/05/03 13:22:37 UTC

[dubbo-admin] branch develop updated: add spring-configuration-metadata.json (#603)

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

hyunkun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8f85ee1  add spring-configuration-metadata.json (#603)
8f85ee1 is described below

commit 8f85ee1d927f9a4eb4c186491eda1068f00297f8
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Sun May 3 21:22:28 2020 +0800

    add spring-configuration-metadata.json (#603)
---
 .../main/resources/META-INF/spring-configuration-metadata.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dubbo-admin-server/src/main/resources/META-INF/spring-configuration-metadata.json b/dubbo-admin-server/src/main/resources/META-INF/spring-configuration-metadata.json
new file mode 100644
index 0000000..fc5b9a8
--- /dev/null
+++ b/dubbo-admin-server/src/main/resources/META-INF/spring-configuration-metadata.json
@@ -0,0 +1,10 @@
+{
+  "properties": [
+    {
+      "name": "admin.check.authority",
+      "type": "java.lang.Boolean",
+      "description": "Whether to enable basic authentication.",
+      "defaultValue": true
+    }
+  ]
+}