Yoko Hyakuna
85e3b2165c
Remove the callout note about Ent ( #16288 )
2022-07-13 09:00:11 -07:00
AnPucel
3c1a1bfa37
Dynamic parameter for mountpaths in OpenApi Spec generation( #15835 )
...
"generic_mount_paths" query parameter for OpenApiSpec generation
2022-06-30 07:43:04 -07:00
Ciara Clements
407bec69f8
changed "activate" to "active ( #16189 )
2022-06-29 10:10:53 -07:00
akshya96
d0e35da8fd
documentation changes for limit parameter ( #16161 )
2022-06-27 13:29:14 -07:00
Chris Capurso
3f9dbabfc1
Add endpoints to provide ability to modify logging verbosity ( #16111 )
...
* add func to set level for specific logger
* add endpoints to modify log level
* initialize base logger with IndependentLevels
* test to ensure other loggers remain unchanged
* add DELETE loggers endpoints to revert back to config
* add API docs page
* add changelog entry
* remove extraneous line
* add log level field to Core struct
* add godoc for getLogLevel
* add some loggers to c.allLoggers
2022-06-27 11:39:53 -04:00
Jason Sturges
22346ba249
Fix typo in remount ( #16100 )
...
"utlizie" => "utilize"
2022-06-22 17:28:10 -07:00
Rémi Lapeyre
e83e608ab4
Document LIST sys/quotas/lease-count ( #15679 )
2022-06-17 10:04:55 -07:00
Hridoy Roy
2a638cd026
docs for activity log noncontiguous billing period changes ( #15882 )
...
* docs for activity log noncontiguous return changes
* add description of default start and end time to clarify meaning of billing period
2022-06-10 09:27:24 -07:00
Violet Hynes
cc3de02e18
VAULT-5095 Update docs to reflect that child namespaces do not inherit parent quotas ( #15906 )
...
* VAULT-5095 Update docs to reflect current behaviour
* Update website/content/api-docs/system/lease-count-quotas.mdx
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com >
* Update website/content/api-docs/system/rate-limit-quotas.mdx
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com >
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com >
2022-06-10 11:53:01 -04:00
Josh Black
55bc40235d
Autopilot enterprise docs ( #15589 )
2022-06-07 14:32:45 -07:00
Alexander Scheel
7c18f0a840
Fix listing_visibility value documentation ( #15833 )
...
* Match listing_visibility in system/auth with system/mounts
See also: #15209
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com >
* Fix path-help for listing_visibility
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com >
2022-06-06 16:44:46 -04:00
Brian Kassouf
70551bf26c
Add an API for exporting activity log data ( #15586 )
...
* Add an API for exporting activity log data
* Add changelog entry
* Switch to error logs
2022-05-24 17:00:46 -07:00
davidadeleon
6ee3fcbec4
api/monitor: Adding log format to monitor command and debug ( #15536 )
...
* Correct handling of "unspecified" log level
* Setting log-format default on monitor path
* Create changelog file
* Update website/content/api-docs/system/monitor.mdx
Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com >
Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com >
2022-05-24 13:10:53 -04:00
Alexander Scheel
53b66b26ec
Start documentation for FIPS variants of Vault Enterprise ( #15475 )
...
* Begin restructuring FIPS documentation
This creates a new FIPS category under Enterprise and copies the
FIPS-specific seal wrap documentation into it.
We leave the existing Seal Wrap page at the old path, but document that
the FIPS-specific portions of it have moved.
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com >
* Add initial FIPS 140-2 inside documentation
This documents the new FIPS 140-2 Inside binary and how to use and
validate it. This also documents which algorithms are certified for
use in the BoringCrypto distribution.
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com >
* Add notes about FIPS algorithm restrictions
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com >
2022-05-17 16:28:20 -04:00
Tony Wittinger
1fc1736c9e
docs: updated monitor doc ( #15358 )
2022-05-13 11:19:51 -07:00
Chris Capurso
de821166eb
add license termination time to API and CLI docs ( #15349 )
...
* add license termination time to API and CLI docs
* ensure consistent time format
2022-05-11 10:05:38 -04:00
Loann Le
37b7e4a1c2
capped perf replication ( #15338 )
2022-05-09 14:38:35 -07: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
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
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
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
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
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
Alexander Scheel
a72182e8ab
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
0516641bb0
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
Pratyoy Mukhopadhyay
bdd6f4d1ab
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
70db816439
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
Jim Kalafut
17747a706f
Rename master key -> root key in docs ( #14542 )
2022-03-16 22:01:38 -07:00
Victor Rodriguez
7fa52b8638
Document the managed key PKCS#11 parameter key_id. ( #14476 )
2022-03-14 12:08:14 -04:00
swayne275
5275034d4d
add tip for how to force a secrets engine disable ( #14363 )
...
* add tip for how to force a secrets engine disable
* add warning to force disable secrets instructions
* clean up wording
* add force secrets engine disable info to api doc
* Update website/content/api-docs/system/mounts.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/api-docs/system/mounts.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/api-docs/system/mounts.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/api-docs/system/mounts.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/api-docs/system/mounts.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/commands/secrets/disable.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update website/content/docs/commands/secrets/disable.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* feedback updates
* impl taoism feedback
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
2022-03-11 11:43:59 -07:00
hghaf099
c11eb133c4
Login MFA docs ( #14317 )
...
* MFA config docs
* correcting some issues
* feedback
* add a note about deleting methods
* Login MFA docs
* rename and mdx
* adding missing docs nav data
* some fixes
* interactive login request
* Apply suggestions from code review
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com >
* feedback
* feedback
* Apply suggestions from code review
Co-authored-by: Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com >
* feedback on mount accessor
* Apply suggestions from code review
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
Co-authored-by: Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* Update login-mfa.mdx
Co-authored-by: Josh Black <raskchanky@gmail.com >
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com >
Co-authored-by: Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com >
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
2022-03-07 16:26:00 -05:00
Rachel Culpepper
e4f3ed8144
Vault-4964: Update Managed Key documentation for AWS KMS ( #14378 )
...
* Add documentation for Managed Keys
- Add concept, sys/api and pki updates related to managed keys
* Review feedback
- Reworked quite a bit of the existing documentation based on feedback
and a re-reading
- Moved the managed keys out of the concepts section and into the
enterprise section
* Address broken links and a few grammar tweaks
* add documentation for AWS KMS managed keys
* a couple small fixes
* # Conflicts:
# website/content/api-docs/secret/pki.mdx
# website/content/api-docs/system/managed-keys.mdx
# website/content/docs/enterprise/managed-keys.mdx
* docs updates
* # Conflicts:
# sdk/version/version_base.go
# vault/seal_autoseal_test.go
# website/content/api-docs/system/managed-keys.mdx
# website/content/docs/enterprise/managed-keys.mdx
* remove endpoint env var
* Document Azure Key Vault parameters for managed keys.
* docs changes for aws kms managed keys
Co-authored-by: Steve Clark <steven.clark@hashicorp.com >
Co-authored-by: Victor Rodriguez <vrizo@hashicorp.com >
2022-03-07 14:22:42 -06:00
Pratyoy Mukhopadhyay
a9b5776f57
[VAULT-5268] Add mount move docs ( #14314 )
...
* add mount move docs
* add missed word
* Update website/content/api-docs/system/remount.mdx
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
* one clarification
* docs changes from feedback
* couple things i missed
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com >
2022-03-04 14:38:15 -08:00
Chris Capurso
4d74dcf165
specify LIST method in version-history API doc example ( #14346 )
2022-03-02 16:58:04 -05:00
Sean Ellefson
d4342a3124
Correcting API documentation to show status endpoints are unauthenticated ( #13943 )
2022-03-01 14:41:47 -08:00
tomthetommy
5afc21c39d
English Grammar. ( #14247 )
...
* English Grammar.
Simply missing a "to".
* English Grammar
2022-02-28 10:05:32 -05:00
Jim Kalafut
61d67d0e73
Replace docs references to PUT with POST ( #14270 )
...
The operations are handled identically, but ~85% of the references were
POST, and having a mix of PUT and POST was a source of questions.
A subsequent commit will update the internal use of "PUT" such as by
the API client and -output-curl-string.
2022-02-25 06:52:24 -08:00
Steven Clark
0f122c9d43
Add documentation for managed key test sign API ( #14180 )
...
* Add documentation for managed key test sign API
- Add the documentation for the new managed key api that allows
operators to test the managed key configuration by going through
a sign/verify workflow with some randomly generated data.
* PR feedback
2022-02-23 09:14:59 -05:00
Wazery
26b2caebea
Fix a simple typo ( #14181 )
2022-02-21 21:31:33 -08:00
Chris Capurso
c76896ff0c
Add sys/version-history endpoint and associated command ( #13766 )
...
* store version history as utc; add self-heal logic
* add sys/version-history endpoint
* change version history from GET to LIST, require auth
* add "vault version-history" CLI command
* add vault-version CLI error message for version string parsing
* adding version-history API and CLI docs
* add changelog entry
* some version-history command fixes
* remove extraneous cmd args
* fix version-history command help text
* specify in docs that endpoint was added in 1.10.0
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com >
* enforce UTC within storeVersionTimestamp directly
* fix improper use of %w in logger.Warn
* remove extra err check and erroneous return from loadVersionTimestamps
* add >= 1.10.0 warning to version-history cmd
* move sys/version-history tests
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com >
2022-02-14 15:26:57 -05:00
Loann Le
f0bff02ca6
changed to upper-case for integrated storage ( #14037 )
2022-02-14 08:38:06 -08:00
Steven Clark
73f4c075e5
Add documentation for Managed Keys ( #13856 )
...
* Add documentation for Managed Keys
- Add concept, sys/api and pki updates related to managed keys
* Review feedback
- Reworked quite a bit of the existing documentation based on feedback
and a re-reading
- Moved the managed keys out of the concepts section and into the
enterprise section
* Address broken links and a few grammar tweaks
2022-02-08 14:01:19 -05:00
Stefan Kalscheuer
d075258079
Fix documentation of "replication_performance_mode" in health API ( #13529 )
...
The field "replication_per_mode" was renamed before this feature was
released, but the docs have never been updated. Update the documentation
to present the correct name.
2022-02-04 10:05:44 -08:00
Rémi Lapeyre
b5f379b29f
Add read support to sys/auth/:path ( #12793 )
...
* Add read support to sys/auth/:path
Closes https://github.com/hashicorp/vault/issues/7411
* Add changelog entry
2022-01-25 11:56:40 -08:00
Rémi Lapeyre
7c2ee26b78
Add LIST support to sys/policies/password ( #12787 )
...
* Add read support to sys/policies/password
Closes https://github.com/hashicorp/vault/issues/12562
* Add changelog
* Empty commit to trigger CI
* Add optional /
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com >
* Use a ListOperation
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com >
2022-01-24 13:42:14 -08:00
Sung Hon Wu
94d921f570
Enhance sys/raw to read and write values that cannot be encoded in json ( #13537 )
2022-01-20 07:52:53 -05:00
akshya96
b5d7b33d00
updating response for partial month client count ( #13634 )
...
* updating custom response for partial month count
* Update website/content/api-docs/system/internal-counters.mdx
Co-authored-by: Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com >
* removing new line
Co-authored-by: Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com >
2022-01-13 10:40:42 -08:00
Meggie
3f1a13a8dd
Upgrade guidance updates from VLT-172 ( #13327 )
...
* Upgrade guidance updates from VLT-172
Trying to clarify some upgrade questions. Learn update to follow in
separate PR.
* Apply suggestions from code review
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com >
Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com >
2021-12-20 13:46:57 -05:00