Ryan Uber
d9210f4a0c
website: document atlas endpoint config
2015-08-27 11:31:29 -07:00
Ryan Uber
e533789088
website: add atlas token/infra to reloadable config
2015-08-25 17:21:29 -07:00
ketzacoatl
efc2d316c1
Minor improvement to `acl_master_token` docs
...
Confirm the expected format, and what happens if not provided.
2015-07-01 15:34:35 -04:00
Hans Hasselberg
4598087df3
Implement advertise_addrs for SerfLan, SerfWan and RPC.
...
Fixes #550 .
This will make it possible to configure the advertised adresses for
SerfLan, SerfWan and RPC. It will enable multiple consul clients on a
single host which is very useful in a container environment.
This option might override advertise_addr and advertise_addr_wan
depending on the configuration.
It will be configureable with advertise_addrs. Example:
{
"advertise_addrs": {
"serf_lan": "10.0.120.91:4424",
"serf_wan": "201.20.10.61:4423",
"rpc": "10.20.10.61:4424"
}
}
2015-06-23 21:23:45 +02:00
Armon Dadgar
97c87f4e4d
website: document the new TLS changes
2015-05-11 16:22:10 -07:00
Cameron Ruatta
dfbd466c71
Adding docs about configuration directory sub-directories
2015-05-11 10:36:50 -07:00
Cameron Ruatta
0b9bc7d2f5
Adding documentation about specifying multiple configuration directories
2015-05-11 10:19:04 -07:00
Armon Dadgar
efaed93b91
Merge pull request #816 from pepov/master
...
Support different advertise address for WAN gossip
2015-05-04 15:40:25 -07:00
Ryan Uber
8ae6790b33
website: document statsite_prefix option
2015-05-03 16:54:19 -07:00
Ryan Uber
b18d75120c
website: fix typo
2015-04-08 09:59:23 -07:00
Ryan Breen
a817a398dc
Website: GH-831, mention that https port must be specified to start an https listener.
2015-04-03 22:12:00 -04:00
pepov
14c8c86fee
update the docs: add advertise-wan cli and advertise_addr_wan json config
2015-03-28 16:08:20 +01:00
Ryan Uber
57da15e049
website: document minimum session TTL setting
2015-03-27 11:34:27 -07:00
Johannes 'fish' Ziemke
78cde71a22
Add -domain command line flag to agent
...
This makes it possible to configure the domain on the command line
additionally to the config file.
2015-03-20 16:05:41 +01:00
tummychow
e83598b043
Add doc notes for HTTPS API
...
- the HTTPS API address can be configured just like any other address
- the verify_incoming setting also applies to the HTTPS API
2015-03-18 16:08:41 -07:00
Ryan Breen
ad7d1b3090
Website: GH-747 change acl_master token to acl_master_token
2015-03-03 11:46:57 -05:00
Ryan Breen
ce93505a16
Website: GH-747 Add docs on acl_master_token installation.
2015-03-03 11:33:49 -05:00
Ryan Breen
87fccbc40c
Website: Add links to options and commands referenced in docs/agent/basics.html and docs/guide/bootstrapping.html.
2015-02-24 14:11:11 -05:00
Ryan Breen
559084724a
Manually specify anchors for each LI in options.html. This is necessary because the middleman-hashicorp logic only inserts anchors if the body of the LI contains no links. For consistent presentation, we need to specify all anchors rather than relying on middleman.
2015-02-24 12:30:17 -05:00
Ryan Breen
d205512336
Website: /docs/agent/options Fix internal links in options.html to match the anchors created by middleman-hashicorp.
2015-02-23 15:34:46 -05:00
Ryan Breen
3f17f30691
Merge branch 'master' of github.com:hashicorp/consul
2015-02-23 14:45:00 -05:00
Ryan Breen
8ff0368aa4
Website: docs/agent/options.html Fix config-file reference.
2015-02-23 14:44:31 -05:00
Ryan Uber
bb85d6f331
website: document -recursor arg for agent cli
2015-02-23 10:43:15 -08:00
Ryan Breen
53afd77e2d
s/data center/datacenter/g
2015-02-19 17:45:47 -05:00
Armon Dadgar
441b940280
website: Document new options
2015-02-18 15:15:01 -08:00
Ryan Breen
e13bc41d3f
Website: add some missing intra-page links in docs/agent/options
2015-02-16 20:51:04 -05:00
Ryan Breen
45a9c231be
Website: clean up a few intra-page links in docs/agent/options
2015-02-16 20:42:21 -05:00
Ryan Breen
61f1955c31
Website: add intra-page links in docs/agent/options
2015-02-16 19:48:49 -05:00
Ryan Breen
5634061a9f
Website: finalize edits for configuration file options in docs/agent/options.
2015-02-15 00:47:52 -05:00
Ryan Breen
9912be7e5f
Website: edits for configuration file options in docs/agent/options.
2015-02-15 00:43:01 -05:00
Ryan Breen
5cfed30179
Website: tweak cleanup for the docs/agent/options Command-line options section.
2015-02-13 15:19:17 -05:00
Ryan Breen
f234f1af67
Website: cleanup for the docs/agent/options Command-line options section.
2015-02-13 14:58:05 -05:00
Ryan Uber
c61aa2e56c
website: add notice about socket permission portability
2015-01-20 19:16:17 -08:00
Ryan Uber
6b554f5370
website: document unix_sockets config
2015-01-20 16:29:22 -08:00
Ryan Uber
8ded1063db
website: update docs for agent socket options
2015-01-16 13:06:49 -08:00
Ryan Uber
61d2f71d14
agent: only ignore errors on IsNotExist()
2015-01-16 09:14:52 -08:00
Jeff Mitchell
9777ac55e6
Update option text to describe how to use Unix listening sockets.
2015-01-14 20:22:59 +00:00
Evan Broder
b5e1de165b
Add "only_passing" option to DNS config
...
This excludes nodes from DNS results if their healthchecks are in any
non-passing state, not just if they're critical.
2015-01-10 13:17:11 +01:00
Armon Dadgar
1088a5c170
Merge pull request #558 from ceh/http-api-response-headers
...
add ability to specify response headers on the HTTP API
2015-01-05 11:36:08 -08:00
Emil Hessman
4461c750bb
website: fix typo, casing and links
...
Fix typo in Leader Election guide: s/blog/blob/
Also fix various casing issues and prefer HTTPS links
for HashiCorp projects.
2015-01-04 12:58:58 +01:00
Emil Hessman
db23a3f0e9
add ability to specify response headers on the HTTP API
...
Add an config object that allows adding HTTP header response fields to every
HTTP API response.
Each specified header is added to every response from all HTTP API endpoints.
Each individual endpoint may overwrite the specified header, which makes sure
that Consul headers such as 'X-Consul-Index' is enforced by the API.
2014-12-28 19:17:08 +01:00
Ryan Uber
58ba650cb0
website: Improve docs for reloading config. Fixes #407
2014-11-25 19:03:14 -08:00
Ryan Uber
196cbd27b2
agent: ignore -encrypt if provided when keyring exists
2014-11-19 16:37:40 -08:00
Ryan Uber
9217e371bc
website: document new behavior of the -encrypt option
2014-11-19 16:36:01 -08:00
Ryan Uber
bb06d5ccb8
website: remove keyring persistence options from agent page
2014-11-19 16:31:06 -08:00
Ryan Uber
d8f513f6d6
website: update consul keys documentation
2014-11-19 16:30:22 -08:00
Armon Dadgar
dd41c69389
Merge pull request #478 from amalaviy/https
...
Added HTTPS support via a new HTTPS Port configuration option
2014-11-19 11:17:10 -08:00
Atin Malaviya
46178dbb37
Change names to StartJoinWan, RetryJoinWan etc
2014-11-17 17:14:59 -05:00
Atin Malaviya
59a68ecc26
Added HTTPS support via a new HTTPS Port configuration option similar to the HTTP Port.
2014-11-17 14:29:35 -05:00
Atin Malaviya
df8d099f49
Add start-wan-join, retry-wan-join and related configuration options and commandline options
2014-11-14 10:56:39 -05:00
Ryan Uber
c9de806ab9
website: better description of config merging in agent options. Closes #470
2014-11-13 12:04:09 -08:00
Danny Berger
4347b9394d
Fix some typos in website docs
2014-11-04 21:33:42 -07:00
Armon Dadgar
982b177e69
Support old recursor config for backwards compatibility
2014-11-03 11:28:21 -08:00
Armon Dadgar
2c16fec0cc
Merge pull request #448 from foostan/multiple_recursor
...
Add multiple recursor definition support
2014-11-03 11:18:37 -08:00
foostan
4d8f1c2133
Add multiple recursor definition support
2014-11-01 04:26:26 +09:00
Laurent Raufaste
7d01816c1f
Rephrase
2014-10-30 21:46:19 -04:00
Laurent Raufaste
7a2a01f9de
ACL doc clarification
...
Fixes #443
2014-10-30 21:44:23 -04:00
Ryan Uber
d83053e8ab
website: document retry_join and retry_interval flags for config file
2014-10-23 16:40:49 -07:00
Seth Vargo
e265ea050d
Use new Markdown syntaxes and add SEO descriptions
2014-10-19 19:42:13 -04:00
Seth Vargo
e90f3ce442
Use codeblocks for code
2014-10-19 19:41:11 -04:00
Armon Dadgar
2c1add1c67
Merge pull request #396 from ryanuber/f-retry-join
...
agent: Retry failed joins on agent start
2014-10-13 10:46:10 -07:00
Ryan Uber
984ea76e6b
website: document retry join
2014-10-12 12:31:47 -07:00
Alex Wheeler
5917aa0e20
Added the dns_config option enable_truncate to the docs.
2014-09-30 15:31:28 -04:00
Armon Dadgar
8846068455
website: Documenting new options
2014-09-02 14:36:25 -07:00
Armon Dadgar
9035e2d6b7
website: document addresses config
2014-09-02 12:49:52 -07:00
Armon Dadgar
47e30adf13
agent: statsd support. Fixes #247
2014-09-02 11:26:17 -07:00
Armon Dadgar
ea20cabc0f
website: Updating docs
2014-09-01 15:03:37 -07:00
Joseph Anthony Pasquale Holsten
6d382465b8
alphabetize config options in docs. Fixes #221
2014-08-31 02:03:01 +00:00
Armon Dadgar
168ddedcee
agent: Support encrypt CLI flag. Fixes #245 .
2014-08-22 15:08:15 -07:00
Armon Dadgar
3944e2f276
website: Document data dir requirements. Fixes #264 .
2014-08-22 14:58:10 -07:00
Armon Dadgar
60a50301db
website: Document watches
2014-08-21 17:25:42 -07:00
Armon Dadgar
f6eaa3b2fd
website: document configuration
2014-08-18 15:46:58 -07:00
Armon Dadgar
2e56d505c0
website: More port use docs
2014-08-05 10:46:52 -07:00
Laurent Raufaste
1ea4eacbc5
Some breath
2014-08-03 20:52:36 -04:00
Laurent Raufaste
edb6de1e3e
Add a ports used section to the doc
2014-08-03 20:51:43 -04:00
Armon Dadgar
358b473e01
Updating documentation for new bootstrap method
2014-07-01 15:02:26 -07:00
Armon Dadgar
91373968a8
Adding server_name configuration for TLS
2014-06-13 11:10:27 -07:00
Armon Dadgar
90cababb0b
website: Mention reload command in addition to SIGHUP
2014-06-11 11:03:59 -07:00
Armon Dadgar
648429288e
agent: Adding SyslogFacility configuration
2014-06-11 10:18:19 -07:00
Armon Dadgar
2568918055
website: Document the check_update_interval config
2014-06-09 12:51:12 -07:00
Armon Dadgar
3af3f40434
website: Documenting DNS settings
2014-06-08 17:26:41 -07:00
Armon Dadgar
5fa10c912e
Support rejoin after leave. Fixes #110 .
2014-05-21 12:32:24 -07:00
Armon Dadgar
9f2631f383
agent: syslog support. Fixes #105 .
2014-05-21 12:06:03 -07:00
Armon Dadgar
14a84f4a4f
agent: Support -advertise cli flag. Fixes #156 .
2014-05-16 10:49:55 -07:00
Carlos Diaz-Padron
511c1c0273
Add pid-file option to agent docs
2014-05-05 23:39:26 -04:00
Armon Dadgar
a70361282e
website: Document the ui-dir flags
2014-04-30 23:43:56 -04:00
Gavin M. Roy
ab2e3bf0f5
Minor documentation fixes
...
- Correct spotted typos
- Ran JSON snippets through jsonpp for consistent display of JSON results
- Unfortunately my editor stripped EOL whitespace so there's a bit of whitespace diff
2014-04-30 15:26:07 -04:00
Masahito Zembutsu
ce8a5490f2
fix typo
2014-04-25 23:09:17 +09:00
Armon Dadgar
32eb65316f
agent: Adding support for -join flag. Fixes #33 .
2014-04-11 16:59:16 -07:00
Armon Dadgar
5f52dfbf05
website: Document the port configurations
2014-04-11 16:31:33 -07:00
Armon Dadgar
13417cb333
website: Documentation cleanup
2014-04-11 16:23:16 -07:00
Armon Dadgar
c452b19267
website: Document new TLS flags
2014-04-07 15:07:00 -07:00
Armon Dadgar
46a2c37852
agent: Support protocol version setting
2014-03-09 15:57:03 -07:00
Armon Dadgar
bdcbedafa5
website: document registering checks and services better. Fixes #6
2014-02-22 18:53:31 -08:00
Armon Dadgar
85091090c6
agent: Switch to -data-dir, better error if missing. Fixes #2 .
2014-02-22 17:34:57 -08:00
Armon Dadgar
981e58e8e9
agent: Adding support for statsite telemetry
2014-02-20 14:59:54 -08:00
Armon Dadgar
1eb51ee663
website: document checks and services
2014-02-18 18:05:18 -08:00
Armon Dadgar
ed2622d0c8
website: replacing serf references
2014-02-18 17:33:44 -08:00
Armon Dadgar
a7e7bfdc62
website: working on docs
2014-02-18 15:30:07 -08:00
Armon Dadgar
0611db496a
website: bulk copy from serf
2014-02-07 16:41:03 -08:00