Skip to content

Commit fa053e8

Browse files
committed
disable ip protection by default
1 parent ea78c62 commit fa053e8

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

repo/packages/B/blazingsql/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"type": "boolean",
124124
"title": "Enable IP protection",
125125
"description": "Only the configured set of IPs will be able to reach the service",
126-
"default": true
126+
"default": false
127127
},
128128
"ip": {
129129
"type": "string",

repo/packages/D/dask-cluster/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
"type": "boolean",
259259
"title": "Enable IP protection",
260260
"description": "Only the configured set of IPs will be able to reach the service",
261-
"default": true
261+
"default": false
262262
},
263263
"ip": {
264264
"type": "string",

repo/packages/E/elk/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"type": "boolean",
211211
"title": "Enable IP protection",
212212
"description": "Only the configured set of IPs will be able to reach the service",
213-
"default": true
213+
"default": false
214214
},
215215
"ip": {
216216
"type": "string",

repo/packages/J/jena/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"type": "boolean",
9191
"title": "Enable IP protection",
9292
"description": "Only the configured set of IPs will be able to reach the service",
93-
"default": true
93+
"default": false
9494
},
9595
"ip": {
9696
"type": "string",

repo/packages/J/jupyter/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"type": "boolean",
160160
"title": "Enable IP protection",
161161
"description": "Only the configured set of IPs will be able to reach the service",
162-
"default": true
162+
"default": false
163163
},
164164
"ip": {
165165
"type": "string",

repo/packages/N/neo4j/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"type": "boolean",
115115
"title": "Enable IP protection",
116116
"description": "Only the configured set of IPs will be able to reach the service",
117-
"default": true
117+
"default": false
118118
},
119119
"ip": {
120120
"type": "string",

repo/packages/O/openrefine/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"type": "boolean",
7777
"title": "Enable IP protection",
7878
"description": "Only the configured set of IPs will be able to reach the service",
79-
"default": true
79+
"default": false
8080
},
8181
"ip": {
8282
"type": "string",

repo/packages/P/pgadmin/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"type": "boolean",
101101
"title": "Enable IP protection",
102102
"description": "Only the configured set of IPs will be able to reach the service",
103-
"default": true
103+
"default": false
104104
},
105105
"ip": {
106106
"type": "string",

repo/packages/P/plutojl/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"type": "boolean",
103103
"title": "Enable IP protection",
104104
"description": "Only the configured set of IPs will be able to reach the service",
105-
"default": true
105+
"default": false
106106
},
107107
"ip": {
108108
"type": "string",

repo/packages/R/rapidsai/0/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"type": "boolean",
124124
"title": "Enable IP protection",
125125
"description": "Only the configured set of IPs will be able to reach the service",
126-
"default": true
126+
"default": false
127127
},
128128
"ip": {
129129
"type": "string",

0 commit comments

Comments
 (0)