* Update Documentation to include lease_threshold_renewal clarity
Also updated to include PKICert documentation that shows using "writetoFile" such that practitioners can reference it while using it for the Vault Agent
* Update template.mdx
* Update website/content/docs/agent-and-proxy/agent/template.mdx
Co-authored-by: Violet Hynes <a.xenasis@gmail.com>
---------
Co-authored-by: Violet Hynes <a.xenasis@gmail.com>
* remove reference to tokens api
* remove the tokens word from the page and use clients instead for clarity
* add the deprecation notice to the deprecations page
* Update website/content/partials/deprecation/internal-counters-tokens-api.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/partials/deprecation/internal-counters-tokens-api.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
* Update website/content/partials/deprecation/internal-counters-tokens-api.mdx
Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: akshya96 <87045294+akshya96@users.noreply.github.com>
Co-authored-by: divyaac <divya.chandrasekaran@hashicorp.com>
Remove documentation for the Venafi plugin. This change aligns with the
standard approach of having third-party plugins host and maintain their
own documentation (e.g., KeyFactor, AppviewX).
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
boolean values in Vault config files should not have quotation marks around the words "true"
e.g.
disabled = "true"
instead it should be:
disabled = true
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* PostgreSQL backend passwordless authentication in cloud
* adding changelog
* Updating deprecated docker test types
* adding unit tests for getAuthConfig
* removing cloud auth based tests due to failure in CI. Unit test should focus on the default flow.
* Adding function name for lint
* create a new page and add acitivty related metrics
* Update website/content/docs/internals/telemetry/metrics/activity.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
* Add the list of command output references
* Update website/content/docs/commands/status.mdx
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
---------
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
* Add API warning based on DB type
* Add deprecation notice
* Add warning to the top of the docs pages
* Update capabilities table
* Filter SQLConnectionProducer fields from unrecognized parameters warning
* Add test case
* require explicit value for disable_mlock
* set disable_mlock back to true for all docker tests
* fix build error
* update test config files
* change explicit mlock check to apply to integrated storage only.
* formatting and typo fixes
* added test for raft
* remove erroneous test
* remove unecessary doc line
* remove unecessary var
* pr suggestions
* test compile fix
* add mlock config value to enos tests
* enos lint
* update enos tests to pass disable_mlock value
* move mlock error to runtime to check for env var
* fixed mlock config detection logic
* call out mlock on/off tradeoffs to docs
* rewording production hardening section on mlock for clarity
* update error message when missing disable_mlock value to help customers with the previous default
* fix config doc error and update production-hardening doc to align with existing recommendations.
* remove extra check for mlock config value
* fix docker recovery test
* Update changelog/29974.txt
Explicitly call out that Vault will not start without disable_mlock included in the config.
Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
* more docker test experimentation.
* passing disable_mlock into test cluster
* add VAULT_DISABLE_MLOCK envvar to docker tests and pass through the value
* add missing envvar for docker env test
* upate additional docker test disable_mlock values
* Apply suggestions from code review
Use active voice.
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>