Zachary Shilton
f7d526c0e6
website: support hidden pages in nav-data ( #11528 )
...
* website: bump to docs-page prerelease, support hidden pages
* website: switch to hidden pages approach for docs and api-docs
* website: remove temporary fix for hidden pages, and related check
* website: fix content structure issue with docs/auth/jwt
* website: bump to latest pre-release
* website: bump to stable docs-page, w next-mdx-remote bump
* website: bump to latest markdown-page
2021-05-06 13:32:25 -04:00
Zachary Shilton
20492a144d
website: resolve unlinked content ( #11391 )
...
* website: temp support for unlinked content
* website: add GitHub check for unlinked content
* website: add hotfix for brand coloration issue
2021-04-22 13:41:07 -04:00
Bryce Kalow
e27b43c482
feat(website): migrates nav data format and updates docs pages ( #11242 )
...
* migrates nav data format and updates docs pages
* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00
Jeff Escalante
7f43b742e1
point edit page link to master ( #10778 )
2021-01-26 16:50:58 -05:00
Jeff Escalante
179df992c0
Implement MDX Remote ( #10581 )
...
* implement mdx remote
* fix an unfenced code block
* fix partials path
Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00
Alex Cahn
bc60fb1596
Update to add the newly released Couchbase DB SE ( #10580 )
...
* Update to add the newly released Couchbase DB SE
* Update website/pages/docs/plugin-portal/index.mdx
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-12-15 16:55:38 -08:00
Ronen Botzer
f003ef02dc
A Database Secrets Engine plugin for Aerospike ( #10522 )
...
* A Database Secrets Engine plugin for Aerospike
* Order the subsections consistently
2020-12-15 15:13:56 -08:00
Tomas Gustavsson
8cd755610b
Add PrimeKey EJBCA as partner secrets plugin ( #10531 )
...
* Add PrimeKey EJBCA as partner secrets plugin
* Update website/pages/docs/plugin-portal/index.mdx
* Update website/pages/docs/plugin-portal/index.mdx
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-12-14 17:37:09 -08:00
acahn
63b2367206
Update index.mdx ( #10574 )
...
Modernizing the Partner language as part of the evolution of the partner program.
2020-12-14 17:08:44 -08:00
Nick Cabatoff
90be4a9804
Fix link to autosnap api docs. ( #10521 )
2020-12-09 16:19:15 -05:00
danielehc
8af1f3b577
Add details on Consul token ttl ( #10470 )
...
* Add details on Consul token ttl
* Update website/pages/docs/secrets/consul/index.mdx
Co-authored-by: Kent 'picat' Gruber <kent@hashicorp.com>
Co-authored-by: Kent 'picat' Gruber <kent@hashicorp.com>
Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
2020-12-09 08:20:21 -05:00
Kyle Rarey
4e184b8e6d
Correct key length in Transit storage limits ( #10422 )
...
The AES256-GCM96 key was mis-labeled as AES128 under Transit storage limits. Corrected the table.
Co-authored-by: Mark Gritter <mgritter@hashicorp.com>
2020-12-07 11:43:24 -06:00
Mike Wickett
b641f20dc5
website: fix broken link to api docs ( #10501 )
2020-12-04 11:55:20 -08:00
Jason O'Donnell
0e82a4f12d
docs: fix auth/k8s broken link ( #10495 )
2020-12-03 16:24:37 -05:00
Brian Kassouf
15b0bd3729
Telemetry consul transaction ( #10486 )
...
* Update consul.go
* Update telemetry.mdx
2020-12-03 11:19:08 -08:00
Jaskanwal Pawar
52dcf81cc9
Fix typo about environment variable in docs ( #10259 )
...
The CLI appears to read from `VAULT_CACERT` instead of `VAULT_CA_CERT` as the docs currently say. Basing this off code [here](a8566c4f89/api/client.go (L30)
) and personal observation
2020-12-02 16:09:00 -07:00
Mike Green
0c3b4fe726
clarify secret revoke during mount disable ( #10483 )
2020-12-02 12:55:47 -05:00
Austin Gebauer
b7bdaab7b6
corrects a typo in the azure secrets docs ( #10455 )
2020-11-25 12:26:04 -08:00
Mark Gritter
46c64aaffc
Added documentation for vault operator usage
. ( #10432 )
...
Co-authored-by: swayne275 <swayne@hashicorp.com>
2020-11-23 20:10:48 -06:00
Josh Black
a933eeee11
Allow Vault Agent to run as a Windows service ( #10231 )
2020-11-23 14:24:32 -08:00
Hridoy Roy
c101a91b9c
Telemetry documentation: Lease Expiry Metrics ( #10377 )
...
* telemetry doc update
* upgraded telemetry configuration docs
* review comments update
2020-11-23 11:06:41 -08:00
Nick Cabatoff
2c8c7f5ff3
Avoid using "KMS seal" since it causes confusion: some people think that excludes HSMs, and it's not obvious that Transit is a KMS. ( #10414 )
...
Highlight that recovery keys can't be used for recovery when an auto seal is broken (unfortunate name, that.)
2020-11-23 08:59:25 -05:00
Meggie
80f622ec94
Update to list policy & some raft docs ( #10396 )
...
* Update to list policy docs
It seems
(https://github.com/hashicorp/vault/blob/master/http/logical.go#L137 ) we
do not require the trailing slash any more.
Also added notes about go-discover
* Added additional note on quorum
* Added link to remove-peer command
2020-11-20 17:14:28 -05:00
Roger Berlind
46fdad8164
Change API token to ACL token ( #10425 )
2020-11-20 11:07:27 -08:00
Dave D'Amico
8d01681a95
remove space which caused formatting weirdness ( #10415 )
2020-11-18 11:08:06 -08:00
Yoko
2c1b3479e1
Add Learn links ( #10411 )
...
* Add Learn links
* Update website/pages/docs/secrets/transform/tokenization.mdx
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-11-17 16:56:30 -08:00
Michael Golowka
b4d4137dfe
Clarify JWT in kubernetes auth docs ( #10403 )
2020-11-16 16:45:12 -07:00
Yoko
50d534b90f
Update 'sane' default to say 'reasonable' default ( #10400 )
2020-11-16 14:19:18 -08:00
Michael Golowka
d9fb082c24
Add note about Database engine interface ( #10372 )
2020-11-13 10:44:21 -07:00
Jim Kalafut
0191951a92
Add automated raft snapshots to sidebar ( #10387 )
2020-11-12 08:53:23 -08:00
Meggie
c745eaf7ae
Added upgrade note about go version ( #10385 )
2020-11-11 18:26:11 -05:00
Scott Miller
e2fbdda3b0
Transform doc fix ( #10383 )
...
* Add tokenization
* Fixes
2020-11-11 12:54:11 -06:00
Jim Kalafut
5730e58149
Add 1.6 Release Notes ( #10378 )
...
* Add 1.6 Release Notes
* Remove usage command
* Apply suggestions from code review
* Website version + CHANGELOG
Co-authored-by: Meggie <meggie@hashicorp.com>
2020-11-11 10:36:23 -05:00
Scott Miller
f0451508f5
Add upgrade note for Transform ( #10371 )
...
* Add upgrade note for tokenization
* nav
* Just 1.5
* Clarify relationship to API changes
Co-authored-by: Meggie <meggie@hashicorp.com>
2020-11-11 10:33:51 -05:00
Austin Gebauer
400e14714b
docs: adds documentation for key management secrets engine ( #10353 )
...
Co-authored-by: Clint <catsby@users.noreply.github.com>
Co-authored-by: Yoko <yoko@hashicorp.com>
2020-11-10 09:28:28 -08:00
Dave D'Amico
70ccf02f05
More info on when vm params are not needed ( #10362 )
...
* more info on when vm params are not needed
* more updates
2020-11-09 11:49:03 -08:00
Jim Kalafut
9e2936b918
Update azure.mdx ( #10347 )
2020-11-09 11:20:06 -08:00
Scott Miller
898bc7d332
Land Tokenization docs ( #10357 )
2020-11-09 10:58:54 -06:00
Josh Black
f92fd24ab9
Add plugin reload docs to the website sidebar ( #10108 )
2020-11-06 14:13:12 -08:00
Nick Cabatoff
f7d48bb6a0
Add autosnapshot docs. ( #10338 )
2020-11-06 15:56:52 -05:00
Tom Proctor
9ea58b260f
Update MongoDB Atlas plugin docs ( #10343 )
...
Root credential rotation not supported as the Vault user uses public/private keys instead of passwords to authenticate.
2020-11-06 19:16:48 +00:00
Brian Kassouf
b7e7555473
Add new metrics to the telemetry page
2020-11-05 15:05:07 -08:00
Georges Jamous
55dc5dc52f
Update raft.mdx ( #10329 )
2020-11-05 12:33:50 -08:00
Mark Gritter
9437741110
Documentation for client count / activity log API. ( #10315 )
...
* Documentation for client count API.
* New concepts page
Co-authored-by: swayne275 <swayne@hashicorp.com>
2020-11-05 11:47:48 -06:00
Austin Gebauer
c563faa654
docs: clarify location of service account key file for google-specific OIDC handling ( #10313 )
2020-11-02 17:45:05 -08:00
Brian Kassouf
229a07eedf
Add an env var to enable a permit pool that limits lease expirations ( #10268 )
...
* Add a flag to enable a permit pool to gate lease expiration
* Use the env var to get the size
* Add logs and metris to help debug this
Co-authored-by: Hridoy Roy <roy@hashicorp.com>
2020-10-30 14:45:44 -07:00
Theron Voran
c8dbbbacae
Update OIDC namespace_in_state docs ( #10269 )
...
To reflect the default of true for new configs.
2020-10-30 08:15:34 -07:00
aphorise
b18f841be5
Docs - examples of IPv6 added in listener
section of configurations. ( #9601 )
2020-10-29 15:12:18 -04:00
akosuadenell
0241143046
Update index.mdx ( #10262 )
2020-10-29 12:04:48 -07:00
Hridoy Roy
8172b1d410
Port: change leader status metric name to active ( #10245 )
...
* change active node metric name
* comment to see if commit is fine
Co-authored-by: Hridoy Roy <hridoyroy@Hridoys-MacBook-Pro.local>
2020-10-29 10:30:45 -07:00