mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
disable xsrf protection when running api tests
This commit is contained in:
parent
e6100c2f4e
commit
07e3a33b55
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ module.exports = function (grunt) {
|
|||
cmd: /^win/.test(platform) ? '.\\bin\\kibana.bat' : './bin/kibana',
|
||||
args: [
|
||||
'--server.port=' + uiConfig.servers.kibana.port,
|
||||
'--server.xsrf.disableProtection=true',
|
||||
'--optimize.enabled=false',
|
||||
'--elasticsearch.url=' + format(uiConfig.servers.elasticsearch),
|
||||
'--logging.json=false'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue