Mike Palmiotto
6a145af82a
CE: Remove RequestLimiter config plumbing ( #28592 )
...
This PR provides some plumbing for the enterprise counterpart PR:
hashicorp/vault-enterprise#6791
2024-10-04 13:48:16 -04:00
Jonathan Frappier
c99e4f1a3f
Add valid IP callout ( #28112 )
...
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-08-16 19:54:28 -04:00
Altabay-HashiCorp
5856ae4ef7
Add administrative_namespace_path as an available parameter in Vault config ( #27744 )
2024-07-10 08:58:16 -07:00
miagilepner
69e919fe11
Docs: clarify cluster name usage ( #27587 )
...
* clarify cluster name usage
* add update line
2024-06-26 13:41:14 +02:00
Mike Palmiotto
9ddd23cf62
Request Limiter docs ( #25557 )
...
Co-authored-by: miagilepner <mia.epner@hashicorp.com>
2024-02-27 16:24:44 -05:00
Tom Proctor
6e111d92fe
Support setting plugin TMPDIR in config as well as env ( #24978 )
2024-01-30 13:10:23 +00:00
Andrei Burd
7049ce027e
Update index.mdx ( #24763 )
2024-01-11 13:33:27 -08:00
Jason O'Donnell
66494c8129
core: fix bug where deadlock detection was always on for expiration and quotas ( #23902 )
...
* server: fix bug where deadlock detection was on for expiration and quotas
* trim spaces
* Add tests
* Use trimspace and lower
* Update test
* changelog
* fix config parsing
2023-10-30 12:49:46 -04:00
Ellie
bd36e66ea6
Add config value that gives users options to skip calculating role for each lease ( #22651 )
...
* Add config value that gives users options to skip calculating role for each lease
* add changelog
* change name
* add config for testing
* Update changelog/22651.txt
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
* update tests, docs and reorder logic in conditional
* fix comment
* update comment
* fix comment again
* Update comments and change if order
* change comment again
* add other comment
* fix tests
* add documentation
* edit docs
* Update http/util.go
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
* Update vault/core.go
* Update vault/core.go
* update var name
* udpate docs
* Update vault/request_handling.go
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
* 1 more docs change
---------
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
2023-09-01 07:01:41 -05:00
Anton Averchenkov
f4f0412b6a
[docs] Convert titles to sentense case ( #21426 )
...
* Convert documentation titles to sentense case
* Docker, Google, Foundry, Cloud proper case
2023-06-30 19:22:07 -04:00
Yoko Hyakuna
ac742be933
Updated the example config with api_addr parameter ( #19985 )
2023-04-04 17:58:08 -07:00
Bryce Kalow
79f6ff191c
update learn links to point to developer locations ( #19026 )
2023-02-06 20:34:51 -08:00
Ashlee M Boyer
06df5b9d95
docs: Migrate link formats ( #18696 )
...
* 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 16:12:15 -08:00
akshya96
dc95733f57
user-lockout documentation changes ( #18478 )
...
* added user-lockout documentation changes
* add changelog
* remove new lines
* changing method name
* changing lockedusers to locked-users
* Update website/content/docs/concepts/user-lockout.mdx
Co-authored-by: Meggie <meggie@hashicorp.com>
* Update website/content/api-docs/system/user-lockout.mdx
Co-authored-by: Meggie <meggie@hashicorp.com>
* Update website/content/api-docs/system/user-lockout.mdx
Co-authored-by: Meggie <meggie@hashicorp.com>
* Update website/content/partials/user-lockout.mdx
Co-authored-by: Meggie <meggie@hashicorp.com>
* Update website/content/partials/user-lockout.mdx
Co-authored-by: Meggie <meggie@hashicorp.com>
* adding suggested changes
* adding bullet points to disable
* Update website/content/api-docs/system/user-lockout.mdx
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
* Update website/content/partials/user-lockout.mdx
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
* Update website/content/docs/commands/auth/tune.mdx
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
* Update website/content/docs/commands/auth/tune.mdx
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
* Update website/content/docs/concepts/user-lockout.mdx
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
Co-authored-by: Meggie <meggie@hashicorp.com>
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
2023-01-17 15:12:16 -08:00
Tom Proctor
e36690e067
Add experiment system + events experiment ( #18682 )
2023-01-16 16:07:18 +00:00
Ellie
49da2544ce
add core state lock deadlock detection config option v2 ( #18604 )
...
* add core state lockd eadlock detection config option v2
* add changelog
* split out NewTestCluster function to maintain build flag
* replace long func with constant
* remove line
* rename file, and move where detect deadlock flag is set
2023-01-11 13:32:05 -06:00
divyaac
4af7f7cc4a
Added default endpoint info. Added note about backwards compabitibility ( #17972 )
...
* Added default endpoint info. Added note about backwards compabitibility
* Change wording
* Added note to router
2022-12-15 13:01:56 -08:00
Peter Wilson
2598651caf
VAULT-9900: Log rotation for 'agent' and 'server' commands ( #18031 )
...
* Work to unify log-file for agent/server and add rotation
* Updates to rotation code, tried to centralise the log config setup
* logging + tests
* Move LogFile to ShareConfig in test
* Docs
2022-11-29 14:07:04 +00:00
Bryce Kalow
fe3daa411a
website: content updates for developer ( #17035 )
...
* Chore (dev portal): update learn nav data links (#15515 )
* Update docs-nav-data.json
* Update docs-nav-data.json
* website: fixes internal redirects (#15750 )
* chore: remove duplicate overview item (#15805 )
* Use `badge` for `<sup>` tags in nav data JSON files (#15928 )
* Replacing <sup> tags with badge
* Adding type and color to badges
* fix broken links in vault docs (#15976 )
* website: Update old learn links to redirect locations (#16047 )
* update previews to render developer UI
* update redirects
* adjust content so it is backwards compat
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com>
2022-09-22 08:11:04 -07:00
Kit Haines
1915ca0334
append slash to consul path in doc ( #15260 )
...
Co-authored-by: Chulki Lee <chulki.lee@gmail.com>
2022-07-14 12:27:31 -07:00
akshya96
5615ab17a1
adding documentaion changes ( #15656 )
2022-05-27 15:08:19 -07:00
akshya96
76ed511e18
Vault 3992 documentation changes ( #14918 )
...
* doc changes
* adding config changes
* adding chnages to plugins
* using include
* making doc changes
* adding newline
2022-04-08 12:27:04 -07:00
John-Michael Faircloth
9680de88ba
docs/multiplexing: overhaul plugin documentation ( #14509 )
...
* docs/multiplexing: overhaul plugin documentation
* update nav data
* remove dupe nav data
* add external plugin section to index
* move custom plugin backends under internals/plugins
* remove ref to moved page
* revert moving custom plugin backends
* add building plugins from source section to plug dev
* add mux section to plugin arch
* add mux section to custom plugin page
* reorder custom database page
* use 'external plugin' where appropriate
* add link to plugin multiplexing
* fix example serve multiplex func call
* address review comments
* address review comments
* Minor format updates (#14590 )
* mv Plugins to top-level; update upgrading plugins
* update links after changing paths
* add section on external plugin scaling characteristics
* add updates on plugin registration in plugin management page
* add plugin learn resource
* be more explicit about mux upgrade steps; add notes on when to avoid db muxing
* add plugin upgrade built-in section
* add caveats to built-in plugin upgrade
* improvements to built-in plugin override
* formatting, add redirects, correct multiplexing use case
* fix go-plugin link
* Apply suggestions from code review
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* remove single item list; add link to Database interface
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
2022-03-22 15:07:32 -05:00
Jim Kalafut
17747a706f
Rename master key -> root key in docs ( #14542 )
2022-03-16 22:01:38 -07:00
Mark Lewis
721dee7104
Update index.mdx ( #12936 )
...
Tidy a couple of bullets.
2022-02-03 17:49:46 -08:00
Nick Cabatoff
575d9f98f1
Note that api_addr and cluster_addr can use go-sockaddr templates. ( #13592 )
2022-01-10 09:06:30 -05:00
Mike Green
7095d0507d
Clarify max TTL and system max TTL behavior ( #12391 )
2021-10-12 13:24:07 +01:00
Nick Cabatoff
ec91c24ab5
Docs for license autoloading. ( #11886 )
2021-06-18 12:19:18 -04:00
Dave D'Amico
04d3049d2e
SIGHUP syntax to update log level ( #10972 )
2021-05-07 08:30:11 -04:00
Josh Black
795ce10c6a
Add HTTP response headers for hostname and raft node ID (if applicable) ( #11289 )
2021-04-20 15:25:04 -07:00
Bryce Kalow
e27b43c482
feat(website): migrates nav data format and updates docs pages ( #11242 )
...
* migrates nav data format and updates docs pages
* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00
Jeff Escalante
179df992c0
Implement MDX Remote ( #10581 )
...
* implement mdx remote
* fix an unfenced code block
* fix partials path
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00