Natalie Smith
0a51e145c1
docs: simplify agent docs slugs
2022-04-11 17:38:47 -07:00
Natalie Smith
ddae7d18a2
docs: fix external links to agent config pages
2022-04-11 17:38:11 -07:00
Kyle Havlovitz
763f728df4
Add doc examples for expanded token read CLI and API
2022-03-31 15:03:41 -07:00
Bryce Kalow
6bf67b7ef4
website: redirect /api to /api-docs ( #12660 )
2022-03-30 16:16:26 -05:00
mrspanishviking
7180c99960
Revert "[Docs] Agent configuration hierarchy "
2022-03-15 16:13:58 -07:00
trujillo-adam
4151dc097a
fixing merge conflicts part 3
2022-03-15 15:25:03 -07:00
trujillo-adam
9cc9122be8
fixed merge conflicts pt2
2022-03-15 14:01:24 -07:00
trujillo-adam
76d55ac2b4
merging new hierarchy for agent configuration
2022-03-14 15:44:41 -07:00
trujillo-adam
7e98a0dc7b
fixing merge conflicts
2022-03-01 09:08:20 -08:00
Daniel Nephin
53ae4b3e2c
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
ed586ade37
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
c4ea922958
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
db9c6acf04
Update redirect-traffic.mdx
2022-02-01 17:10:49 +00:00
Blake Covarrubias
2f291df412
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
f09aea524f
Fix spelling errors
2022-01-20 08:54:23 -08:00
Blake Covarrubias
59394e4aa2
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
82b88dbc6e
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
f273cfdc67
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
f8bb804d36
Merge branch 'main' into msiege2/docs-day
2022-01-11 16:16:41 -05:00
Matt Siegel
565bfce4ac
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
f7b1208fc3
Fixed absolute links to HTTP apis.
2022-01-11 08:26:58 -05:00
Natalie Smith
24c67f2dfa
docs: simplify agent docs slugs
2022-01-10 17:37:18 -08:00
Natalie Smith
00c2444cfc
docs: fix external links to agent config pages
2022-01-10 17:11:50 -08:00
Daniel Nephin
3b74497040
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
33933f8a33
Added ACL requirements for CLI commands
2022-01-10 16:44:56 -05:00
Matt Siegel
bfb88306f6
Added Corresponding HTTP API Endpoints for every CLI command
2022-01-10 12:40:11 -05:00
Daniel Upton
0e5c1c349c
Incorporate feedback from @jkirschner-hashicorp and @karl-cardenas-coding
2022-01-10 15:53:41 +00:00
Daniel Upton
021537c837
docs: call out `kv export` and the transaction API
2022-01-10 13:51:35 +00:00
Daniel Upton
2dc05b4017
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
ce55cb70b8
docs: call out `kv import` and the transaction API
2022-01-10 12:30:28 +00:00
Daniel Upton
8630f03130
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
c9c34d0e76
docs: fix placement of warning in kv put example
2022-01-10 11:40:25 +00:00
Blake Covarrubias
e898cf1d41
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
09cc3338d4
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
77892c1fcc
Remove beta notice from cli doc ( #11878 )
2021-12-17 09:52:59 -08:00
Mark Anderson
9806b7c268
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
0913644141
Update stray ref to old admin-partition cmd ( #11797 )
2021-12-09 19:10:01 -07:00
Freddy
ff1e71efec
Merge pull request #11682 from hashicorp/ap/renames
2021-12-03 17:35:38 -07:00
Dan Upton
bf56a2c495
Rename `agent_master` ACL token in the API and CLI ( #11669 )
2021-12-02 17:05:27 +00:00
freddygv
7efe3d8c77
Rename partition CLI command
2021-11-29 12:20:51 -07:00
Daniel Nephin
a631378008
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
7bfe50a914
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
3ffa05495e
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
d47b7311b8
Support Check-And-Set deletion of config entries ( #11419 )
...
Implements #11372
2021-11-01 16:42:01 +00:00
trujillo-adam
138f9f31e6
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
ff6a33511e
docs: Document datacenter limitations for admin partitions ( #11425 )
2021-10-26 15:35:39 -04:00
Karl Cardenas
8e1bfbae56
docs: added deprecation message to CLI command intentions overview page
2021-10-21 10:29:23 -07:00
trujillo-adam
12473899c7
applying cfeedback left in comments
2021-10-19 16:19:40 -07:00
trujillo-adam
b1d73bee0a
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
44fd6b6638
Update website/content/commands/admin-partition.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2021-10-19 13:36:43 -07:00