Skip to content

Commit 057d304

Browse files
committed
enable CORS for elastic
1 parent 22f5bb2 commit 057d304

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jaseci_core/jaseci/jsorc/manifests/elastic.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6001,6 +6001,10 @@ spec:
60016001
count: 1
60026002
config:
60036003
node.store.allow_mmap: false
6004+
http.cors.enabled: true
6005+
http.cors.allow-origin: "*"
6006+
http.cors.allow-methods: OPTIONS, POST, GET
6007+
http.cors.allow-headers: X-Requested-With, X-Auth-Token, Content-Type, Content-Length, Authorization, Access-Control-Allow-Headers, Accept
60046008
volumeClaimTemplates:
60056009
- metadata:
60066010
name: elasticsearch-data

0 commit comments

Comments
 (0)