Merge pull request #1295 from Human-Connection/fix_security_issues_on_production

Configure dbms.security.procedures
This commit is contained in:
mattwr18 2019-08-20 13:52:23 +02:00 committed by GitHub
commit 282b1eda20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,8 @@
value: 1G
- name: NEO4J_dbms_memory_heap_max__size
value: 1G
- name: NEO4J_dbms_security_procedures_unrestricted
value: "algo.*,apoc.*"
envFrom:
- configMapRef:
name: configmap