Violet Hynes
7193292fc9
VAULT-32159 docs for pki metrics ( #29102 )
...
* VAULT-32159 docs for pki metrics
* Issuers, not certs
2024-12-05 15:30:57 -05:00
claire bontempo
bc09d9acec
Docs: Add updated screenshots to kv subkey docs ( #29067 )
...
* clarify subkey read in GUI
* add screenshots
* add to index
* update kv nav steps
* update alt text for screenshot
* update steps
* edits
* fix build error and simplify path structure
* fix paths
* missed one
* missed another one >_<
* Update website/content/docs/secrets/kv/kv-v2/cookbook/write-data.mdx
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-12-04 12:14:08 -08:00
Sarah Chavis
826d2be5b3
[DOCS] SEO updates for Auth pages ( #29070 )
...
* save
* SEO updates for auth pages
* tweak nav titles and other small corrections
2024-12-03 13:18:53 -08:00
Violet Hynes
21b0e5ad50
VAULT-32158 docs ( #29058 )
2024-12-03 15:41:43 -05:00
Sarah Chavis
29d14c48f2
[DOCS] Clarify maintenance table ( #29069 )
...
The "Feature updates and improvements" line is misleading since we do not backport feature updates to N-1 or N-2. Since the answer is "no" for both columns, it creates less confusion to just delete it.
2024-12-02 15:27:32 -08:00
claire bontempo
dc343f3566
add read subkeys to kv patch docs ( #29028 )
...
* add read subkey to docs
* TW edits
* fix copy/paste error
* correct nil --> null for API results
* make example data match between CLI and API (1 of 2)
* make example data match between CLI and API (2 of 2)
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-11-27 16:03:18 -08:00
Victor Rodriguez
48cec9729d
Enforce PKI issuer constraints. ( #29045 )
...
Add environment variable VAULT_DISABLE_PKI_CONSTRAINTS_VERIFICATION.
Setting VAULT_DISABLE_PKI_CONSTRAINTS_VERIFICATION=true will disable the cert
issuance/signing verification.
2024-11-27 18:34:26 +01:00
Victor Rodriguez
b2886d2a99
Revert "Perform validation when issuing or signing certificates. ( #28921 )" ( #29041 )
...
This reverts commit 31fc51c68fb4591ece3dcdd6fd7a8f4b18b465fa.
2024-11-27 16:22:20 +00:00
Victor Rodriguez
31fc51c68f
Perform validation when issuing or signing certificates. ( #28921 )
...
Add environment variable VAULT_DISABLE_ISSUING_VERIFICATION.
Setting VAULT_DISABLE_ISSUING_VERIFICATION=true will disable the cert
issuance/signing verification.
2024-11-27 13:23:07 +00:00
Pascal Hofmann
3c7e6d522d
docs: Fix path to allowedSprigFuncs ( #29026 )
2024-11-26 16:36:10 -08:00
Bruno Oliveira de Souza
a2c467cc22
VAULT-31409: trace postUnseal function ( #28895 )
...
* initial implementation of unseal trace
* close file if we fail to start the trace
didn't bother to check the error from traceFile.Close()
* use reloadable config instead of env var
* license
* remove leftover
* allow setting custom dir and remove new package
* bring back StartDebugTrace
after talking to Kuba it sounds like it's a good idea to try to move stuff out of core, so even if there's no immediate need for a generic debug trace function it's still fair to add it
* track postUnseal instead of unsealInternal
also some usability improvements from manual testing
* address PR comments
* address security review
there were concerns about using the /tmp directory because of permissions, or having a default dir at all, so now it's required to set a dir in order to generate the traces.
* add unit tests to StartDebugTrace
* move back to default dir
* document new parameters
* add tiny integration test
* avoid column in trace filename
sounds like it might be forbidden in Windows and possibly cause problems in some MacOS applications.
* address PR feedback
* add go doc to test
CI was complaining about missing comments on the new test function. It feels a bit silly to require this of tests but whatever XD
* fix tests
2024-11-26 15:04:34 -03:00
Theron Voran
515badb8bd
docs/vault-helm: updates for v0.29.1 release ( #28975 )
2024-11-26 09:48:11 -08:00
Michael Blaum
b31788d055
update docs for eventing ( #28950 )
...
* update based on code review
* Update website/content/docs/concepts/events.mdx
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
---------
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2024-11-26 12:03:54 -05:00
Luis (LT) Carbonell
d23892d803
Add known issue for hsm duplicate ( #28983 )
...
* Add known issue for hsm duplicate
* update wording
* swap:
* more clarification
* clean up
* clean up
* clean up
* reorder
* reorder
* link
2024-11-25 09:57:23 -05:00
Violet Hynes
3796b7c90f
VAULT-32507: Docs for secret engine usage metrics ( #29003 )
2024-11-25 09:47:20 -05:00
Ken Keller
e02d02f9fa
add vault_addr section to va config info ( #28962 )
...
* add vault_addr section to va config info
* Apply suggestions from code review
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
---------
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
2024-11-22 11:23:13 -08:00
Brian Shumate
d65a5a6e17
Docs: add Integrated Storage migration checklist ( #28995 )
...
- Adds a new migration checklist from archived tutorial content
2024-11-22 13:30:50 -05:00
Sarah Chavis
3bce8d385e
[DOCS] SEO updates for auth-auth docs ( #28977 )
2024-11-21 20:27:35 +00:00
Sarah Chavis
33578a5eef
[DOCS] SEO updates for Vault Proxy ( #28974 )
...
* Update Vault Agent docs
* Update left-hand nav
* tweak caching titles
* tweak deprecation/warning
* SEO update for Vault Proxy docs
* Update website/content/docs/agent-and-proxy/agent/caching/persistent-caches/index.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/agent-and-proxy/agent/caching/persistent-caches/kubernetes.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/agent-and-proxy/agent/winsvc.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/agent-and-proxy/proxy/caching/persistent-caches/kubernetes.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
---------
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-11-21 12:17:10 -08:00
Yoko Hyakuna
dc87d37969
[DOCS] Move the tutorial content to the doc ( #28978 )
...
* Move the tutorial content to the doc
* Updated section header
2024-11-21 08:04:26 -08:00
Mitch Pronschinske
5dee624657
[DOCS] Fix wrong casing of "key-value" on the KV secrets engine page ( #28970 )
2024-11-21 12:14:09 +00:00
Sarah Chavis
fd00bbfd1b
[DOCS] SEO updates for Vault Agent docs ( #28972 )
...
* Update Vault Agent docs
* Update left-hand nav
* tweak caching titles
* tweak deprecation/warning
* tweaks to match proxy updates
2024-11-20 14:31:20 -08:00
kevin-loehfelm
50cc886e46
Update typo in AWS Secrets Engine documentation ( #28930 )
...
Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
2024-11-19 15:14:08 +00:00
Violet Hynes
1196624670
CE Changes for Auth Method Usage Metrics ( #28931 )
...
* CE Changes for Auth Method Usage Metrics
* Import cycle weirdness
* Cleanup
2024-11-19 09:39:46 -05:00
miagilepner
4b98fd9b1a
VAULT-31751, VAULT-31752: removed_from_cluster in vault status ( #28938 )
...
* add removed from cluster to status output
* test for command
* update docs
* changelog
2024-11-19 11:13:10 +01:00
Steven Zamborsky
14a7d68192
Add note regarding event notification with perf replication ( #28853 )
...
* Add note regarding event notification with perf replication
* Slight change in wording of the note
* Update website/content/docs/concepts/events.mdx
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
---------
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-11-18 12:35:28 -08:00
Sarah Chavis
1b419330e3
updates screenshots and add ent alert ( #28934 )
2024-11-18 11:39:19 -08:00
Brian Shumate
6e6f405351
Docs: entropy augmentation updates ( #28942 )
...
- Add supplemental content from tutorial
- Remove reference to tutorial
2024-11-18 12:44:51 -05:00
Brian Shumate
a54d787812
Docs: Seal wrap updates ( #28910 )
...
Update docs as part of [SPE-1019](https://hashicorp.atlassian.net/browse/SPE-1019 )
- Add a benefits section from archived tutorial
- Add a tip about Vault generated HSM key
2024-11-18 10:19:57 -05:00
Jonathan Frappier
ccb8698624
Change link to HCP HVN docs ( #28940 )
2024-11-18 10:00:50 -05:00
Sarah Chavis
cb0448a785
[DOCS] Refresh kv docs ( #28919 )
...
* refresh kv docs
* apply feedback and add missing API instructions
2024-11-15 17:06:26 -08:00
Yoko Hyakuna
dc40b23d9a
[Docs] Move the tutorial content to the docs ( #28894 )
...
* Move the tutorial content to the docs
* Split the usage doc from the overview
* Change 'Key Management' to 'key management' where appropriate
2024-11-15 09:05:30 -08:00
Violet Hynes
4478a6aa14
Keep wording consistent on main ( #28922 )
2024-11-15 12:00:57 -05:00
Violet Hynes
e309098d1a
VAULT-32201 release notes for product usage reporting ( #28904 )
...
* VAULT-32201 release notes for product usage reporting
* Add note about default report months
* Better release notes
2024-11-14 14:27:38 -05:00
Brian Shumate
bb5ce48eac
Docs: update move commands ( #28900 )
...
- Add a namespace example for secrets move
- Add a namespace example for auth method move
- Add post-move considerations for both
2024-11-14 10:51:35 -05:00
Jonathan Frappier
1a43ff6755
Remove deprecated tutorial links ( #28905 )
2024-11-13 15:26:38 -05:00
Steven Clark
1196b8eda8
Add notes within the documentation about the generate_key flag ( #28898 )
2024-11-13 11:35:29 -05:00
Brian Shumate
6b97d822ef
Docs: remove link to deprecated tutorial ( #28889 )
...
The rekey and rotate tutorial is being deprecated, so this link
pointing to it needs to be removed.
2024-11-12 13:53:28 -05:00
Brian Shumate
afdf42b0b6
Docs: Update rotate encryption key command doc ( #28888 )
...
- Add command examples from the tutorial
- Update for linting
2024-11-12 13:53:20 -05:00
Jonathan Frappier
47eeeb7996
Add steps from IBM Db2 tutorial ( #28879 )
2024-11-12 09:39:49 -05:00
Gabriele Olla
ea3002fd30
Add iam:GetUser action for IAM Policy to AWS docs ( #28788 )
...
* add iam:GetUser action on split policy
Signed-off-by: Olla Gabriele <gabriele.olla@prima.it>
2024-11-12 09:28:33 -05:00
Violet Hynes
aa09d0cec5
Product usage reporting docs ( #28858 )
...
* First draft of product usage reporting docs
* Table data, fix issues
* Changelog
2024-11-12 09:15:52 -05:00
Steven Clark
8403f00caa
Add 1.19.x upgrade note around Transit API change for Ed25519ph signatures ( #28847 )
2024-11-12 09:06:38 -05:00
Kajeepan Kandeepan
c09ca8c124
[Docs] update reference consul-helm url to consul-k8s ( #28825 )
...
* chore: update reference consul-helm url to consul-k8s
* docs: add changelog
---------
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-11-08 16:24:13 -08:00
Theron Voran
3f6cf98055
Docs update for vault-helm v0.29.0 and vault-k8s v1.5.0 releases ( #28851 )
2024-11-08 23:50:45 +00:00
ram-parameswaran
6f653692ea
Update seal-ha.mdx ( #28863 )
...
Fix typo and text formatting
2024-11-08 09:24:00 -05:00
Yoko Hyakuna
2cd0e14b7e
Update the AWS Marketplace link ( #28860 )
2024-11-07 14:21:42 -08:00
Yoko Hyakuna
69b1a615fb
[Docs] Add recommended patterns ( #28843 )
...
* Content conversion from tutorial to doc - seal
* Add AppRole best practices
* Clean up the reference list
* Updated the title
* match the titles
* Add namespaces best practices
* Update the table style
2024-11-07 13:17:43 -08:00
miagilepner
2744bdbb7e
VAULT-24466: Quotas and replication docs ( #28837 )
2024-11-07 10:26:03 +01:00
Sarah Chavis
38ad49d63b
Update ServiceNow info ( #28823 )
...
* Update ServiceNow info
* apply feedback
* tweaks
* clarify
2024-11-04 11:14:43 -08:00