Ronald
7f6f12089f
Improve ux around ACL token to help users avoid overwriting node/service identities ( #16506 )
...
* Deprecate merge-node-identities and merge-service-identities flags
* added tests for node identities changes
* added changelog file and docs
2023-03-06 15:00:39 +00:00
Ronald
c898a26ba0
Improve ux to help users avoid overwriting fields of ACL tokens, roles and policies ( #16288 )
...
* Deprecate merge-policies and add options add-policy-name/add-policy-id to improve CLI token update command
* deprecate merge-roles fields
* Fix potential flakey tests and update ux to remove 'completely' + typo fixes
2023-03-01 15:00:37 -05:00
Bryce Kalow
00468d72df
docs: update redirected links ( #16179 )
2023-02-07 10:36:32 -06:00
skpratt
77d805ceb6
Remove legacy acl tokens ( #15947 )
...
* remove legacy tokens
* Update test comment
Co-authored-by: Paul Glass <pglass@hashicorp.com>
* fix imports
* update docs for additional CLI changes
* add test case for anonymous token
* set deprecated api fields to json ignore and fix patch errors
* update changelog to breaking-change
* fix import
* update api docs to remove legacy reference
* fix docs nav data
---------
Co-authored-by: Paul Glass <pglass@hashicorp.com>
2023-01-27 09:17:07 -06:00
Jeff Boruszak
fe2f650240
docs: CLI page descriptions for automated checker ( #16056 )
...
* ACL
* ACL
* Catalog
* consul config
* consul connect
* top-level updates
* consul intention
* consul kv
* consul namespace
* consul peering
* consul peering delete
* consul services
* consul snapshot
* consul tls
* consul acl auth-method
* acl binding-rule
* acl policy
* acl role
* acl token
* fix
* standardization
* Update website/content/commands/snapshot/save.mdx
Co-authored-by: Bryce Kalow <bkalow@hashicorp.com>
* consul debug
consul keyring
Co-authored-by: Bryce Kalow <bkalow@hashicorp.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2023-01-26 12:42:13 -06:00
Ashlee M Boyer
588bca2207
docs: Migrate link formats ( #15976 )
...
* Adding check-legacy-links-format workflow
* Adding test-link-rewrites workflow
* Updating docs-content-check-legacy-links-format hash
* Migrating links to new format
Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 08:52:43 -08:00
Paul Glass
1bf1686ebc
Add new config_file_service_registration token ( #15828 )
2023-01-10 10:24:02 -06:00
Florian Apolloner
cb5389cc89
Allow Operator Generated bootstrap token ( #14437 )
...
Add support to provide an initial token via the bootstrap HTTP API, similar to hashicorp/nomad#12520
2023-01-04 20:19:33 +00:00
Jared Kirschner
ec1562d7cf
docs: how to launch envoy when ACLs enabled ( #15497 )
2022-12-08 20:15:58 -05:00
Jared Kirschner
e8b9c0a513
docs: fix api docs anchor links
2022-10-18 12:53:53 -07:00
Bryce Kalow
8d416f74ba
website: content updates for developer ( #14419 )
...
Co-authored-by: Ashlee Boyer <ashlee.boyer@hashicorp.com>
Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com>
Co-authored-by: Tu Nguyen <im2nguyen@gmail.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
Co-authored-by: Kevin Wang <kwangsan@gmail.com>
2022-09-14 17:45:42 -05:00
Jared Kirschner
8a7e60b10b
Merge pull request #13917 from hashicorp/docs/show-cli-cmd-options-before-general-options-2
...
docs: show CLI cmd-specific opts before general opts
2022-07-27 18:55:06 -04:00
Jared Kirschner
bb93a43475
docs: show CLI cmd-specific opts before general opts
...
Applied to all remaining CLI commands.
2022-07-27 15:50:51 -07:00
Jared Kirschner
13b3430a4e
docs: show CLI cmd-specific opts before general opts
...
Applied to a single command (acl auth-method create).
2022-07-26 22:38:44 -07:00
Jared Kirschner
fbc2d26a09
docs: use correct previous name of recovery token
2022-04-19 20:26:06 -07:00
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
60a88bb40f
merging new hierarchy for agent configuration
2022-03-14 15:44:41 -07: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
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
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
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
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
Dan Upton
eff3dc09b6
Rename `agent_master` ACL token in the API and CLI ( #11669 )
2021-12-02 17:05:27 +00:00
Blake Covarrubias
035b0646a3
docs: Clarify set-agent-token token persistence behavior
...
Clarify that tokens configured via `set-agent-token` will not be
persisted if `acl.enable_token_persistence` is `false`.
2021-05-31 16:08:43 -07:00
Zachary Shilton
5b53b5aef5
website: implement mktg 032 ( #9953 )
...
* website: migrate to new nav-data format
* website: clean up unused intro content
* website: remove deprecated sidebar_title from frontmatter
* website: add react-content to fix global style import issue
2021-04-07 15:50:38 -04:00
Jeff Escalante
fe3902c906
maintenance complete, pending markdown-page component addition
2020-12-16 16:55:23 -05:00