You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/12/07 16:54:05 UTC

[isis] branch master updated: ISIS-2445: add demo config comment for CORS (how to allow access to kroviz client)

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 07b08d6  ISIS-2445: add demo config comment for CORS (how to allow access to kroviz client)
07b08d6 is described below

commit 07b08d6470d88fb5c494dd0a8ffc51332e5b3038
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Dec 7 17:53:53 2020 +0100

    ISIS-2445: add demo config comment for CORS (how to allow access to
    kroviz client)
---
 examples/demo/domain/src/main/resources/application.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/demo/domain/src/main/resources/application.yml b/examples/demo/domain/src/main/resources/application.yml
index 3d4c3ac..b54d3a0 100644
--- a/examples/demo/domain/src/main/resources/application.yml
+++ b/examples/demo/domain/src/main/resources/application.yml
@@ -119,6 +119,11 @@ isis:
             level2:
               type: none
               mode: ENABLE_SELECTIVE
+              
+#  extensions:
+#    cors:
+#      # enables access for kroviz
+#      allowedOrigins: http://localhost:3000
 
 resteasy:
   jaxrs: