Yoko Hyakuna
1a532cb993
Re-categorized the guides on the navigation
2018-01-26 15:13:15 -08:00
Yoko Hyakuna
d5262f7896
Fixed typos in the command
2018-01-25 15:07:35 -08:00
Yoko Hyakuna
8a9dc208fb
Fixed the sample admin policies
2018-01-24 22:15:40 -08:00
Yoko Hyakuna
d8de750f97
Fixed the sample admin policies
2018-01-24 21:21:23 -08:00
Yoko Hyakuna
3e043170a0
Fixed the sample admin policies
2018-01-24 18:10:56 -08:00
Yoko Hyakuna
3fc84bff3a
Added policy requirements & scenario diagrams
2018-01-24 16:01:44 -08:00
Yoko
e8152efd25
Merge pull request #3840 from hashicorp/pm-feedback
...
Policy Feedback from PM
2018-01-24 13:40:11 -08:00
Andy Manoske
909f0d34fc
Policy Feedback from PM
2018-01-24 11:47:31 -08:00
Yoko Hyakuna
d45a247bec
Cleaned up the diagram
2018-01-23 16:22:17 -08:00
Yoko Hyakuna
9df839e446
More detailed descriptions were added
2018-01-23 15:43:07 -08:00
Yoko Hyakuna
358f95553c
WIP - new guides
2018-01-22 18:14:23 -08:00
Yoko Hyakuna
df16089491
WIP - Added personas
2018-01-18 17:40:35 -08:00
Yoko Hyakuna
ac4bd212fc
WIP - new guides
2018-01-17 17:39:21 -08:00
Yoko Hyakuna
fd77a55dc1
WIP - new guides
2018-01-16 17:16:20 -08:00
Yoko Hyakuna
588e3bcd2d
WIP - New Vault guides
2018-01-10 17:28:00 -08:00
Yoko Hyakuna
6f7ed3016d
WIP - New Vault guides
2018-01-10 11:14:59 -08:00
Yoko Hyakuna
5e0ac2aee0
WIP - New Vault guides
2018-01-09 15:12:08 -08:00
Yoko Hyakuna
f61f32f0c6
WIP - New Vault guides
2018-01-09 15:06:00 -08:00
Brian Kassouf
01914feb18
secret/database: ensure plugins are closed if they cannot be initialized ( #3768 )
2018-01-09 13:14:50 -08:00
Justin Campbell
e59763372e
Bump middleman-hashicorp version
2018-01-09 13:06:59 -05:00
Justin Campbell
748a0d0e4b
Bump middleman-hashicorp Docker image
2018-01-09 12:27:13 -05:00
Justin Campbell
f16977b01a
Revert gem updates, leave Nokogiri updated
2018-01-09 12:04:34 -05:00
Jeff Mitchell
728088a74f
Bump middleman-hashicorp version
2018-01-09 11:54:42 -05:00
Jeff Mitchell
b8b495ee2a
Update gems
2018-01-09 11:26:32 -05:00
Laura Uva
b242800958
Fixed the link to the section on generating DR operation token for promoting secondary. ( #3766 )
2018-01-09 10:02:09 -06:00
Brian Kassouf
64da50c27c
Update plugin deps to include context changes ( #3765 )
...
* Update plugin deps to include context changes
* Fix tests
2018-01-08 12:26:13 -08:00
Calvin Leung Huang
ecb2005dae
Fix sys/health tests ( #3762 )
...
* Fix sys/health tests
* Fix sys/health tests
* Fix sys/health tests
2018-01-08 15:03:36 -05:00
Brian Kassouf
1c190d4bda
Pass context to backends ( #3750 )
...
* Start work on passing context to backends
* More work on passing context
* Unindent logical system
* Unindent token store
* Unindent passthrough
* Unindent cubbyhole
* Fix tests
* use requestContext in rollback and expiration managers
2018-01-08 10:31:38 -08:00
Calvin Leung Huang
8cd19b481a
CreateUser deadlock fix ( #3761 )
...
* Unlock the lock on CreateUser for Close call
* Let getConnection handle session reset, return c.session on Connection
2018-01-08 12:42:05 -05:00
Will Glynn
282f648597
Document that AWS STS lease revocation is a no-op [ fixes #3736 ] ( #3760 )
2018-01-08 10:28:07 -06:00
Jeff Mitchell
6681329041
Update redirect address error to be more clear
2018-01-04 10:45:40 -05:00
Brian Shumate
fd424c74ba
Docs: add DR secondary/active HTTP 472 code ( #3748 )
2018-01-03 15:07:36 -05:00
Jeff Mitchell
1fe494e8e1
Port IsDRSecondary over and enable returning it via sys_health ( #3749 )
2018-01-03 15:07:13 -05:00
Brian Shumate
2481803ac5
Update some approle related help output ( #3747 )
2018-01-03 13:56:14 -05:00
Jeff Mitchell
a054823805
changelog++
2018-01-03 12:12:07 -05:00
Jon Davies
66e2593ef9
s3.go: Added options to use paths with S3 and the ability to disable SSL ( #3730 )
2018-01-03 12:11:00 -05:00
Brian Nuszkowski
9c3e96b591
Update '/auth/token/revoke-self' endpoint documentation to reflect the proper response code ( #3735 )
2018-01-03 12:09:43 -05:00
Didi Kohen
089a0793bd
Clarify that keybase is supported only in the CLI ( #3744 )
2018-01-03 11:18:38 -05:00
dmwilcox
39dd122663
Update docs to reflect ability to load cold CA certs to output full chains. ( #3740 )
2018-01-03 10:59:18 -05:00
Alexandre Nicastro
19b4062801
docs: fix typo (change 'a' to 'an' - indefinite article) ( #3741 )
2018-01-03 10:47:15 -05:00
markpaine
c50c597b62
Spelling correction. "specifig" -> "specific" ( #3739 )
2018-01-03 10:38:55 -05:00
markpaine
3c483b3e87
Spelling correction "datatabse" -> "database" ( #3738 )
2018-01-03 10:38:16 -05:00
Brian Shumate
4a9333b076
Docs: Updated Telemetry documentation ( #3722 )
2017-12-26 13:51:15 -05:00
Brian Shumate
bbf1c67d80
Update backend config docs - addresses #3718 ( #3724 )
2017-12-26 13:48:45 -05:00
Brian Nuszkowski
aa4d5a942e
Add the ability to pass in mfa parameters when authenticating via the… ( #3729 )
2017-12-26 13:40:44 -05:00
Jeff Mitchell
1a2eba5f87
Port website changes from ent side
2017-12-21 09:00:35 -05:00
Jeff Mitchell
9a14e1e7ab
Cut version 0.9.1
2017-12-21 08:39:55 -05:00
Jeff Mitchell
121d5bfeaa
Bump vars for 0.9.1
2017-12-21 08:39:41 -05:00
Jeff Mitchell
a14ed7f48d
Sync in plugin updates
2017-12-21 08:31:20 -05:00
Jeff Mitchell
580b592f40
changelog++
2017-12-19 17:13:01 -05:00