Ryan Uber
10c38f8c3a
website: document precedence of Atlas endpoint inputs
2015-08-27 17:54:56 -07:00
Ryan Uber
d9210f4a0c
website: document atlas endpoint config
2015-08-27 11:31:29 -07:00
Ryan Uber
aa30194328
Merge pull request #1199 from hashicorp/f-scada-reload
...
SCADA client is reload-able
2015-08-26 11:46:50 -07:00
Ryan Uber
e533789088
website: add atlas token/infra to reloadable config
2015-08-25 17:21:29 -07:00
James Phillips
89d03026bc
Clarifies services docs a bit.
2015-08-25 16:12:19 -07:00
James Phillips
c6b4ba12a7
Fixes a typo in the event docs, and twiddles the formatting.
2015-08-13 17:26:41 -07:00
Cameron Stokes
92b86f0631
Added detail about left/failed nodes and 72h reaping
...
Ref: https://groups.google.com/forum/#!searchin/consul-tool/left/consul-tool/KVl0u91uCdw/bfzrUO4r-1QJ
2015-08-06 17:37:48 -07:00
Jack Pearkes
49181fce76
website: fix broken link on acl page
2015-07-31 12:14:28 -07:00
Armon Dadgar
2017c95d13
Merge pull request #1130 from pdf/check_socket
...
Add Socket check type
2015-07-27 14:21:24 -07:00
Peter Fern
403b42af99
Document `TCP` check type
2015-07-27 10:53:52 +10:00
Ryan Uber
d7f76702fe
website: docs for keyring ACLs
2015-07-07 11:45:49 -06:00
Ryan Uber
503fa1eed1
Merge pull request #1046 from hashicorp/f-event-acl
...
Event ACLs
2015-07-02 07:02:07 -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
Ryan Uber
cb0043e8f8
website: adding tag/service name dns compliance docs
2015-06-25 09:08:38 -07:00
Ryan Uber
715f69cce8
Merge pull request #1004 from i0rek/advertise_addrs
...
Add advertise_addrs.
2015-06-23 12:32:07 -07: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
Ryan Uber
d893a60534
website: document -token parameter for exec/event commands
2015-06-22 17:19:07 -07:00
Ryan Uber
d529329944
website: link to check pass/fail endpoint docs from checks page
2015-06-22 10:21:50 -07:00
Ryan Uber
457cff1007
website: fix event acl policy docs
2015-06-19 12:18:09 -07:00
Ryan Uber
e0ce6059f6
website: add docs for user event acls
2015-06-18 18:13:29 -07:00
Ryan Uber
9de7d95109
website: fix mention of read-only policy for service acls
2015-06-18 18:13:01 -07:00
Ryan Uber
faab022f89
website: document passing ACL tokens in catalog register/deregister
2015-06-15 11:45:30 -07:00
Christian Theune
cdc00dc606
Wording.
2015-06-12 16:09:44 +02:00
Christian Theune
1bac706593
Make behaviour of keyprefixes always matching all keys in a prefix more clear.
2015-06-12 16:07:42 +02:00
Ryan Uber
a8b5b980e8
website: add a note in the upgrade notes for 0.6 discovery ACLs
2015-06-11 17:48:08 -07:00
Ryan Uber
62a8d82f9f
website: add note about anonymous token and discovery ACLs
2015-06-11 17:39:01 -07:00
Ryan Uber
c09dfe05a7
website: document service discovery ACLs
2015-06-11 14:45:52 -07:00
Ryan Uber
cf21fb1d0c
website: document TTL check persistence
2015-06-05 17:15:57 -07:00
siddharthist
be68db0136
Clarify how intervals are parsed
...
Current docs only show second intervals and do not specify
other valid options, this commit specifically outlines how the times are
parsed.
2015-06-03 12:53:09 -05:00
Andrew Ortman
b8fad5c0ad
Update upgrade instructions for 0.5.2
...
The docs were confusing as to whether or not 0.5.2 includes the migration tool, which it does. This edit should make it more clear for the end user
2015-06-02 13:02:35 -05:00
Clint Shryock
9d6af83fa4
fix typo
2015-06-01 08:34:54 -05:00
Ryan Uber
b6e31a2e6f
website: add status field for check registration in http docs
2015-05-28 13:09:33 -07:00
Ryan Uber
90f8c91761
website: document setting initial status of health checks in config
2015-05-28 13:03:01 -07:00
Ryan Uber
b6151768dd
website: be explicit about grace period in lock command
2015-05-28 12:24:32 -07:00
Armon Dadgar
2c9592c5ee
consul: lower default query time and add small stagger
2015-05-14 17:59:43 -07:00
Colin Rymer
6e1e85036f
Typo fix
2015-05-12 15:54:32 -04: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
Ryan Uber
b082d2f529
website: link and formatting adjustments for configtest command
2015-05-11 09:42:06 -07:00
Ryan Uber
27a4dc868c
Merge pull request #904 from josephholsten/configtest-clean
...
add minimal configtest command
2015-05-11 09:01:54 -07:00
Joseph Anthony Pasquale Holsten
ae3e8d24c4
command/configtest: add
2015-05-08 13:09:50 -07:00
Ryan Uber
5d94a6bb7d
website: Document peers api consistency. Fixes #880
2015-05-06 12:13:28 -07:00
Armon Dadgar
dd17147deb
website: Update ACL description to longest-prefix
2015-05-06 12:04:40 -07:00
Armon Dadgar
e474e34528
Merge pull request #909 from hashicorp/f-create
...
Support ACL upsert behavior
2015-05-06 11:22:11 -07:00
Ryan Uber
9acc42b86e
Merge pull request #891 from hashicorp/f-token
...
ACL tokens for service/check registration
2015-05-05 22:17:31 -07:00
Armon Dadgar
0473b40df2
website: Document new ACL upsert behavior
2015-05-05 19:25:27 -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
Armon Dadgar
bcaca06650
Merge pull request #902 from hashicorp/f-stats-prefix
...
Allow configuring the stats prefix
2015-05-04 15:19:47 -07:00
Armon Dadgar
1b121b703c
website: FAQ for delta updates
2015-05-04 14:23:33 -07:00