Natalie Smith
b9ec2222db
docs: simplify agent docs slugs
2022-04-11 17:38:47 -07:00
Natalie Smith
cd73f27c84
docs: fix external links to agent config pages
2022-04-11 17:38:11 -07:00
Kyle Havlovitz
7a016a4c46
Add doc examples for expanded token read CLI and API
2022-03-31 15:03:41 -07:00
Bryce Kalow
04ec4c2aa4
website: redirect /api to /api-docs ( #12660 )
2022-03-30 16:16:26 -05:00
mrspanishviking
1ae820ea0a
Revert "[Docs] Agent configuration hierarchy "
2022-03-15 16:13:58 -07:00
trujillo-adam
667976c94f
fixing merge conflicts part 3
2022-03-15 15:25:03 -07:00
trujillo-adam
33d0ed5e96
fixed merge conflicts pt2
2022-03-15 14:01:24 -07:00
trujillo-adam
60a88bb40f
merging new hierarchy for agent configuration
2022-03-14 15:44:41 -07:00
trujillo-adam
b588620385
fixing merge conflicts
2022-03-01 09:08:20 -08:00
Daniel Nephin
c6993bda15
debug: update CLI docs
...
To clarify how trace is captured.
Also remove the minimum seconds check, because that is already done in prepare()
2022-02-15 18:16:12 -05:00
mrspanishviking
83a2c9cc4c
Update website/content/commands/connect/redirect-traffic.mdx
...
Co-authored-by: Blake Covarrubias <blake.covarrubias@gmail.com>
2022-02-01 15:08:23 -07:00
Ricardo Oliveira
d2275abb1b
Update website/content/commands/connect/redirect-traffic.mdx
...
Co-authored-by: mrspanishviking <cardenas88karl@gmail.com>
2022-02-01 17:20:20 +00:00
Ricardo Oliveira
cf32d8f61e
Update redirect-traffic.mdx
2022-02-01 17:10:49 +00:00
Blake Covarrubias
d221bc7767
docs: Clarify docs for providing multiple join addresses
...
Rephrase the comment about specifying multiple join addresses to
clarify that it pertains to joining a single cluster by attempting to
contact one or more nodes.
2022-01-26 13:11:51 -08:00
Blake Covarrubias
f46bbb7205
Fix spelling errors
2022-01-20 08:54:23 -08:00
Blake Covarrubias
d81889bb41
docs: Avoid redirects by pointing links to new URLs
...
Avoid HTTP redirects for internal site links by updating old URLs to
point to the new location for the target content.
2022-01-20 08:52:51 -08:00
Blake Covarrubias
d571fc0fd4
docs: Link to supported config kinds in `config write`
...
Remove statement about service-defaults and proxy-defaults being the
only supported configuration entry types. Update the sentence to point
to the configuration entry documentation for a list of supported
types.
2022-01-19 15:19:05 -08:00
Blake Covarrubias
5a12f2cf20
docs: Use long form of CLI flags ( #12030 )
...
Use long form of CLI flags in all example commands.
Co-authored-by: mrspanishviking <kcardenas@hashicorp.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-01-12 15:05:01 -08:00
Matt Siegel
749f02e500
Merge branch 'main' into msiege2/docs-day
2022-01-11 16:16:41 -05:00
Matt Siegel
24ea879264
Added some missing ACL info, updated details around some permissions, added missing HTTP API refs
2022-01-11 09:41:54 -05:00
Matt Siegel
079f27ee52
Fixed absolute links to HTTP apis.
2022-01-11 08:26:58 -05:00
Natalie Smith
61980f0808
docs: simplify agent docs slugs
2022-01-10 17:37:18 -08:00
Natalie Smith
2b71c59298
docs: fix external links to agent config pages
2022-01-10 17:11:50 -08:00
Daniel Nephin
d33bcda622
docs: move the ACL 'Authorization' section
...
This section was actually about authentication (not authorization).
We already have sections in our api and cli docs. This commit removes the section and replaces
it with a short paragraph in the Tokens section which links to the existing docs.
2022-01-10 17:10:39 -05:00
Matt Siegel
dcdaefcf79
Added ACL requirements for CLI commands
2022-01-10 16:44:56 -05:00
Matt Siegel
9ec94fd268
Added Corresponding HTTP API Endpoints for every CLI command
2022-01-10 12:40:11 -05:00
Daniel Upton
dd8d8fb6fd
Incorporate feedback from @jkirschner-hashicorp and @karl-cardenas-coding
2022-01-10 15:53:41 +00:00
Daniel Upton
d9f057aa69
docs: call out `kv export` and the transaction API
2022-01-10 13:51:35 +00:00
Daniel Upton
e33402f292
docs: improve kv get examples
...
- Split examples into sections with headers
- Hide the clipboard on examples as the copied text isn't useful
- Format inline flags as code using backticks
2022-01-10 13:40:24 +00:00
Daniel Upton
77b49965ee
docs: call out `kv import` and the transaction API
2022-01-10 12:30:28 +00:00
Daniel Upton
c2f81b492b
docs: improve read/scanability of kv put examples
...
- Split examples into sections with headers
- Hide the clipboard on examples as the copied text isn't useful
- Add an example of supplying data in a heredoc
- Move the flags section to the bottom to clearly separate it from CAS
which also mentions "flags" of a different kind
- Slight re-wording for clarity
2022-01-10 12:15:59 +00:00
Daniel Upton
1800a4d240
docs: fix placement of warning in kv put example
2022-01-10 11:40:25 +00:00
Blake Covarrubias
4a36e4ee24
cli: Show node identities in acl token list output ( #11926 )
...
Fix the pretty CLI output of `consul acl token list` so that it
properly displays node identities that are associated with a token.
2022-01-04 12:44:43 -08:00
Blake Covarrubias
80ce6b54e2
Document /v1/agent/force-leave prune and wan params ( #11886 )
...
Document prune parameter added in #6571 and wan parameter added in
#11722 .
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
2021-12-20 15:56:13 -08:00
Freddy
f19695ccc2
Remove beta notice from cli doc ( #11878 )
2021-12-17 09:52:59 -08:00
Mark Anderson
62967ece3d
Website fixups for admin partitions ( #11842 )
...
* Website fixups for admin partitions
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2021-12-14 17:55:21 -08:00
Freddy
374be91fa6
Update stray ref to old admin-partition cmd ( #11797 )
2021-12-09 19:10:01 -07:00
Freddy
8597ec0ff1
Merge pull request #11682 from hashicorp/ap/renames
2021-12-03 17:35:38 -07:00
Dan Upton
eff3dc09b6
Rename `agent_master` ACL token in the API and CLI ( #11669 )
2021-12-02 17:05:27 +00:00
freddygv
b1c6608c88
Rename partition CLI command
2021-11-29 12:20:51 -07:00
Daniel Nephin
5e5e3b590d
Merge pull request #11468 from hashicorp/dnephin/acl-docs-namespace-rules
...
docs: update docs about namespace default policy/role
2021-11-26 14:00:30 -05:00
Daniel Nephin
aaea8df5d1
docs: update docs about namespace default policy/role
...
To include details about the permissions the ACL token must have to perform the request.
2021-11-26 13:47:45 -05:00
trujillo-adam
52086937b9
Merge pull request #11307 from hashicorp/docs/admin-partitions-cli-v1.11.0
...
admin partition docs part 1 - cli
2021-11-02 14:44:43 -07:00
Daniel Upton
a620b6be2e
Support Check-And-Set deletion of config entries ( #11419 )
...
Implements #11372
2021-11-01 16:42:01 +00:00
trujillo-adam
c68b3491c7
Apply suggestions from code review
...
fixed typos
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2021-11-01 08:08:04 -07:00
Chris S. Kim
dac34427c5
docs: Document datacenter limitations for admin partitions ( #11425 )
2021-10-26 15:35:39 -04:00
Karl Cardenas
9acfcc1e28
docs: added deprecation message to CLI command intentions overview page
2021-10-21 10:29:23 -07:00
trujillo-adam
d4ac4d8f84
applying cfeedback left in comments
2021-10-19 16:19:40 -07:00
trujillo-adam
a8d765aa39
Apply suggestions from code review
...
Applying some of the feedback from review
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
2021-10-19 15:27:23 -07:00
trujillo-adam
42d7c71f27
Update website/content/commands/admin-partition.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2021-10-19 13:36:43 -07:00