Commit Graph

5336 Commits

Author SHA1 Message Date
Mark Lewis
3ab045a170 Fix typo in Consul ref (#25026)
* Fix typo in Consul ref

* Two more typos fixed

---------

Co-authored-by: ml4 <ml4@psy.industries>
2024-01-24 12:42:27 -08:00
Brian Shumate
6c29b43e8e Docs: add undo logs section in upgrade to 1.13.x (#24996)
* Docs: update upgrade-to-1.13.x

- Add note about undo logs and upgrading for Consul users

* Update website/content/docs/upgrading/upgrade-to-1.13.x.mdx

Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>

---------

Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
2024-01-23 11:34:42 -05:00
Austin Gebauer
677d98a821 oidc/provider: adds code_challenge_methods_supported to metadata (#24979)
* oidc/provider: adds code_challenge_methods_supported to metadata

* adds changelog

* adds docs
2024-01-22 13:40:13 -08:00
Nestor Reyes
4811fd1962 Update oracle.mdx missing feature flags (#23517)
* Update oracle.mdx missing feature flags

Adding missing feature flags to API doc. 
split_statements and disconnect_sessions.

Related PR
https://github.com/hashicorp/vault-plugin-database-oracle/pull/62

* Update website/content/api-docs/secret/databases/oracle.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2024-01-22 13:59:04 -06:00
Marc Boudreau
dcde458e33 VAULT-23051: Documenting API Endpoints (#24845)
* api documentation changes

* document management endpoints

* add new website page to the navigation

* include explanation message retrieval from namespaces up to root namespace

* added clarification statement to the create and update operations documentation

* fixed inconsistency in sample request

* Apply suggestions from code review

Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>

---------

Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
2024-01-19 16:13:03 -05:00
Peter Wilson
d65f562f84 VAULT-23122: Known Issues: Audit devices using log_raw (#24966)
* Docs for known issue: audit log_raw

* Typo

* Update website/content/partials/known-issues/1_15_audit-use-of-log-raw-applies-to-all-devices.mdx

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-01-19 20:30:06 +00:00
Kyle Schochenmaier
9f6b41da8b [docs] add Kustomize installation documentation for VSO (#24690)
* add Kustomize installation docs


Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2024-01-19 12:16:41 -06:00
Sokren
43e07c633d Docs/scc edits - adfs docs (#24633)
* add adfs link

* add adfs and update index

add the adfs link in the index.mdx
add the file adfs.mdx

* Update docs-nav-data.json

Add the link to ADFS documentation

* add adfs-oidc-ldapgroupoption.png

image for the documentation adfs.mdx

* Update docs-nav-data.json

Updated from the last version of the file and adding adfs link

* suggested edits

* Update the file adfs.mdx

* Update adfs.mdx

Change auth/adfs/config to auth/<YOUR_OIDC_MOUNT_PATH>/config

* Update website/content/docs/auth/jwt/oidc-providers/adfs.mdx

* Corrected typo adfs.mdx

We had 2x step3 so I changed to have step 3 and step 4

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-01-19 09:43:56 +00:00
Heat Hamilton
287d1129da [website] Update node, npm and next versions in website directory (#24923)
* Update node, npm and next versions in website dir

* Updated node version to match npm versin 18.17.0
2024-01-18 14:12:31 +00:00
Stefan Zhelyazkov
f4978b3efd Updating Vault docs for JWT support of numeric bound_claims (#24921)
* Add a note that the role name is available as role in entity alias metadata

* Update JWT docs for numeric bound_claims
2024-01-18 13:57:30 +00:00
eknowles
8d7409e660 fix typo in vso platform docs (#24917) 2024-01-17 15:49:32 -05:00
dependabot[bot]
e43ae54e3b Bump json5 from 2.2.0 to 2.2.3 in /website (#20330)
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-01-17 14:01:43 -05:00
dependabot[bot]
3ca348a7e2 Bump tough-cookie from 4.0.0 to 4.1.3 in /website (#21700)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-01-17 12:59:58 -05:00
Tom Proctor
80f85a05f6 New root namespace plugin reload API sys/plugins/reload/:type/:name (#24878) 2024-01-17 15:46:27 +00:00
Kyle Schochenmaier
f84a6a24d7 add a link to the VSO threat model (#24769) 2024-01-16 12:41:31 -06:00
Violet Hynes
37b3adf056 Fix docs link typos (#24880) 2024-01-16 15:43:50 +00:00
Yoko Hyakuna
af3419940c [DOCS] Fix page heading (#24835)
* Fix the page header

* Fix the grammar pinted out by PR-1952
2024-01-12 08:03:46 -08:00
Andrei Burd
7049ce027e Update index.mdx (#24763) 2024-01-11 13:33:27 -08:00
helenfufu
c6ba0f44ba update /sys/leader api docs (#24816) 2024-01-11 13:27:53 -06:00
Kyle Schochenmaier
aed43fe80e [docs] Update docs for VSO release 0.4.3 (#24792)
* Update docs for VSO release 0.4.3
2024-01-10 20:12:09 -06:00
Brian Shumate
f130ebaeae Docs/lease explosions update (#24770)
* Docs: lease explosions update

- Matching heading and title

* Support
2024-01-10 12:19:55 -05:00
claire bontempo
db7e4b4283 small doc fix (#24720) 2024-01-09 13:47:34 -08:00
Greg Thomas
f309dd5af4 Update configuration.mdx (#19649)
* Update configuration.mdx

Fixing change from AD to AD/OpenLDAP engine.

* Update website/content/docs/platform/servicenow/configuration.mdx

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-01-09 14:08:55 -05:00
Cinthia Conti
3bc4520204 Docs update with known issue (#23887)
* adding known issue for user lockout

* Update website/content/partials/known-issues/user-lockout-logging.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-01-09 17:32:54 +00:00
Max Winslow
54bfd792be Sample payload is empty for AWS auth login request in API docs (#24106)
* Update aws.mdx

* Update aws.mdx
2024-01-09 12:28:37 -05:00
Brian Shumate
4fc95853e8 Documentation: WAF: New lease explosions overview (#24683)
* feat: new doc for WAF: lease explosions

* Update website/content/docs/concepts/lease-explosions.mdx

Co-authored-by: Judith Malnick <judith@hashicorp.com>

* Update website/content/docs/concepts/lease-explosions.mdx

Co-authored-by: Judith Malnick <judith@hashicorp.com>

* Update website/content/docs/concepts/lease-explosions.mdx

Co-authored-by: Judith Malnick <judith@hashicorp.com>

* Update website/content/docs/concepts/lease-explosions.mdx

Co-authored-by: Judith Malnick <judith@hashicorp.com>

* Update website/content/docs/concepts/lease-explosions.mdx

Co-authored-by: Judith Malnick <judith@hashicorp.com>

* Update website/content/docs/concepts/lease-explosions.mdx

Co-authored-by: Judith Malnick <judith@hashicorp.com>

* Update website/content/docs/concepts/lease-explosions.mdx

Co-authored-by: Judith Malnick <judith@hashicorp.com>

* Updates based on feedback

* Updates based on feedback

---------

Co-authored-by: Judith Malnick <judith@hashicorp.com>
2024-01-09 11:34:45 -05:00
Bianca Moreira
e0216cab5b Add HCP subcommand -- integrate with HCP library (#23897)
* Add HCP engine token logic

* Update documentation

* Fix content check

* Add changelog entry

* Update changelog/23897.txt

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>

* Update api/client.go

Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>

* Add error when HCP commands failed to be initialize

* Add tests for initHCPcommand function

* Update lib dependency

* Update website/content/docs/commands/hcp.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/commands/hcp.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/commands/hcp.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/commands/hcp.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/commands/hcp.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/commands/hcp.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/commands/hcp.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Fix docs nav data

* Improve docs sections

* Update hcp lib dependency

* Fix content formatting

* Update lib dependency

* Fix HCPtokenhelper problem

* Fix HCPtokenhelper problem

* Remove HCP env variables

* Remove hcp helper token

* Add error treatment for no valid credential source

* Update website/content/docs/commands/hcp/index.mdx

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

* Update website/content/docs/commands/hcp/disconnect.mdx

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

* Update website/content/docs/commands/hcp/connect.mdx

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

* Update website/content/docs/commands/hcp/disconnect.mdx

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>

* Update website/content/docs/commands/hcp/index.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/commands/hcp/connect.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Modify hcp tests

---------

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-01-09 15:29:30 +01:00
dependabot[bot]
d27c06d3a1 Bump word-wrap from 1.2.3 to 1.2.4 in /website (#21928)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-01-09 09:20:20 -05:00
miagilepner
0c2a160347 VAULT-21944: add documentation for thousands of namespaces (#24235) 2024-01-09 08:04:18 -05:00
divyaac
87ab7497fa Docs changes (#24242) 2024-01-05 15:31:16 -08:00
Kyle Schochenmaier
205680c077 add docs for configuring jwt validation pubkeys for vso (#24599)
* add docs for configuring jwt validation pubkeys for vso and update jwt auth docs to mention key rotation


Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2024-01-05 16:55:48 -06:00
Steven Clark
fbb70eb0c6 Fix pluralization typo in ACME entity assignment doc (#24676) 2024-01-05 10:52:33 -05:00
Thy Ton
2cd8bbaa75 add token_reviewer_jwt_set to resp data on config read example on k8s auth api doc (#24564) 2024-01-04 13:27:49 -05:00
Violet Hynes
a649d2b9a9 VAULT-17292 CE portion of changes (#24667)
* VAULT-17292 CE portion of changes

* VAULT-17292 docs

* VAULT-17292 changelog
2024-01-04 13:01:38 -05:00
Andy Assareh
ab2e0e5a28 typo corrections - spelling and grammar (#24625)
* typo corrections - spelling

* spelling and grammar
2024-01-04 12:50:42 -05:00
dependabot[bot]
c535c54537 Bump @babel/traverse from 7.15.4 to 7.23.2 in /website (#24042)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-01-04 12:33:15 -05:00
Chris Capurso
6b142b4dcc VAULT-22552: Add MaxConnsPerHost field to Agent template_config (#24548)
* add MaxConnectionsPerHost to agent template config

* set MaxConnsPerHost in consul-template manager config

* add MaxConnectionsPerHost to agent generate-config

* fix agent generate-config tests

* doc updates

* bump consul-template to 0.36.0

* add changelog entry

* minor docs change

* fix nil pointer deref for MaxConnectionsPerHost template config

* Update template docs

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-01-03 15:06:41 -05:00
Matthew Irish
73254908e6 docs(web repl): add initial docs about the UI REPL (#24642)
* docs(web repl): add initial docs about the UI REPL

* feature(repl): add link to the new docs in the REPL

* chore(repl): Web CLI or Broweser CLI -> Web REPL

* Use Hds::Link::Inline instead of DocLink

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>

* Update ui/app/templates/components/console/ui-panel.hbs

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>

* Update website/content/docs/commands/web.mdx

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>

* Update website/content/docs/commands/web.mdx

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>

* Fix typos and update phrasing.

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>

* docs(web repl): add a refrence to the repl docs on the ui config page

* Update KV version 2 reference

Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>

* fix linting

---------

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
2024-01-02 22:17:51 +00:00
Sarah Chavis
c0e5a9ab1e Add KVv2 known issue to release notes (#24632)
* Add KVv2 known issue to release notes

* Update website/content/partials/known-issues/kv2-url-change.mdx

* Update website/content/partials/known-issues/kv2-url-change.mdx

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2024-01-02 08:35:02 -08:00
Max Coulombe
1cae21fb2f Fix small doc error (#24627)
* fix small doc error for vercel destination

Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>

---------

Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
2023-12-22 09:14:22 -05:00
Austin Gebauer
84bc8b1743 docs: adds more targeted guidance for GCP workload identity (#24620)
* docs: adds more targeted guidance for GCP workload identity

* hopefully fix markdown
2023-12-21 10:25:08 -08:00
Austin Gebauer
082d2a6412 docs: fix code snippet copy for SAML auth method (#24619) 2023-12-21 08:48:07 -08:00
Justin Clayton
e7838a3594 Add some clarity to retry_join docs (#24605)
This edit was made based on customer feedback
2023-12-20 16:24:38 -08:00
Sarah Chavis
c93c0b39b4 [DOCS] Add how-to guide for containerize plugins (#24537)
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-12-20 14:45:23 -08:00
Sarah Chavis
1d8d80e8de Remove invalid link (#24593) 2023-12-19 19:55:35 +00:00
benz0
954da5006c Update audit.mdx (#24561)
* Update audit.mdx

Per the discussion here: https://hashicorp.enterprise.slack.com/archives/CPEPB6WRL/p1656678311708759

This parameter does not apply to DR replication.
This document should specify that the `local` parameter only applies to performance replication because even with this enabled the audit device configuration is still replicated to a DR cluster. This is also the expected and desired behavior.

* Fixed typos

---------

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-12-19 18:10:53 +00:00
Christopher Swenson
4980cb0fe1 Delete metadata-read event (#24568)
We never generated such an event. This was just a mistake when
I wrote the initial docs.
2023-12-18 10:23:01 -08:00
claire bontempo
2c19bbe145 Consistently refer to Key Value secrets engine as KV (#24529)
* VAULT-21427 change ui references from K/V to KV

* references in docs/

* website json data

* go command errors

* replace Key/Value with Key Value

* add changelog

* update test

* update secret list header badge

* two more test updates
2023-12-14 11:28:58 -08:00
Theron Voran
7801d2dea2 docs/vault-secrets-operator: aws vaultauth (#23982)
Adding an overview doc for using AWS auth with Vault Secrets Operator
under Secret Sources/Vault/Auth Methods/.

Had to move the AWS and GCP auth pages down one directory to get
around a "mismatched parent directories" error.

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-12-14 10:51:10 -08:00
owenzorrin
7df1b64a3d Update ldap.mdx (#24338)
add missing use_token_groups parameter

* use_token_groups - (Optional) Use the Active Directory tokenGroups constructed attribute of the user to find the group memberships
https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/ldap_auth_backend#use_token_groups
2023-12-13 15:06:20 -08:00