Francis Chuang
74c3697144
Add Oracle Cloud auth to the Vault Agent ( #19260 )
...
* Add Oracle Cloud auth to the Vault Agent
* Use ParseDurationSecond to parse credential_poll_interval
* Use os.UserHomeDir()
2023-03-15 09:08:52 -04:00
Violet Hynes
85f845c3e0
VAULT-12798 Correct removal behaviour when JWT is symlink ( #18863 )
...
* VAULT-12798 testing for jwt symlinks
* VAULT-12798 Add testing of jwt removal
* VAULT-12798 Update docs for clarity
* VAULT-12798 Small change, and changelog
* VAULT-12798 Lstat -> Stat
* VAULT-12798 remove forgotten comment
* VAULT-12798 small refactor, add new config item
* VAULT-12798 Require opt-in config for following symlinks for JWT deletion
* VAULT-12798 change changelog
2023-03-14 15:44:19 -04:00
Ashlee M Boyer
788af4a90e
Remove .mdx extension from link ( #19514 )
2023-03-13 15:03:06 -04:00
Meggie
be18d6cac3
Un-hiding link to 1.13 upgrade guide ( #19505 )
...
* Un-hiding link to 1.13 upgrade guide
* Removing draft notice
2023-03-10 11:30:19 -05:00
Robert
0315efba0c
Add info about gcp service account key encoding ( #19496 )
2023-03-10 09:13:37 -06:00
Yoko Hyakuna
e392b6650f
Remove the note about Vault not supporting number Okta verify push number challenge ( #19497 )
2023-03-09 16:30:49 -08:00
Max Winslow
dbbdd33c63
Change headings to h2 ( #19402 )
2023-03-07 15:48:51 -08:00
Phil Renaud
d09c716e4b
Link to the Nomad tutorial for Vault as OIDC provider ( #19461 )
2023-03-06 10:30:14 -08:00
Yoko Hyakuna
40dc1d39d9
Add more context on the Release Notes landing page ( #19456 )
...
* Add little more verbiage on the Release Notes landing page
* Add missing comma
2023-03-03 14:39:39 -08:00
prabhat-hashi
e5b982199f
Docs - update ldap page to add clarity around sAMAccountName ( #19450 )
...
* Docs - update ldap page to add clarity around sAMAccountName
Updated https://developer.hashicorp.com/vault/docs/secrets/ldap#active-directory-ad-1 to clarify customers configure username properly using username_template when sAMAccountName is involved.
* Docs - edit on last update for ldap page
Fixed the link /vault/docs/concepts/username-templating
2023-03-03 10:09:13 -08:00
Max Winslow
c44f94d7ff
update entity-alias doc fix ( #19435 )
2023-03-03 08:16:26 -08:00
Tony Wittinger
64b4ee234d
docs: updated key size in transit documentation ( #19346 )
2023-03-02 16:07:40 -08:00
akshya96
09057073ae
Vault Status Command Differs Depending on Format ( #19361 )
...
* vault-issue-9185
* removing new lines:
* removing new space
* fix grammar
* change field name
2023-03-01 12:57:53 -08:00
Alexander Scheel
dabe38dcc1
Document RSA operations ( #19377 )
...
Also clarify hash function choices.
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-03-01 13:35:35 -05:00
Mark Sailes
4c3c56dee4
Remove the Lambda SnapStart incompatibility notice. ( #19394 )
2023-03-01 18:13:18 +00:00
Malte S. Stretz
320f46ba8a
Add documentation for tls_max_version ( #19398 )
2023-03-01 14:45:04 +00:00
Max Winslow
109fbe06bb
change verbiage for lookup group and entity ( #19406 )
2023-02-28 12:40:38 -08:00
Austin Gebauer
10fe43701f
docs/ad: adds deprecation announcements and migration guide ( #19388 )
...
* docs/ad: adds deprecation announcements and migration guide
* fix table ending
* remove fully-qualified links
* Minor format fixes - migrationguide
* Update website/content/docs/secrets/ad/migration-guide.mdx
Co-authored-by: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com>
* Update website/content/docs/secrets/ad/migration-guide.mdx
Co-authored-by: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com>
---------
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com>
2023-02-28 10:41:59 -08:00
Alexander Scheel
2970b15a63
Add docs on FIPS Inside vs Seal Wrap ( #19310 )
...
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-02-28 10:22:17 -05:00
Yoko Hyakuna
cd7f7cc131
Vault 1.13.0 Release Notes ( #19360 )
...
* Adding Vault 1.13.0 Release Notes
* Add OpenAPI Go and .NET client libraries to the list
* Add the 'UI wizard removal' to the release note
2023-02-27 12:44:13 -08:00
Rowan Smith
4fd467a53b
approle naming syntax documentation ( #19369 )
...
Documentation does not currently detail the accepted naming scheme for approle roles, this aims to provide clarity based on customer feedback. https://github.com/hashicorp/vault/blob/main/sdk/framework/path.go#L16-L18 details the regex used.
2023-02-27 12:08:15 -08:00
Alexander Scheel
7182949029
Fix transit byok tool, add docs, tests ( #19373 )
...
* Fix Vault Transit BYOK helper argument parsing
This commit fixes the following issues with the importer:
- More than two arguments were not supported, causing the CLI to error
out and resulting in a failure to import RSA keys.
- The @file notation support was not accepted for KEY, meaning
unencrypted keys had to be manually specified on the CLI.
- Parsing of additional argument data was done in a non-standard way.
- Fix parsing of command line options and ensure only relevant
options are included.
Additionally, some error messages and help text was clarified.
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Add missing documentation on Transit CLI to website
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Add tests for Transit BYOK vault subcommand
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Add changelog
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Appease CI
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
---------
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-02-27 18:25:38 +00:00
Jakob Beckmann
078a245939
Allow alias dereferencing in LDAP searches ( #18230 )
...
* impr(auth/ldap): allow to dereference aliases in searches
* docs: add documentation for LDAP alias dereferencing
* chore(auth/ldap): add changelog entry for PR 18230
* chore: run formatter
* fix: update default LDAP configuration with new default
* Update website/content/docs/auth/ldap.mdx
Co-authored-by: tjperry07 <tjperry07@users.noreply.github.com>
* docs(ldap): add alias dereferencing to API docs for LDAP
---------
Co-authored-by: tjperry07 <tjperry07@users.noreply.github.com>
2023-02-24 13:49:17 -05:00
David Yu
9753379fe8
Update consul.mdx ( #19300 )
2023-02-22 17:45:26 -05:00
Austin Gebauer
a8d382d52a
docs/oidc: make it clear that contents of CA certificate are expected ( #19297 )
2023-02-22 11:33:53 -08:00
Bryce Kalow
2fa1153e95
adds content-check command and README update ( #19271 )
2023-02-22 12:04:00 -05:00
Max Coulombe
b9bcd135e5
Added disambiguation that creation request can also update roles ( #17371 )
...
+ added disambiguation that creation request can also update roles
2023-02-22 12:02:31 -05:00
Alexander Scheel
fbebf2508b
Add note clarifying revoked issuer associations ( #19289 )
...
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-02-22 15:48:20 +00:00
Raymond Ho
57ff9835f7
use github token env var if present when fetching org id ( #19244 )
2023-02-21 12:17:35 -08:00
Christopher Swenson
724ccd5bc4
docs: Add page about events ( #19243 )
...
This page details the new events experiment that will be
released in Vault 1.13.
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2023-02-21 16:43:34 +00:00
Tero Saarni
b634bb897b
docs/k8s: updated helm doc for short-lived SA tokens ( #15675 )
...
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
2023-02-21 12:09:27 +00:00
Max Winslow
3a132c2428
Add vault print token to commands in Vault docs ( #19183 )
...
* doc-update
* Update website/content/docs/commands/print.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
---------
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-02-17 20:51:48 -08:00
Scott Miller
0a5f3208fd
Document the 'convergent' tokenization transform option ( #19249 )
2023-02-17 13:15:40 -06:00
Alexander Scheel
dd3356752a
Add note on client cert definition ( #19248 )
...
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-02-17 11:36:41 -05:00
John-Michael Faircloth
9c837ef4b5
docs/upgrade guide: add changes to plugin loading ( #19231 )
...
* docs/upgrade guide: add changes to plugin loading
* clarify this is for external plugins
2023-02-16 22:47:29 +00:00
claire bontempo
a5a80b895d
replace whitelist with allow ( #19217 )
2023-02-16 14:35:30 -08:00
Peter Wilson
70f1d3c217
Remove incorrect information about being able to set environment variables for certain log config ( #19208 )
2023-02-16 13:37:59 +00:00
Raymond Ho
91446e129e
Add rotate root docs for azure secrets ( #19187 )
2023-02-15 13:07:42 -08:00
Steven Zamborsky
7534689818
Update raftautosnapshots.mdx ( #18996 )
...
Clarify that the `local_max_space` value for local automated snapshots is cumulative for all snapshots in the `file_prefix` path.
2023-02-14 22:46:41 -08:00
John-Michael Faircloth
fc13efc80e
docs/plugins: update upgrading plugins ( #19109 )
...
* docs/plugins: update upgrading plugins
* Update website/content/docs/upgrading/plugins.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
---------
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2023-02-14 17:40:06 +00:00
Max Coulombe
2c32190eed
Fix database sample payload doc ( #19170 )
...
* * fix database static-user rotation statement in sample payload
* + added changelog
2023-02-14 08:29:27 -05:00
Theron Voran
dda2df25db
docs/vault-helm: fix multi-line block copy ( #19119 )
...
Add a `$` before the command in shell blocks that include command
output, so that the "Copy" button on the website only copies the
command and not the output.
2023-02-13 22:21:11 -08:00
ram-parameswaran
7dff0e6ae4
Update PKI Secret Engine doc for auto-tidy ( #19122 )
...
PKI Secret Engine documentation for auto-tidy(https://developer.hashicorp.com/vault/api-docs/secret/pki#configure-automatic-tidy ) has a parameter interval_duration(https://developer.hashicorp.com/vault/api-docs/secret/pki#interval_duration ). This needs to explicitly call out the default value to be 12 hours.
2023-02-10 15:57:58 -05:00
Milena Zlaticanin
b6c5d07c5e
Azure Auth - rotate-root documentation ( #18780 )
...
* add documentation for rotate root
* commit suggestions
* move api permissions section
2023-02-08 18:14:28 -07:00
Steven Clark
e599068323
Add OCSP GET known issue ( #19066 )
2023-02-08 15:06:44 +00:00
Tom Crayford
532f4ab60a
Docs: Remove duplicated, outdated raft information ( #11620 )
...
Co-authored-by: Mehdi Ahmadi <aphorise@gmail.com>
2023-02-08 13:37:54 +00:00
Alexander Scheel
06e950b40e
Fix documentation on CRL fixed version ( #19046 )
...
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-02-07 20:51:03 +00:00
akshya96
6b96bd639c
adding emit duration for telemetry ( #19027 )
2023-02-07 11:26:38 -08:00
Alexander Scheel
3f8aaedc2a
Add suggested root rotation procedure ( #19033 )
...
* Add suggested root rotation procedure
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Clarify docs heading
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
---------
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-02-07 13:51:33 -05:00
Alexander Scheel
9130a786bb
Document pki cross cluster behavior ( #19031 )
...
* Add documentation on cross-cluster CRLs
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
* Add missing revocation queue safety buffer
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
---------
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-02-07 11:11:33 -05:00