9692 Commits

Author SHA1 Message Date
Jeff Mitchell
7d9d50cbdf Migrate external tests in vault folder 2018-08-22 20:50:52 -04:00
Brian Kassouf
a557f8a6e8 Update ha.go 2018-08-22 20:45:31 -04:00
Calvin Leung Huang
ac10e2078e
command/namespace: Move trailing slash check to the end (#5163) 2018-08-22 15:49:24 -07:00
Jim Kalafut
fb2d2de66b Fix docs typos (#5158) 2018-08-22 18:26:48 -04:00
Jeff Mitchell
9cb81352dd Add json-iterator to vendor file 2018-08-22 16:16:19 -04:00
Jeff Mitchell
be0ed63f03 Get reflect2 into vendoring 2018-08-22 16:11:51 -04:00
Jeff Mitchell
dd408f4a64 Add concurrent 2018-08-22 15:50:08 -04:00
Jeff Mitchell
750233fdb2 Add ali deps to vendor 2018-08-22 15:39:18 -04:00
Matthew Irish
389d4a90a1
fix page reloading when using the replication navigation (#5162) 2018-08-22 14:08:43 -05:00
Jeff Mitchell
dc9d3f3012 Sync some ns stuff to api/command 2018-08-22 14:37:40 -04:00
Greg Oledzki
a60e39489c Update delete.html.md (#5155)
Minor typo in `delete` command docs
2018-08-22 11:26:21 -07:00
Becca Petrin
c5f9575c62
Alibaba auth docs (#5132) 2018-08-22 10:23:33 -07:00
Matthew Irish
d6ab7bcd54
UI namespace additions (#5150)
* add switch link on namespace link page if user has access to the namespace
* refresh list when you delete, only show manage if you can list
* fix bug where disconnected namespaces wouldn't show the picker properly
* namespaces list should end in a slash
* end full namespace paths with a /
* shorten pop up menu link
2018-08-22 11:13:28 -05:00
Chris Hoffman
62eae43c07
fixing feature name 2018-08-22 11:41:28 -04:00
Chris Hoffman
7e4ba6f7d6
fixing feature name 2018-08-22 11:40:48 -04:00
Hugo Wood
08782dc7a1 JWT/OIDC documentation fixes (#5157)
* Fix argument name in JWT/OIDC login CLI example

* Fix groups_claim documented as required when creating roles for JWT/OIDC
2018-08-22 10:44:08 -04:00
Jim Kalafut
63abfec999
Update Azure Secrets plugin (#5154) 2018-08-21 21:05:05 -07:00
Stenio Ferreira
fa8f84b3b6 Fixed a typo in the Namespaces guide (#5151) 2018-08-21 13:33:40 -07:00
Vishal Nayak
4c81e28e09
Checks for assigning root policy (#5152)
* Fail if other policies present along with root

* disallow entity/group to contain root policy
2018-08-21 16:12:23 -04:00
Jeff Mitchell
611e53f052 changelog++ 2018-08-21 15:11:49 -04:00
Jeff Mitchell
338a46a3a8 Pull in jwt auth update 2018-08-21 15:11:18 -04:00
Jeff Mitchell
1528b209a0 changelog++ 2018-08-21 11:54:47 -04:00
Jeff Mitchell
fe309723c9
Add the ability to specify token CIDR restrictions on secret IDs. (#5136)
Fixes #5034
2018-08-21 11:54:04 -04:00
Jeff Mitchell
93ddc7503a changelog++ 2018-08-21 11:24:09 -04:00
Jeff Mitchell
1820110443
Pass in an ErrorLog to http.Server (#5135)
Fixes #5108
2018-08-21 11:23:18 -04:00
Jeff Mitchell
224587dd76 changelog++ 2018-08-21 11:22:48 -04:00
Jeff Mitchell
b54b2648f1
Two PKI improvements: (#5134)
* Disallow adding CA's serial to revocation list
* Allow disabling revocation list generation. This returns an empty (but
signed) list, but does not affect tracking of revocations so turning it
back on will populate the list properly.
2018-08-21 11:20:57 -04:00
Gerardo Rodriguez
0a2dd2a324 Edit, missing "to" (#5147) 2018-08-21 11:09:41 -04:00
Jeff Mitchell
675bf7a08e Pull in go-ldap update that fixes comparison with AD 2018-08-20 18:16:47 -04:00
Joel Thompson
f88c1b37b7 Remove reference to bower in UI README (#5137)
@meirish removed Bower in #4526 but the references to it in the README
were still intact.
2018-08-19 10:21:22 -04:00
Jeff Mitchell
4eb09bd831 Use strings.Contains for error possibly coming from storage
They may not well errwrap

Fixes #5046
2018-08-17 16:06:47 -04:00
Jim Kalafut
f7f98e222a
Request less random data in truncate mode (#5118) 2018-08-17 10:17:40 -07:00
Chris Hoffman
9369c8e1c4
adding namespace docs (#5133) 2018-08-17 12:17:11 -04:00
Chris Hoffman
d12b17cbf1
Add additional clarification 2018-08-17 08:55:49 -04:00
Raja Nadar
c7adfdedd0 vaultsharp - multi platform capabilities (#5127) 2018-08-17 08:47:16 -04:00
Oleksiy Kovyrin
dd1ceaca7a A simple copy-paste fix (#5130)
The test for MySQL HA backend seems to have been based on the Zookeeper one and the error message in it did not get updated to be MySQL-specific.
2018-08-17 08:46:56 -04:00
Yoko
f0e5d82527 [Guide] Multi-Tenant Pattern with ACL Namespaces (0.11) (#5103)
* WIP - ACL Namespace

* WIP - ACL Namepaces

* WIP

* WIP

* WIP

* WIP

* WIP

* Added UI screenshots

* Added summary at the end

* Added the Web UI steps in Step 5

* Update multi-tenant.html.md

Updated text to ensure that we use the final "ship" name of namespaces (namespaces vs. ACL Namespaces) and introduced some industry-specific terminology (highlighting this is about Secure Multi-Tenancy)
2018-08-16 16:51:53 -07:00
Andy Manoske
0a3a1d2810
Merge pull request #5112 from hashicorp/namespaces-docs
Merge for Beta Launch
2018-08-16 15:36:43 -07:00
Chris Hoffman
2542f805a0
doc updates 2018-08-16 17:59:39 -04:00
Brian Kassouf
81309cef02
Update upgrade-to-0.11.0.html.md 2018-08-16 14:29:18 -07:00
Brian Kassouf
4b84a95ea5
Add upgrade notes (#5125) 2018-08-16 14:22:27 -07:00
Brian Kassouf
624cf517f4
changelog++ 2018-08-16 14:22:14 -07:00
Andy Manoske
6c6f511fa1
Update docs.erb 2018-08-16 13:44:13 -07:00
Andy Manoske
f59d8a8814
Update index.html.md
Updated to include Yoko's guide URL
2018-08-16 13:38:24 -07:00
Jeff Mitchell
3cc78f54c6
Cut version 0.11.0-beta1 v0.11.0-beta1 2018-08-16 16:29:08 -04:00
Jeff Mitchell
d94e0dd2a1 Bump version 2018-08-16 16:24:10 -04:00
Jeff Mitchell
e0714d331d Remove non existent vendored files 2018-08-16 16:23:28 -04:00
Jeff Mitchell
d52bddebd9 Sync plugins 2018-08-16 16:21:38 -04:00
Chris Hoffman
add60e6dc7
changelog++ 2018-08-16 16:15:07 -04:00
Chris Hoffman
8655d16708
changelog++ 2018-08-16 16:06:28 -04:00