Nick Cabatoff
c00201e57d
Fix bogus duration string: "1hr" should be "1h". ( #15301 )
2022-05-05 10:15:50 -04:00
Loann Le
f28ecb893d
added helm for install--no-verify ( #15287 )
2022-05-04 13:58:25 -07:00
Nick Cabatoff
b89d857790
Add upgrade note for #15108 . ( #15275 )
2022-05-04 09:56:37 -04:00
Chris Capurso
90f37a397b
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
ca6e593250
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
57b9ff857b
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
81f9ec7d2c
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
2ae4459ffc
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
f36d07249f
updated KI for upgrade guides ( #15202 )
2022-04-27 13:26:45 -07:00
Theron Voran
09be380df6
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
a70d7e2494
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
bf2667bd2c
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
cf5f6fc8e3
Add upgrade note for #15147 . ( #15154 )
2022-04-25 12:55:58 -04:00
Chris Capurso
b9faef685f
remove references to sys/license endpoint in docs ( #14913 )
2022-04-21 16:27:51 -04:00
Chris Capurso
5e743545a7
remove mount-filter endpoint from replication docs ( #14896 )
2022-04-21 16:27:00 -04:00
Jason O'Donnell
43d8fb971e
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
0e5a4a6703
Correct the unit type for mount_table.size. ( #15114 )
2022-04-21 12:54:32 -04:00
Yoko Hyakuna
19bbcc29ff
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
f2d20eded9
Modified explanation on >=1 audit devices and successful requests ( #15110 )
2022-04-21 09:15:05 -04:00
Rémi Lapeyre
a694daaf64
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
59d9bfa5c0
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
5dcdcb47f3
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
4c1e2f6aef
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
082d347092
docs/secrets/ad: remove case_sensitive_names from API docs ( #15084 )
2022-04-18 18:10:49 -07:00
Hamid Ghaf
7b1aad0e2e
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
3def28666a
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
14b46852ac
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
642a60ace0
Fix docs typo ( #15023 )
2022-04-13 12:45:28 -07:00
kitography
2d03150157
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
617e62c8bf
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
f258885f7a
Add Windows error ( #14982 )
2022-04-08 16:23:51 -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
VAL
ec1a3cfbed
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
33e5b32dd5
Fix dead link for JWT supported algorithms ( #14953 )
2022-04-07 21:47:03 +01:00
Alexander Scheel
ca45941f41
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
3b34ab872a
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
74248e1b20
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
64ba0576de
remove mount_accessor from the docs ( #14927 )
2022-04-05 18:25:18 -07:00
Bryce Kalow
561a2ee1ed
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
d537c2ebb4
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
99e202d943
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
f90e139739
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
7aef98e045
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
e2490059d0
changed reference from learn to tutorial ( #14868 )
2022-04-04 10:05:34 -07:00
Loann Le
10833d4d63
updated references from learn to tutorial ( #14867 )
2022-04-04 10:05:16 -07:00
Loann Le
93472f303e
updated references from learn to tutorial ( #14866 )
2022-04-04 10:04:50 -07:00
Austin Gebauer
1bde37caf9
docs: add known issue to 1.10 release notes ( #14859 )
2022-04-01 16:41:18 -07:00
Loann Le
931562e7f0
fixed a link issue ( #14850 )
2022-04-01 14:53:41 -07:00
Loann Le
7dc8b43cee
modified text ( #14854 )
2022-04-01 14:53:32 -07:00
Loann Le
e53aeddd56
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