Skip to content

Commit

Permalink
Drop URL validation on ElasticSearch for apiUmbrella form
Browse files Browse the repository at this point in the history
For OpenShift/Kubernetes (or cloud services) Elasticsearch can be available by host name and the previously regex doesn't allow adding just 'http://elasticsearch'
  • Loading branch information
marla-singer committed May 3, 2017
1 parent 1021007 commit 6fdf756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxies/collection/schemas/api_umbrella.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ export default {
},
'apiUmbrella.elasticsearch': {
type: String,
regEx: SimpleSchema.RegEx.Url,
},
};

0 comments on commit 6fdf756

Please sign in to comment.