* add vault versions that support official community plugins with extracted zip artifact
* fix capitalization
* remove repeated line about enterprise plugins requiring zip
* more capitalization and replace mentions of artifact with extracted .zip file
* Docs: Telemetery from standby, leader and OSS / CE vs ENT differences corrected in text.
* Docs: Telemetery from standby, leader and OSS / CE vs ENT differences corrected in text.
* Update website/content/docs/configuration/telemetry.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* clarify availability of AOP on non-raft backends
* Update website/content/docs/concepts/adaptive-overload-protection/index.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* ServiceNow Update to Yokohama work around
Confirmed Yokohama is compatible with HashiCorp Vault, there is a work around which is listed under the In the ServiceNow UI.
* Update website/content/docs/platform/servicenow/configuration.mdx
Agreed on the suggested modifications.
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* cli: only set default command parameter to plugin name if sha256 is provided
* api: write warnings to RegisterPluginResponse, propagate up to cli
* api: filter out 'Endpoint replaced the value of these parameters' warning before returning in RegisterPluginWithContext
* docs
* add TODO on filtering that links to api type parameter deprecation ticket
* fix tests
* allocate filteredWarning slice only if there are warnings
* improve deferred resp close and early error return conditionals in RegisterPluginWithContext
* refer to sha256 as cli option -sha256 in command cli usage
* break up ui error lines for sha256 and version flag check
* consolidate if statements for sha256 and command, oci_image check in cli
* consolidate if statements for sha256 and command, oci_image check in api
* new RegisterPluginV2 and RegisterPluginWithContextV2 api client functions for backward compatibility
* add changelog
* more descriptive changelog
* rename RegisterPluginV2 to RegisterPluginDetailed and RegisterPluginWithContextV2 to RegisterPluginWithContextDetailed
* return nil, nil if no warnings to preserve status code
* fix eof from decoding (check if no content before decoding)
* doc for RegisterPluginResponse
* only validate plugin.Command in plugin catalog set for downloaded and binary plugins, which rely on plugin.Command input; extracted artifact plugins don't rely on plugin.Command input
* Update website/content/api-docs/system/plugins-catalog.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/api-docs/system/plugins-catalog.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/api-docs/system/plugins-catalog.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/commands/plugin/register.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/commands/plugin/register.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/commands/plugin/register.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/docs/commands/plugin/register.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* move up enterprise note on plugin register command doc
* [DOCS] Editorial suggestions for PR #30811 (#31111)
* suggestions
* move common reqs to a partial
* fix typo
* tweak reqs
* Update website/content/partials/plugins/prepare-plugin.mdx
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
* Update website/content/partials/plugins/prepare-plugin.mdx
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
* Update website/content/partials/plugins/prepare-plugin.mdx
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
* tweak feedback
* remove deprecation
* Update website/content/partials/plugins/common-requirements.mdx
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
* save
* Update website/content/docs/plugins/rollback.mdx
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
* Update website/content/docs/plugins/upgrade.mdx
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
* fix formatting
---------
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Docs: Leases list API corrected required query-strings parameters.
* Docs: Leases list API corrected required query-strings parameters & quotes for &
* add known issue for secondary reload
* add to release notes
* Apply suggestions from code review
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* clarifications
* em dash
* add note about error message
* move error message to a separate note
* formatting
* Apply suggestions from code review
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Remove links and refs to using HVS
* Rerun vercel deploy
* Update website/content/docs/about-vault/what-is-vault.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Created branch nphilbrook_aws_engine_sts_assume_role_policy_example from main
* Info on permissions required to rotate root creds
* Replace actual AWS IAM user ARN with example
* Conform to style guide
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Remove trailing text
* More wordsmithing
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* remove local time logic, and force cron to be UTC
* add test comment
* update docs
* add changelog
* change mesasge
* add utc clarification to docs
* remove utc reference in root token docs
* remove doc from partial
* document known issue with ldap service account check ins
* spelling
* Update website/content/docs/updates/important-changes.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: JMGoldsmith <spartanaudio@gmail.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Adding identity-based rate limit doc
* Remove include
* Add next steps section
* Add best practices section
* Add diagrams
* Add a 'Terraform' tab
* Fix reference link
* Update the title
* Undo the 'AOP' sub-section
* Incorporate the review feedback
* Incorporate the review feedback
* Remove passive voice
* Minor fix
* Update website/content/docs/configuration/create-rate-limit-quota.mdx
Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>
* Update website/content/docs/configuration/identity-based-rate-limit.mdx
Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>
* Incorporate the review feedback
* Incorporate review feedback
* Update the short name for side-nav
* Some fixes & incorporate review feedback
* minor edit
* Incorporate feedback
* Update the BP section
* Update website/content/docs/concepts/resource-quotas.mdx
Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>
* Update website/content/docs/configuration/create-rate-limit-quota.mdx
Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>
---------
Co-authored-by: Bruno Oliveira de Souza <bruno.souza@hashicorp.com>
* saving because laptop is bad and should feel bad
* save
* make supported login types partial
* add api-docs partial
* update custom login docs
* reword tip?
* add delete section
* address feedback, update using a direct link section
* move tips down
* remove table lines and see if that fixes build?
* revert changes to custom-messages mdx
* add line break?
* format fixes
* empty commit again
* check vercel?
* add line break
* update "namespace" to be "namespace_path"
* reduce use of "preferred"
* address feedback
* use "settings" to match GUI verbiage
* missed a couple feedback comments
* add "single" and "multiple"
* fix link rendering
* fix namespace-path typos for namespace params referencing namespace context
* address feedback
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>