Justin Weissig
8d676312ee
Fixed Typo
...
Fixed typo: recomended/recommended.
2019-05-01 00:24:59 -07:00
Hugues Malphettes
520677fa9e
[Doc]: PKI Fix allowed_uri_sans spelling mistake ( #6660 )
...
The doc of the PKI Role sample response currently reads:
`"allow_uri_sans": ["example.com","spiffe://*"],`
It should read:
`"allowed_uri_sans": ["example.com","spiffe://*"],`
2019-04-30 17:48:51 -07:00
Justin Weissig
e42e6d4ee3
Fixed Type ( #6649 )
...
Fixed typo. Changed procede to proceed.
2019-04-29 14:06:31 -07:00
Justin Weissig
e2a0026964
Fixed Typo ( #6650 )
...
Fixed spelling: accesing/accessing.
2019-04-29 14:06:00 -07:00
Becca Petrin
ba37546c08
Merge pull request #6642 from hashicorp/update-ad-docs
...
Update Active Directory secrets engine docs with new field
2019-04-29 13:48:09 -07:00
Becca Petrin
e724d2f332
changes from feedback
2019-04-26 16:31:11 -07:00
Jim Kalafut
8f8ac67222
Minor GCP docs fixes ( #6644 )
2019-04-26 10:52:52 -07:00
Md Kamol Hasan
9b1b58f52a
Add delete roleset option ( #6635 )
2019-04-26 10:48:34 -07:00
Justin Weissig
5737117129
Fixed typo ( #6643 )
...
Fixed type where zome should be zone.
2019-04-26 10:33:19 -07:00
Becca Petrin
7183bc9594
update ad docs with new field
2019-04-26 09:40:26 -07:00
Raja Nadar
ffbe2c378d
docs: added support for .net standard 2.0 as well ( #6620 )
...
.net standard 2.0 support
2019-04-23 14:50:16 -04:00
Becca Petrin
22a6e54957
Merge pull request #6380 from povils/aws_user_path
...
AWS add user_path option for role.
2019-04-23 09:05:35 -07:00
Brian Shumate
e56a4b96bd
Docs: add -type flag to token create command ( #6621 )
2019-04-23 10:58:50 +02:00
Brian Shumate
681d13fe27
Link directly to the hints ( #6623 )
...
* Link directly to the hints
* Wrap
2019-04-22 16:10:38 -07:00
Brian Shumate
fb0a55614b
Add type to documentation for create in token auth API ( #6622 )
...
* Add type to documentation for create in token auth API
* Wrapped
2019-04-22 12:15:21 -07:00
Povilas Susinskas
67f5bbe88f
AWS backend: Add user_path option for role.
2019-04-22 18:07:21 +02:00
David Jiang
4381d922bb
Update base64 decrypt command documentation ( #6614 )
...
* Update base64 decrypt command
* update to use --decode
* Apply suggestions from code review
Co-Authored-By: djiang <djiang09@gmail.com>
2019-04-18 22:40:13 -07:00
Brian Shumate
5aed4f0f76
Add some missing default values ( #6611 )
2019-04-18 22:24:20 -07:00
Brian Shumate
09aa4c7c15
Typo fixes ( #6610 )
2019-04-18 22:20:46 -07:00
Jeff Mitchell
9a7eb54a68
Merge branch '1.1.2' into master-oss
2019-04-18 18:49:49 -04:00
Jeff Mitchell
fdea46f507
Prep for 1.1.2
2019-04-18 13:27:09 -04:00
Chris Hoffman
b62468063a
Adding common prefix known issue to upgrade guide ( #6575 )
...
* Adding common prefix known issue to upgrade guide
* addressing feedback
2019-04-16 21:15:39 -04:00
Brian Kassouf
e959b92040
Add known issue section to the upgrade guide ( #6593 )
2019-04-16 10:53:06 -07:00
Jeff Mitchell
213b9fd1cf
Update to api 1.0.1 and sdk 0.1.8
2019-04-15 14:10:07 -04:00
Becca Petrin
6ded269700
Merge pull request #6268 from hashicorp/6234-aws-region
...
Add region to CLI for generating AWS login data
2019-04-12 16:15:38 -07:00
Jeff Mitchell
8bcb533a1b
Create sdk/ and api/ submodules ( #6583 )
2019-04-12 17:54:35 -04:00
Jim Kalafut
75480642cf
Update JWT docs for bound_claims improvements ( #6559 )
2019-04-12 14:08:02 -07:00
Becca Petrin
f20772310b
Merge branch 'opensource-master' into 6234-aws-region
2019-04-12 11:13:17 -07:00
Michel Vocks
a24474df5f
Fixed small issues in identity group alias API docs ( #6569 )
2019-04-12 09:05:37 +02:00
Brian Kassouf
494a332e96
Add upgrade guide for 1.1.1 ( #6573 )
2019-04-11 17:34:40 -07:00
Jeff Mitchell
3fba024c5f
Update audit hmac'ing information on website docs
2019-04-11 16:38:43 -04:00
Jeff Mitchell
a7038a871e
Prep for 1.1
2019-04-11 11:16:22 -04:00
Jim Kalafut
22587672ec
Minor updates to OIDC docs ( #6551 )
2019-04-08 15:08:55 -07:00
Kamol Hasan
307cc20712
Correct gcp api doc
2019-04-08 18:55:36 +06:00
Calvin Leung Huang
5b26b699db
docs: add Usage section in Namespaces docs ( #6542 )
2019-04-06 12:22:48 -04:00
Becca Petrin
4a4eab50a1
Merge branch 'opensource-master' into 6234-aws-region
2019-04-03 11:37:33 -07:00
Jan Brun Rasmussen
cb37b2b4f3
Update OIDC docs for Azure ( #6524 )
...
Add section for configuration of external groups for Azure AD
2019-04-03 08:27:55 -07:00
Naoki Ainoya
7f488601f8
fix typo in gcpckms.html.md, `cloudkms.cryptoKeys.get` ( #6515 )
...
ref: https://github.com/hashicorp/vault/pull/6327/files#r270674452
2019-04-02 10:45:23 -07:00
Gavin Williams
197e717c29
[docs] Fix a minor issue with Azure secrets docs ( #6517 )
...
This will ensure that the docs render correctly.
2019-04-02 10:09:07 -05:00
Jim Kalafut
8a237e3ea5
Clarify config option wording ( #6503 )
...
Fixes #6123
2019-04-01 16:14:12 -07:00
ncabatoff
6652235e2a
Highlight a sometimes surprising Vault behaviour: token revocation leads ( #6489 )
...
to lease revocation.
2019-04-01 15:34:30 -07:00
Becca Petrin
339cfcaaf8
merge master
2019-04-01 13:52:44 -07:00
Alessandro De Blasis
c96362d466
agent: allow AppRole Auto-Auth when bind_secret_id = false ( #6324 )
...
* agent: allow AppRole Auto-Auth when bind_secret_id = false
2019-04-01 16:27:54 -04:00
Daniel Andrei Mincă
e8f14b6554
grammar fix and space stripping ( #6507 )
...
- remove the 'a' and comma from 'When using a Auto Unseal, there are...'
because everything needs to be in a single sentence
- strip extra spaces after end of propositions (there were 2 spaces
instead of normally 1)
Resolves:
Related:
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
2019-04-01 08:23:46 -04:00
Matias Ozdy
63705661b4
Add missing = in dynamodb_table tf ( #6493 )
2019-03-28 08:24:56 -07:00
Jim Kalafut
bc48dd1cc8
Update OIDC docs ( #6485 )
2019-03-27 11:47:05 -07:00
Thomas Kula
5a3937f9c1
Small typo fix to transit.html.md ( #6482 )
2019-03-26 17:32:26 -05:00
ncabatoff
5579e3cea5
Document sentinel namespace "token.namespace". ( #6429 )
2019-03-26 12:22:49 -07:00
Ryan Canty
b72e3b8de1
Fixed typo in GCP auth docs ( #6461 )
...
* Fixed typo in GCP auth docs
2019-03-25 14:12:09 -04:00
Jeff Mitchell
1a191d80ff
Update text around seal migration in 1.1
2019-03-25 12:44:22 -04:00