Scott Miller
ff42cb555d
Link to the Learn guide for PKI with Managed Keys ( #15340 )
2022-05-10 07:24:59 -05:00
Robert
738753b187
secrets/consul: Add support for generating tokens with service and node identities ( #15295 )
...
Co-authored-by: Thomas L. Kula <kula@tproa.net>
2022-05-09 20:07:35 -05:00
Loann Le
0dc6728228
capped perf replication ( #15338 )
2022-05-09 14:38:35 -07:00
Loann Le
6985a39740
added note about parameters ( #15334 )
2022-05-09 11:05:39 -07:00
Loann Le
d336600b77
Vault documentation: added disable parameter to seal stanza-related doc pages ( #15329 )
...
* add disable parameter
* modified note
2022-05-09 10:12:30 -07:00
davidadeleon
9e869c52fa
Add DR Metric scraping capability to debug command ( #15316 )
...
* Add server information as well as ability to collect metrics from DR secondary
* Update debug docs
Adding additional information around ability to gather metrics from DR secondary
* Fix broken link in updated doc
* Create 15316.txt
Create changelog entry
* Fix Formatting
* Update website/content/docs/commands/debug.mdx
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
* Update changelog/15316.txt
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
* Trigger Build
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
2022-05-06 16:04:08 -04:00
TylerGelinas
4be45db85b
Add ForgeRock to OIDC Providers ( #15294 )
2022-05-06 12:24:36 -07:00
Hamid Ghaf
2ee602cfdd
removing prem/pro references as part of removing some build targets ( #15278 )
2022-05-06 09:09:42 -04:00
Nick Cabatoff
1a21b00bf1
Fix bogus duration string: "1hr" should be "1h". ( #15301 )
2022-05-05 10:15:50 -04:00
Loann Le
c5cf149f3c
added helm for install--no-verify ( #15287 )
2022-05-04 13:58:25 -07:00
Nick Cabatoff
d90ab7ef87
Add upgrade note for #15108 . ( #15275 )
2022-05-04 09:56:37 -04:00
Chris Capurso
5e6437ab70
Add build_date to CLI and API docs ( #15268 )
...
* update version cmd docs
* update status cmd docs
* update version-history cmd docs
* update sys/seal-status docs
* update sys/version-history docs
2022-05-03 16:37:55 -04:00
Scott Miller
bef350c916
Allow callers to choose the entropy source for the random endpoints. ( #15213 )
...
* Allow callers to choose the entropy source for the random endpoints
* Put source in the URL for sys as well
* changelog
* docs
* Fix unit tests, and add coverage
* refactor to use a single common implementation
* Update documentation
* one more tweak
* more cleanup
* Readd lost test expected code
* fmt
2022-05-02 14:42:07 -05:00
Calvin Leung Huang
888248f9cc
docs: update agent sections around auto-auth, caching, and templating ( #15195 )
...
* docs: update agent sections around auto-auth, caching, and templating
* Update website/content/docs/agent/template.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* address review feedback
* Example snippet updates
* review feedback on example note
* address review feedback
* use hcl syntax highlight on code blocks
* simplify exec param description
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2022-04-29 12:10:48 -07:00
Jason O'Donnell
e9535bda2f
agent/auto-auth: Add min_backoff
to set first backoff value ( #15204 )
...
* Add initial_backoff to auto-auth method
* Disable retries in client
* Fix bug
* Thread initial backoff to CT
* Add comment
* Change to min_backoff
* changelog
* remove initial references, review
* fix test
* Thread max_backoff through
* Add doc note for max_backoff/templating
2022-04-29 12:31:32 -04:00
Chris Capurso
15bad36e83
Fix sentence under Integrated Storage (Raft) Autopilot docs ( #15231 )
...
Co-authored-by: Peter Zujko <peter.zujko@klaviyo.com>
2022-04-29 11:26:32 -04:00
Loann Le
48a4c01b97
updated KI for upgrade guides ( #15202 )
2022-04-27 13:26:45 -07:00
Theron Voran
3d70b41049
docs: update the vault-lambda-extension docs ( #15190 )
...
Updates the layer version for the new release, and renames the docs
page from lambda-extension-cache -> lambda-extension, and includes a
redirect.
2022-04-27 08:27:18 -07:00
Loann Le
cca8244040
Vault documentation: applied new guidelines to code blocks ( #15191 )
...
* applied new guidelines to codeblock
* updated text
2022-04-26 14:12:52 -07:00
Loann Le
5a47db75cc
Vault documentation: updated docs to include a note about seal requirement ( #15172 )
...
* add note about seal requirement
* fixed spelling error
* updated notes
* Update website/content/docs/configuration/seal/pkcs11.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/concepts/seal.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2022-04-26 12:13:03 -07:00
Nick Cabatoff
15ad2dd438
Add upgrade note for #15147 . ( #15154 )
2022-04-25 12:55:58 -04:00
Chris Capurso
762c08833e
remove references to sys/license endpoint in docs ( #14913 )
2022-04-21 16:27:51 -04:00
Chris Capurso
b4a46313b4
remove mount-filter endpoint from replication docs ( #14896 )
2022-04-21 16:27:00 -04:00
Jason O'Donnell
716430d3e7
docs/agent: merge template and template config ( #15117 )
...
* docs/agent: merge template and template config
* Fix example
* Update per review
2022-04-21 16:23:27 -04:00
Nick Cabatoff
5fa60555c5
Correct the unit type for mount_table.size. ( #15114 )
2022-04-21 12:54:32 -04:00
Yoko Hyakuna
e9f18bdad7
Elaborate the correlation between CLI and API ( #15056 )
...
* Add command help info
* Explain CLI and API correlation
* Update the heading level
* Updated the command example with more description
* Update website/content/docs/commands/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/commands/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/commands/index.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Incorporate review feedback
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
2022-04-21 09:17:24 -07:00
Peter Wilson
fec9fa6841
Modified explanation on >=1 audit devices and successful requests ( #15110 )
2022-04-21 09:15:05 -04:00
Rémi Lapeyre
bf4c4595f3
secrets/consul: Add support to auto-bootstrap Consul ACL system ( #10751 )
...
* Automatically bootstraps the Consul ACL system if no management token is given on the access config
2022-04-20 17:16:15 -05:00
Hamid Ghaf
6ff678000e
deprecating Legacy MFA ( #14869 )
...
* deprecating Legacy MFA
* removing legacy MFA doc json entry
* CL
* changing the link to legacy MFA in CL
* removing legacy MFA stuff from credentials' cli
2022-04-19 21:19:34 -04:00
Bryce Kalow
2c4a619a8c
website: remove source code ( #15068 )
...
* removes site source code
* remove algolia index and docker image workflows
* remove unneeded dependencies
2022-04-19 14:41:15 -04:00
Zachary Shilton
4ac57e104b
website: remove /intro
content moved to learn ( #14972 )
...
* website: rm content moved to learn
* fix: delete intro page file and data
* fix: restore page file so build works, need to make change in dev-dot
* fix: avoid empty sidebar data error
* fix: proper rm now that hashicorp/dev-portal#287 has landed
2022-04-19 10:53:49 -04:00
Calvin Leung Huang
18ed61e93d
docs/secrets/ad: remove case_sensitive_names from API docs ( #15084 )
2022-04-18 18:10:49 -07:00
Hamid Ghaf
a1d73ddfec
VAULT-5422: Add rate limit for TOTP passcode attempts ( #14864 )
...
* VAULT-5422: Add rate limit for TOTP passcode attempts
* fixing the docs
* CL
* feedback
* Additional info in doc
* rate limit is done per entity per methodID
* refactoring a test
* rate limit OSS work for policy MFA
* adding max_validation_attempts to TOTP config
* feedback
* checking for non-nil reference
2022-04-14 13:48:24 -04:00
Hamid Ghaf
299d3f096e
supporting google authenticator with Okta auth ( #14985 )
...
* supporting google authenticator with Okta auth
* minor fix
* CL
* feedback
* Update changelog/14985.txt
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
* updating docs
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
2022-04-14 08:37:04 -04:00
Calvin Wu
18f9a7775c
Update default value of agent-cache-listener-port ( #15018 )
...
Base on this line and my experiment, I think the default value of
vault.hashicorp.com/agent-cache-listener-port should be 8200.
https://github.com/hashicorp/vault-k8s/blob/main/agent-inject/agent/agent.go#L30
2022-04-13 22:00:30 -07:00
Jim Kalafut
af4fcdfed8
Fix docs typo ( #15023 )
2022-04-13 12:45:28 -07:00
kitography
3f955481b6
Typo fixes; numbering fixes. ( #15010 )
...
* Typo fixes; numbering fixes.
* Removes changes to numbering - these aren't visible (see https://riptutorial.com/markdown/example/1805/numbered-lists )
2022-04-13 15:01:04 -04:00
Rowan Smith
5074cec5cb
Update socket entry ( #14569 )
...
Page edited: https://www.vaultproject.io/docs/audit/socket . We should include a note detailing that Vault may become unresponsive due to a TCP based socket output becoming unavailable per https://www.vaultproject.io/docs/audit#blocked-audit-devices
2022-04-12 19:29:43 -07:00
Yoko Hyakuna
660fefe25b
Add Windows error ( #14982 )
2022-04-08 16:23:51 -07:00
akshya96
a0dbb30757
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
VAL
5f80aec3c7
Don't clone OutputCurlString value ( #14968 )
...
* Don't clone OutputCurlString value, add flag to docs
* Add changelog
2022-04-08 09:58:50 -07:00
Tom Proctor
8ffe70d029
Fix dead link for JWT supported algorithms ( #14953 )
2022-04-07 21:47:03 +01:00
Alexander Scheel
12d875c188
Fix handling of SignatureBits for ECDSA issuers ( #14943 )
...
When adding SignatureBits control logic, we incorrectly allowed
specification of SignatureBits in the case of an ECDSA issuer. As noted
in the original request, NIST and Mozilla (and others) are fairly
prescriptive in the choice of signatures (matching the size of the
NIST P-curve), and we shouldn't usually use a smaller (or worse, larger
and truncate!) hash.
Ignore the configuration of signature bits and always use autodetection
for ECDSA like ed25519.
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2022-04-07 11:52:59 -04:00
mryan-hashi
2f7635efe3
docs: added hello-vault-spring repo link to developer-qs.mdx. ( #14928 )
...
* Update developer-qs.mdx
docs: added link to Java / Spring Boot sample app repo in developer quick start.
* removed space.
* trigger ci
Co-authored-by: taoism4504 <loann@hashicorp.com>
2022-04-06 16:37:02 -07:00
VAL
2113ae1021
Mount flag syntax to mitigate confusion from KV-v2 path discrepancies ( #14807 )
...
* Add explanation to help text and flag usage text
* KV get with new mount flag
* Clearer naming
* KV Put, Patch, Metadata Get + corresponding tests
* KV Delete, Destroy, Rollback, Undelete, MetadataDelete, MetadataPatch, MetadataPut
* Update KV-v2 docs to use mount flag syntax
* Add changelog
* Run make fmt
* Clarify deprecation message in help string
* Address style comments
2022-04-06 13:58:06 -07:00
Josh Black
0e7c1257f4
remove mount_accessor from the docs ( #14927 )
2022-04-05 18:25:18 -07:00
Bryce Kalow
d88c81d4f8
website: fix usages of img tag ( #14910 )
...
* fix usages of img tag and integrate dev-portal workflows
* Adjust Makefile
2022-04-05 16:57:37 -04:00
Scott Miller
e37fa346bb
Docs improvements for Managed Keys ( #14756 )
...
* Add more color around managed keys in their concepts page, and create additional links between
the various docs pages related to them.
* Typos
2022-04-05 09:54:35 -05:00
Vishal Nayak
ea75732c0e
Update CC docs ( #14714 )
...
* Update CC docs
* Add sample response
* Address review feedback
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Meggie <meggie@hashicorp.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Minor edits
* Update partial month API
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
Co-authored-by: Meggie <meggie@hashicorp.com>
2022-04-05 10:53:29 -04:00
John-Michael Faircloth
8be46438f5
docs: fix formatting on plugin upgrade page ( #14874 )
...
* docs: fix formatting on plugin upgrade page
* fix more formatting issues
2022-04-05 08:40:37 -05:00
Scott Miller
b32e6a33a7
Subtle docs change for allow_store_key ( #14889 )
...
* Subtle docs change for allow_store_key
* errant space
2022-04-04 17:03:49 -05:00
Loann Le
1b62e17f89
changed reference from learn to tutorial ( #14868 )
2022-04-04 10:05:34 -07:00
Loann Le
0cb1705397
updated references from learn to tutorial ( #14867 )
2022-04-04 10:05:16 -07:00
Loann Le
90fdfa6b78
updated references from learn to tutorial ( #14866 )
2022-04-04 10:04:50 -07:00
Austin Gebauer
1c8c67ce78
docs: add known issue to 1.10 release notes ( #14859 )
2022-04-01 16:41:18 -07:00
Loann Le
1bde888f95
fixed a link issue ( #14850 )
2022-04-01 14:53:41 -07:00
Loann Le
3c00ed849c
modified text ( #14854 )
2022-04-01 14:53:32 -07:00
Loann Le
95555b9dd4
Vault documentation: changing references from learn to tutorial ( #14844 )
...
* changed learn to tutorial references
* changed learn to tutorial
* Update website/content/docs/plugins/plugin-portal.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/platform/aws/run.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2022-04-01 13:37:38 -07:00
John-Michael Faircloth
43e5d12ed0
docs: add plugin definitions to the glossary ( #14795 )
...
* docs: add plugin definitions to the glossary
* clarify multiplexed plugin glossary
* Update website/content/docs/glossary.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
2022-04-01 10:37:34 -05:00
Loann Le
34f634eb9e
updated the ssct faq page ( #14806 )
2022-03-31 19:50:24 -07:00
Theron Voran
3a75683aa5
docs: vault-k8s v0.15.0 release ( #14776 )
...
New default agent-image and agent-inject-containers annotation.
2022-03-30 10:27:28 -07:00
Calvin Leung Huang
7ec5e711d0
docs: small heading fix on 1.10 release notes ( #14716 )
2022-03-29 15:24:33 -07:00
John-Michael Faircloth
f1aa1ed3af
docs: fix plugin redirects and clarify plugin scaling ( #14732 )
...
* docs: fix plugin redirects
* update scaling external plugin text
* fix broken link in audit logs
2022-03-29 15:03:57 -05:00
Loann Le
bd43500104
removed duplicate entry ( #14758 )
2022-03-29 10:38:30 -07:00
Loann Le
905150ac3c
Vault documentation: added new vault lambda extension doc ( #14717 )
...
* added new lambda extension doc
* Suggestion to split the commands into individual code block (#14719 )
* Suggestion to split the commands into individual code block
* Update lambda-extension-cache.mdx
* Update lambda-extension-cache.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2022-03-27 15:19:42 -07:00
Austin Gebauer
e5b614ed9b
docs: adds known issue for UI sign in using OIDC auth method ( #14708 )
2022-03-24 12:28:21 -07:00
Loann Le
c4236d55ba
fixed spelling error ( #14705 )
2022-03-24 11:30:41 -07:00
Austin Gebauer
7aba55c87c
docs: fix formatting in upgrade guide notes for oidc provider ( #14678 )
2022-03-24 10:09:03 -07:00
Scott Miller
dd5aca80a1
Add a note that PKI with RSA keys only currently supports PKCS#1 v1.5 signatures ( #14699 )
2022-03-24 11:22:27 -05:00
Loann Le
e607ffa216
incorporated feedback ( #14692 )
2022-03-24 08:29:21 -07:00
Loann Le
3ad9e80c33
fixed broken links ( #14683 )
2022-03-23 22:31:27 -07:00
Loann Le
d2f07e7f38
Vault documentation: added known issues to 1.10.x upgrade guide ( #14685 )
...
* added known issues
* Update upgrade-to-1.10.x.mdx
2022-03-23 21:48:23 -07:00
Loann Le
59293712f2
add link to AAD ( #14684 )
2022-03-23 21:40:33 -07:00
Loann Le
8bf59fe575
Vault documentation: fixed release note version for 1.10.0 ( #14680 )
...
* fixed version number
* added redirect for rn
2022-03-23 19:19:20 -07:00
Austin Gebauer
858efb9b3b
identity/oidc: updates documentation for PKCE, client types, and default resources ( #14636 )
...
* identity/oidc: updates documentation for PKCE, client types, and default resources
* Update website/content/docs/concepts/oidc-provider.mdx
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
* Update website/content/docs/secrets/identity/oidc-provider.mdx
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
* Adds note to upgrade guide
* Update website/content/api-docs/secret/identity/oidc-provider.mdx
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
* Update website/content/docs/concepts/oidc-provider.mdx
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
* list default key details
* stronger emphasis in upgrade guide
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
2022-03-23 10:22:57 -07:00
Austin Gebauer
5c2d5d9c8e
docs/db2: adds documentation reference to db2 learn tutorial ( #14655 )
2022-03-23 10:08:34 -07:00
Meggie
154c6e743b
Update website for 1.10.0 ( #14647 )
2022-03-23 11:52:27 -04:00
Austin Gebauer
135e6ece40
docs/ssct: service side to server side ( #14654 )
2022-03-23 09:12:52 -04:00
mickael-hc
f13b0a74c4
docs: provide mfa configuration guidance ( #14649 )
2022-03-22 16:51:41 -04:00
John-Michael Faircloth
15e693bf91
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
Loann Le
da93aff7d4
Vault documentation: added release notes for vault 1.10 ( #14605 )
...
* create release notes file
* added content for Tranform FPE
* fixed spelling errors
* modified content for scaling db plugins
* updated based on feedback
* more feedback
* removed integrated storage enhancements per feedback
* removed extra wording
* fixed broken link
* updated verbage for db2 support based on feedback
* added link to readme for caching
* fixed broken link
* fixed out of place text
* added another known issue
* modified text
* changed forward statement
* added note
2022-03-22 11:16:59 -07:00
Loann Le
2911dccf62
Vault documentation: added new client count faqs for vault 1.10 ( #14608 )
2022-03-22 11:10:51 -07:00
Alexander Scheel
b23c38649d
Sync license deletion docs from Enterprise ( #14627 )
...
This syncs the deletion text from one of Josh's PRs into OSS to be
visible on the website. Suggested by Nick.
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
2022-03-21 16:04:27 -04:00
divyapola5
b354870c7c
Documentation changes in /sys/managed-keys ( #14377 )
...
* update sample request in create managed keys
* Update documentation for curve param
* Add period at end of sentence
* Update key_bits documentation for aws and azure
2022-03-18 14:51:24 -05:00
Bryce Kalow
07044fd701
add api -> api-docs redirect ( #14579 )
2022-03-18 13:40:04 -04:00
Yoko Hyakuna
f374938d31
Fix broken links referencing to API docs ( #14565 )
...
* Fix all '/api/' to '/api-docs/'
* Minor fixes
* Undo some of the unintentional changes
2022-03-17 18:14:48 -07:00
Pratyoy Mukhopadhyay
9aafd29540
Add mount move concepts page, update api docs ( #14544 )
...
* Add mount move concepts page, update api docs
* some renaming and link fixing
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/concepts/mount-migration.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
2022-03-17 14:06:35 -07:00
Rachel Culpepper
d246f6746d
Update docs for change to kms_key ( #14515 )
...
* update for change to kms_key
* fix indentation
* add ARN as option
* remove ARN
* update kms_key description
2022-03-17 14:43:03 -05:00
Loann Le
1ef5e40d6c
New server side consistent token faq for vault 1.10 ( #14550 )
...
* new ssct faq page
* provide links to faq
* provided lik to login mfa tutorial
2022-03-17 12:08:27 -07:00
Loann Le
a588b06978
added note ( #14556 )
2022-03-17 10:31:32 -07:00
Jim Kalafut
9733e8b858
Rename master key -> root key in docs ( #14542 )
2022-03-16 22:01:38 -07:00
Loann Le
01570eaa3a
agent injector doc for 1-10 ( #14548 )
2022-03-16 17:09:04 -07:00
Loann Le
80c56225dc
new vault docs ( #14546 )
2022-03-16 16:29:56 -07:00
Benjamin Chrobot
267e202624
docs: add missing k8s verb ( #12374 )
2022-03-16 14:24:19 -05:00
Hridoy Roy
0dfabe7ade
Server Side Consistency Docs ( #14392 )
...
* partial docs
* remove unnecessary docs link
* move SSCT upgrade notes to 1.10 instead of 0.10
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/enterprise/consistency.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* docs updates
* Update website/content/docs/configuration/replication.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
* Update website/content/docs/configuration/replication.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
2022-03-16 10:20:12 -07:00
mickael-hc
ada3d31dd1
update security model ( #14482 )
...
compromised clients are not part of vault's threat model
2022-03-15 16:27:41 -04:00
Alexander Scheel
ff62a34487
Update more PKI documentation ( #14490 )
...
* Update description of certificate fetch API
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Clarify /config/crl and /config/url PKI are empty
GET-ing these URLs will return 404 until such time as a config is posted
to them, even though (in the case of CRL), default values will be used.
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Clarify usage of /pki/crl/rotate
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Update documentation around PKI key_bits
This unifies the description of key_bits to match the API description
(which is consistent across all usages).
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Fix indented field descriptions in PKI paths
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Clarify documentation around serial_number
Note that this field has no impact on the actual Serial Number field and
only an attribute in the requested certificate's Subject.
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Fix spelling of localdomain
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2022-03-15 14:37:26 -04:00
Pratyoy Mukhopadhyay
d222981cec
Fixes from mount move testing ( #14492 )
...
* Add validation, fix docs
* add changelog
* fmt fix
* Update vault/logical_system.go
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
* Update vault/logical_system.go
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
* Update vault/logical_system_test.go
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
* Update vault/logical_system_test.go
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
2022-03-15 11:11:23 -07:00
Jason O'Donnell
dd4a3b339e
auth/ldap: add username_as_alias
config flag ( #14324 )
2022-03-15 10:21:40 -04:00
Victor Rodriguez
e78cca413d
Document the managed key PKCS#11 parameter key_id. ( #14476 )
2022-03-14 12:08:14 -04:00