1126 Commits

Author SHA1 Message Date
Aleem Isiaka
ea1b8e95c6
Update debug.mdx (#21755)
Fix article usage

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2023-08-08 10:58:37 -04:00
Yoko Hyakuna
a29b88b09f
Add an anchor link to policy override section (#22225) 2023-08-07 17:03:12 -07:00
Torbjørn Fjørtoft
20e2e4b308
Docs for Application Default Credentials, links to non-dwdoa setup (#21453) 2023-08-07 16:14:55 -07:00
Raymond Ho
0d0cda43d5
clarify docs in ldap/auth for userfilter (#22210) 2023-08-07 13:13:52 -07:00
Nick Cabatoff
72d8b95a49
Fix some duplication of partials, and add fix versions for update-primary data loss issue (#22182) 2023-08-03 10:28:03 -04:00
Nick Cabatoff
6b31e45317
Fix incorrect kv delete page description (#22178) 2023-08-02 15:35:58 -04:00
Kyle Schochenmaier
1d01045e85
Docs/add imagepullsecrets example vso (#22136)
* Adds an example for imagepullsecrets to vso docs
2023-08-01 10:14:36 -05:00
Ellie
032dd8fd7c
docs/mssql: update schema to be generic (#22101) 2023-07-28 09:45:14 -05:00
Ellie
3acfa450c2
docs/mssql: add admin privileges needed (#22096)
* docs/mssql: add admin privileges needed

* remove line

* remove ddl role

* Update website/content/docs/secrets/databases/mssql.mdx

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>

---------

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
2023-07-27 16:55:20 -05:00
Sarah Chavis
b6d973a133
Make enterprise callouts consistent (#22073) 2023-07-27 17:41:14 +00:00
dr-raymond-zheng
f45e9b90d4
Update mongodbatlas.mdx (#21704)
Fix the error in the example for client cert credentials.

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-07-27 15:17:33 +00:00
Yoko Hyakuna
c1c258a70b
[Docs] Add description about how RGP evaluation works (#22064)
* Add description about how RGP evaluation works

* Add missing '/'

* Update website/content/docs/enterprise/sentinel/index.mdx

Co-authored-by: Max Bowsher <maxbowsher@gmail.com>

* Implement the review feedback: 'may not' -> 'does not'

* Change 'Vault Enterprise Plus' -> 'Vault Enterprise' since the pricing page does not mention 'plus'

---------

Co-authored-by: Max Bowsher <maxbowsher@gmail.com>
2023-07-27 07:53:31 -07:00
Nick Cabatoff
64b50ad7a1
Support mixed case consul service tags on consul storage engine (#6483)
* When support for service tags was added, the only way we had to parse
and dedup a list of strings also forced them to be lowercase.  Now there's
another helper func that doesn't smash the case so use that instead.

* update Consul 'service_tag' documentation to include case sensitivity

* added upgrade guide for 1.15

* test for service tags

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
2023-07-25 20:26:54 +00:00
carlosvilleg
df05956e2b
Expanded acronym to imrpove clarity (#22001)
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-07-25 11:58:06 -07:00
Austin Gebauer
4811ef9cc3
secrets/azure: adds permissions note on rotate root and change role assignment (#22024) 2023-07-21 14:58:11 -07:00
Sarah Chavis
e91b507996
Docs/SPE 260: update and reorganize telemetry metric references (#21965)
New how-to guide to enable telemetry, restructure telemetry metrics as partials, and provide multiple index pages to make them easier to look up.
2023-07-21 10:28:52 -07:00
Jason O'Donnell
5ba848dbdd
docs/oracle: add admin privileges needed (#21982) 2023-07-20 17:01:16 -04:00
Max Bowsher
4ce8e4b00f
Docs: fix inaccurate claim that audit log contains all requests (#18510)
* Docs: fix inaccurate claim that audit log contains all requests

* I realised there is another category of paths to add

* Unauthenticated requests such as pki/cert/FINGERPRINT are logged

So, remove "authenticated" qualifier.
2023-07-20 16:54:22 -04:00
Noel Quiles
053349f771
fix: Broken docs links (#21938) 2023-07-19 22:27:01 +01:00
Max Bowsher
188bdca4bd
Fix sudo paths missing from OpenAPI and docs (#21772)
* Fix sudo paths missing from OpenAPI and docs

Various sudo (a.k.a. root-protected) paths are implemented in
non-standard ways, and as a result:

* are not declared as x-vault-sudo in the OpenAPI spec

* and as a result of that, are not included in the hardcoded patterns
  powering the Vault CLI `-output-policy` flag

* and in some cases are missing from the table of all sudo paths in the
  docs too

Fix these problems by:

* Adding `seal` and `step-down` to the list of root paths for the system
  backend. They don't need to be there for enforcement, as those two
  special endpoints bypass the standard request handling code, but they
  do need to be there for the OpenAPI generator to be able to know they
  require sudo.

  The way in which those two endpoints do things differently can be
  observed in the code search results for `RootPrivsRequired`:
  https://github.com/search?q=repo%3Ahashicorp%2Fvault%20RootPrivsRequired&type=code

* Fix the implementation of `auth/token/revoke-orphan` to implement
  endpoint sudo requirements in the standard way. Currently, it has an
  **incorrect** path declared in the special paths metadata, and then
  compensates with custom code throwing an error within the request
  handler function itself.

* changelog

* As discussed in PR, delete test which is just testing equality of a constant

* Restore sudo check as requested, and add comment

* Update vault/token_store.go

Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com>

---------

Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com>
2023-07-19 16:28:17 +00:00
Paul Banks
def7c1b0a7
Fix drift, these docs are only in ent repo docs so not public (#21941)
* Fix drift, these docs are only in ent repo docs so not public

* Remove newline
2023-07-19 15:17:22 +00:00
Violet Hynes
f54bc0227d
Fix broken docs link (#21937)
* Fix broken docs link

* Capitalize
2023-07-19 10:08:12 -04:00
Austin Gebauer
fa094207e7
secrets/azure: update minimal permissions recommendation (#21897) 2023-07-18 09:24:37 -07:00
Terrell Russell
adf0361203
grammar fix (#21607)
to -> into
2023-07-17 10:55:40 -04:00
Peter Wilson
ba52063705
possible typo/error in sentence - cleared up (#21831) 2023-07-14 10:05:06 +00:00
Sarah Chavis
ee4424fa3a
Add note about user lockout defaults (#21744) 2023-07-11 09:16:15 -04:00
Max Winslow
d1c943b255
add sys/plugins to root-only path (#21599)
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-07-10 21:50:54 +00:00
Sarah Chavis
a2de4c75cd
[Docs] Client count doc updates for ACME update in 1.14 (#21541)
Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
2023-07-07 08:32:31 -04:00
Steven Clark
1a2eaf0de3
Add remediation steps to the PKI health-check docs (#21364)
* Add remediation steps to the PKI health-check docs

* Apply suggestions from code review

Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Implement PR feedback

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-07-06 19:38:51 -04:00
Anton Averchenkov
f4f0412b6a
[docs] Convert titles to sentense case (#21426)
* Convert documentation titles to sentense case

* Docker, Google, Foundry, Cloud proper case
2023-06-30 19:22:07 -04:00
Tom Proctor
1ffc56cb42
Docs: Updates for vault-mssql-ekm-provider-enterprise release v0.2.1 (#21529) 2023-06-30 18:00:44 +00:00
Sarah Chavis
282b4a0738
Correct typos in 1.14.0 release notes (#21499) 2023-06-28 17:20:05 +00:00
Yoko Hyakuna
81a5e2ee65
[Docs] Add namespace naming restriction (#21493)
* Add naming restriction

* Update website/content/docs/enterprise/namespaces.mdx

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

* Use sentence case for heading

---------

Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
2023-06-28 08:57:28 -07:00
Yoko Hyakuna
9f741af664
Update the tutorial link to point to the default collection link (#21490) 2023-06-27 14:34:52 -07:00
Angel Garbarino
936fb74a18
Add UI safari login screen known issue (#21489)
* add known issue to docs

* update to correct pattern

* fix

* Update website/content/partials/known-issues/ui-safari-login-screen.mdx

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

* Update website/content/partials/ui-safari-login-screen.mdx

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

---------

Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
2023-06-27 21:20:06 +00:00
Yoko Hyakuna
bcd7083d94
Add a step to revert the configuration (#21480) 2023-06-27 11:37:04 -07:00
Jason O'Donnell
a71cdb6165
Add known issue about update_primary_addrs panic (#21443)
* add known issue about update_primary_addrs panic

* Fix partial

* Fix render
2023-06-23 11:51:35 -04:00
Doug Knight
5d13092b03
docs: clarify external auth method considerations (#21301)
Signed-off-by: Doug Knight <doug.knight@karmix.org>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-06-22 19:31:20 +00:00
Meggie
416dff8765
Update upgrade-to-1.14.x.mdx (#21389)
Add information about Docker retirement.
2023-06-22 17:25:06 +00:00
Yoko Hyakuna
58b6cb1c42
[Docs] Add cross-links to related tutorials (#21405)
* Add cross-links to related tutorials

* Add additional tutorial links
2023-06-22 08:27:00 -07:00
Alexander Scheel
15aee2e0ba
Fix re-migration of existing CA bundles (#21316)
* Fix re-migration of existing version 1 storage bundles

Related: VAULT-17307

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Add test for v1->v2 migration post-issuer deletion

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Add changelog entry

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Add known-issue about PKI double migration

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Update website/content/partials/pki-double-migration-bug.mdx

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

* Update website/content/partials/pki-double-migration-bug.mdx

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

* Update website/content/partials/pki-double-migration-bug.mdx

* Additional clarity around known issue

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

---------

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2023-06-21 20:34:51 +00:00
miagilepner
d8b811d8da
Add additional reporting versions to the documentation (#21304)
* add additional versions to the documentation

* pr fixes

* pr fixes
2023-06-21 17:42:23 +02:00
Sarah Chavis
3ad87e4b9a
Updates for GA (#21374) 2023-06-21 07:44:50 -07:00
Violet Hynes
99cf3836b6
Update logging completed requests docs (#21368) 2023-06-21 09:18:04 -04:00
Adrian Todorov
c1e6fa36e1
Update faq.mdx to remove dead link (#21377) 2023-06-21 11:12:06 +00:00
Alexander Scheel
4eed18cf49
Add ACME consideration about entity templating (#21356)
These don't do anything but reject requests:

> The server will not issue certificates for the identifier:
> role (something) will not issue certificate for name
> xps15.local.cipherboy.com

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-06-20 14:53:47 +00:00
Nick Cabatoff
67927a1e9f
Make sure that main upgrading page contains the guidelines for replicated cluster upgrades (#21351) 2023-06-20 08:37:43 -04:00
Andy Assareh
6ebb61cc35
correct spelling error - Compatability to Compatibility (#21333) 2023-06-19 12:38:07 -04:00
Sarah Chavis
8af6780325
[DOCS] 1.14.0 draft release notes (#21296)
Push initial draft of layout and text
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2023-06-16 17:08:51 -07:00
Anton Averchenkov
3908ec9dc4
agent: Fix agent generate-config to accept namespace (#21297) 2023-06-16 16:04:15 -04:00