mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Updates settings in Code doc (#39807)
This commit is contained in:
parent
e268bfc035
commit
955d709d43
1 changed files with 3 additions and 3 deletions
|
@ -30,16 +30,16 @@ You can add your own hostname (for example, acme.com) to the whitelist by adding
|
|||
|
||||
[source,yaml]
|
||||
----
|
||||
xpack.code.gitHostWhitelist: [ "github.com", "gitlab.com", "bitbucket.org", "gitbox.apache.org", "eclipse.org", "acme.com" ]
|
||||
xpack.code.security.gitHostWhitelist: [ "github.com", "gitlab.com", "bitbucket.org", "gitbox.apache.org", "eclipse.org", "acme.com" ]
|
||||
----
|
||||
|
||||
Set `xpack.code.gitHostWhitelist` to [] (empty list) allow any hostname.
|
||||
Set `xpack.code.security.gitHostWhitelist` to [] (empty list) allow any hostname.
|
||||
|
||||
You can also control the protocol to use for the clone address. By default, the following protocols are supported: `[ 'https', 'git', 'ssh' ]`. You can change this value by adding the following line to your `config/kibana.yaml` file. In this example, the user only wants to support the `https` protocol:
|
||||
|
||||
[source,yaml]
|
||||
----
|
||||
xpack.code.gitProtocolWhitelist: [ "https" ]
|
||||
xpack.code.security.gitProtocolWhitelist: [ "https" ]
|
||||
----
|
||||
|
||||
[float]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue