Commit Graph

63 Commits

Author SHA1 Message Date
Brian Kassouf
3bc7d15e6b Backport some OSS changes (#10267)
* Backport some OSS changes

* go mod vendor
2020-10-29 16:47:34 -07:00
Tom Proctor
20c95cd556 Docs: Support for scopes in MongoDB Atlas database plugin (#10241) 2020-10-27 13:24:51 +00:00
Michael Golowka
23b3f13d25 DBPW - Update docs with password policies & new Database interface (#10138) 2020-10-19 15:58:09 -06:00
Calvin Leung Huang
c4d336e5dd docs/ssh: update algorithm_signer param after #9824 (#10126) 2020-10-09 15:42:11 -07:00
Lauren Voswinkel
3541fd9f04 Update AD secret engine docs for root cred rotation (#9990) 2020-09-21 16:21:14 -07:00
Austin Gebauer
e28562a0e0 docs: fixes rollback_statements description and some punctuation (#9836) 2020-08-26 16:49:17 -07:00
ncabatoff
a9d20f7eb4 Document allowed_domains_template. (#9751) 2020-08-20 09:54:52 -04:00
Tom Proctor
4f328cd20a Couchbase database plugin documentation (#9764) 2020-08-18 15:57:18 +01:00
arnis
a9b3b9ca18 Update documentation for MySQL Secrets Engine (#9671)
* Update documentation for MySQL Secrets Engine

Update documentation for MySQL Database Secrets Engine to reflect changes introduced with https://github.com/hashicorp/vault/pull/9181

* Empty Commit to re-trigger tests

Co-authored-by: Lauren Voswinkel <lvoswinkel@hashicorp.com>
2020-08-17 15:30:33 -07:00
Theron Voran
b7e6231084 Restoring the example policies for blocking sha1 (#9677)
(In the transit api-docs)
2020-08-17 10:30:06 -07:00
ncabatoff
1289ac0660 Document the new SSH signing algorithm option. (#9197) 2020-08-17 13:03:44 -04:00
Tom Proctor
d3f43d6da1 Add docs for OpenLDAP plugin's new AD schema (#9619) 2020-08-10 10:24:38 +01:00
Mark Gritter
d090626907 Add explanation of "keys" field. (#9676) 2020-08-07 12:11:11 -05:00
ncabatoff
1ba4300dbc Add docs for CSR signing. (#8899) 2020-08-07 10:45:12 -04:00
Austin Gebauer
eb71fe70a4 docs: fixes environment variable in azure secrets config API (#9678) 2020-08-06 17:11:18 -07:00
Scott Miller
efd3fadfa2 Remove weird TTL special case documentation from cubbyhole (#9669) 2020-08-05 16:20:24 -05:00
Austin Gebauer
45e6a62186 docs: add missing parameters to the gcpkms key create/update API (#9612) 2020-07-28 13:53:27 -07:00
Calvin Leung Huang
7894769cf5 docs: add additional info around transform for tweak and template type (#9203) 2020-06-23 10:32:54 -07:00
Michael Golowka
18f73cf35c Add password_policy field to Azure docs (#9249)
* Add password_policy field
* Updated vault-plugin-secrets-azure to v0.6.1
* A bunch of other libraries also got updated at the same time because of the plugin update
2020-06-18 13:25:59 -06:00
Calvin Leung Huang
cf8eaacd4e docs: add sample revocation for mongodb (#9245) 2020-06-17 08:25:56 -07:00
Michael Golowka
6a934e26e5 Add password policies to Active Directory secret engine (#9144)
* Also updates AD docs to reflect password policies
2020-06-15 10:36:17 -06:00
Michael Golowka
b2441efd37 Integrate password policies into RabbitMQ secret engine (#9143)
* Add password policies to RabbitMQ & update docs
* Also updates some parts of the password policies to aid/fix testing
2020-06-11 16:08:20 -06:00
Theron Voran
b792adb9a1 AWS: Add iam_groups parameter to role create/update (#8811)
Allows vault roles to be associated with IAM groups in the AWS
secrets engine, since IAM groups are a recommended way to manage
IAM user policies. IAM users generated against a vault role will
be added to the IAM Groups. For a credential type of
`assumed_role` or `federation_token`, the policies sent to the
corresponding AWS call (sts:AssumeRole or sts:GetFederation) will
be the policies from each group in `iam_groups` combined with the
`policy_document` and `policy_arns` parameters.

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-06-09 16:56:12 -07:00
joe miller
5f1e06ee93 document all of the supported elliptic curves (#8722) 2020-06-08 11:26:56 -04:00
Austin Gebauer
4e6c3f2369 docs: fix port number in curl command for aws rotate root iam creds (#9157) 2020-06-05 16:00:49 -07:00
Michael Golowka
aedde96bee Update OpenLDAP Secrets Docs with Password Policies (#9088)
* Update OpenLDAP docs to use password policies
2020-06-02 11:34:01 -06:00
Christophe Drevet-Droguet
b78561e331 ssh certificate signing: fix documentation of extensions (#8859) 2020-05-29 13:23:19 -04:00
Jeff Escalante
45b9f7c1a5 🌷 Docs Website Maintenance (#8985)
* website maintenance round
* improve docs, revert bug workaround as it was fixed
* boost memory
* remove unnecessary code
2020-05-21 13:18:17 -04:00
Steven Robertson
a1cee9bda9 fixes roleset GET to say 'read' instead of 'delete' (#8799) 2020-05-13 15:13:34 -04:00
Nicole Forrester
33ee86053b Add vault docs redirects & remove deprecated database docs (#8922)
* website: add redirects for old database docs
* delete deprecated database docs
2020-05-11 14:20:40 -06:00
Michael Golowka
9bc697b03e Improve documentation around database plugins (#8892)
* Adds a summary to the top of each plugin's page showing the capabilities that the plugin has.
* Fixed sidebar sorting (they weren't quite alpabetical)
* Improved instructions for using the Oracle plugin
  * Added note about using the pluggable database rather than the container database
* Replaced admin/root usernames with super-user ones to encourage users to not use the root user in Vault
* Included suggestions to rotate the root user's password when the plugin is capable
* Improve documentation around rotating the root user's password
* Fixed various typos
2020-05-01 15:05:05 -06:00
Scott Miller
9026637366 Add documentation warning against the use of SHA-1, and policy advice on how to block it (#8885) 2020-05-01 13:46:04 -05:00
ncabatoff
136fedc122 Add overlooked role params. (#8898) 2020-04-30 13:05:20 -04:00
Brian Kassouf
bb7e6613f8 identity: Add batch entity deletion endpoint (#8785)
* identity: Add batch entity deletion endpoint

* Update the parameter description

* Update error message

* Update helper/storagepacker/storagepacker.go

Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>

* Review feedback

* Update vault/identity_store_entities.go

Co-Authored-By: Calvin Leung Huang <cleung2010@gmail.com>

Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-04-23 15:25:13 -07:00
Adrienne Cohea
4609a71c98 Documentation: In Transit, for the Trim Key API endpoint, correct the sample payload. (#8763) 2020-04-17 11:20:17 -07:00
Ryan Canty
dab8b5b69c Added docs for PR in Vault GCP Secrets repo (#8728) 2020-04-16 14:57:50 -07:00
Jason O'Donnell
8300631f94 doc: add client tls parameters to openldap (#8730) 2020-04-13 13:57:51 -04:00
Jeff Escalante
8487cc7299 Routing Fixes (#8703)
* fix a couple of .html extension links
* remove trailing slash config
* fix redirects, broken links, incorrect anchor link formats
2020-04-09 13:56:59 -04:00
Jeffrey Hogan
6357eb39c2 Fix "List Template" table path (#8692) 2020-04-08 15:58:40 -07:00
Jim Kalafut
abc4a5d4d7 Transform docs 2020-04-07 10:02:31 -07:00
Jeff Escalante
5122b504ea Anchor Link Fixes (#8572)
* update anchor link algorithm
* update deps
* update content component
* fix a lot of broken links
2020-03-31 15:21:16 -04:00
Brian Kassouf
13bd315602 Update index.mdx 2020-03-30 16:32:24 -07:00
Brian Shumate
7372fb69a3 API Docs: Secrets/OpenLDAP (#8521)
* API Docs: Secrets/OpenLDAP

- Update HTTP methods to POST for unsupported (GET) methods on:
  - /openldap/rotate-root
  - /openldap/rotate-role/:role_name

* Update website/pages/api-docs/secret/openldap/index.mdx

Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>

* Update website/pages/api-docs/secret/openldap/index.mdx

Co-Authored-By: Vishal Nayak <vishalnayak@users.noreply.github.com>

Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
2020-03-20 12:00:39 -04:00
Jim Kalafut
26a2dfdaec Add docs for GCP Secrets rotate root operation (#8514) 2020-03-09 13:09:03 -07:00
Jason O'Donnell
fdcec2c3e6 doc: update openldap with racf schema support (#8491) 2020-03-06 14:46:33 -08:00
Brian Shumate
9940ea4af6 API Docs: edits to OpenLDAP secrets engine (#8490)
- Fix typo
- Remove trailing spaces
2020-03-06 10:18:44 -05:00
Jim Kalafut
f4dcdb0149 Add MongoDB API docs (#8389) 2020-02-22 11:39:36 -08:00
Jason O'Donnell
2715f5cec9 docs: add openldap secret engine (#8388)
* docs: add openldap secret engine

* Update format of types

* Add to sidebars

* Fix formatting
2020-02-21 10:55:15 -05:00
JulesRenz
f6547fa8e8 RSA3072 implementation in transit secrets engine (#8151)
* RSA3072 implementation in transit secrets engine

* moved new KeyType at the end of the list
So already stored keys still work properly

Co-authored-by: Jim Kalafut <jim@kalafut.net>
2020-02-15 14:40:50 -08:00
Jim Kalafut
78496d6bdb Update identity API docs (#8351) 2020-02-13 23:29:32 -08:00