Jeff Mitchell
4bf0b12bfa
Migrate external tests in vault folder
2018-08-22 20:50:52 -04:00
Brian Kassouf
2a89c60c7b
Update ha.go
2018-08-22 20:45:31 -04:00
Calvin Leung Huang
5812a84c28
command/namespace: Move trailing slash check to the end ( #5163 )
2018-08-22 15:49:24 -07:00
Jim Kalafut
18b21275d9
Fix docs typos ( #5158 )
2018-08-22 18:26:48 -04:00
Jeff Mitchell
d35f6e23fd
Add json-iterator to vendor file
2018-08-22 16:16:19 -04:00
Jeff Mitchell
64660afee2
Get reflect2 into vendoring
2018-08-22 16:11:51 -04:00
Jeff Mitchell
31dbc52183
Add concurrent
2018-08-22 15:50:08 -04:00
Jeff Mitchell
f42201ac64
Add ali deps to vendor
2018-08-22 15:39:18 -04:00
Matthew Irish
b74da8e272
fix page reloading when using the replication navigation ( #5162 )
2018-08-22 14:08:43 -05:00
Jeff Mitchell
66a0029195
Sync some ns stuff to api/command
2018-08-22 14:37:40 -04:00
Greg Oledzki
d5a3010498
Update delete.html.md ( #5155 )
...
Minor typo in `delete` command docs
2018-08-22 11:26:21 -07:00
Becca Petrin
fb6a06a3fe
Alibaba auth docs ( #5132 )
2018-08-22 10:23:33 -07:00
Matthew Irish
afc84286b9
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
52af323257
fixing feature name
2018-08-22 11:41:28 -04:00
Chris Hoffman
b1c5e1f91c
fixing feature name
2018-08-22 11:40:48 -04:00
Hugo Wood
203269a5d4
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
d8dc68495d
Update Azure Secrets plugin ( #5154 )
2018-08-21 21:05:05 -07:00
Stenio Ferreira
8dfedb2693
Fixed a typo in the Namespaces guide ( #5151 )
2018-08-21 13:33:40 -07:00
Vishal Nayak
ee07e6ae59
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
8e26746ce7
changelog++
2018-08-21 15:11:49 -04:00
Jeff Mitchell
167817a068
Pull in jwt auth update
2018-08-21 15:11:18 -04:00
Jeff Mitchell
36ed56360c
changelog++
2018-08-21 11:54:47 -04:00
Jeff Mitchell
e58a8a63a7
Add the ability to specify token CIDR restrictions on secret IDs. ( #5136 )
...
Fixes #5034
2018-08-21 11:54:04 -04:00
Jeff Mitchell
172b156a22
changelog++
2018-08-21 11:24:09 -04:00
Jeff Mitchell
3b01b29056
Pass in an ErrorLog to http.Server ( #5135 )
...
Fixes #5108
2018-08-21 11:23:18 -04:00
Jeff Mitchell
9edd2b06f2
changelog++
2018-08-21 11:22:48 -04:00
Jeff Mitchell
051bb9fc13
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
43c733b460
Edit, missing "to" ( #5147 )
2018-08-21 11:09:41 -04:00
Jeff Mitchell
fcc2cd7356
Pull in go-ldap update that fixes comparison with AD
2018-08-20 18:16:47 -04:00
Joel Thompson
40d0d46bb6
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
21cd0dd71a
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
3be8a737c1
Request less random data in truncate mode ( #5118 )
2018-08-17 10:17:40 -07:00
Chris Hoffman
4d574c1d6c
adding namespace docs ( #5133 )
2018-08-17 12:17:11 -04:00
Chris Hoffman
d25b7fa477
Add additional clarification
2018-08-17 08:55:49 -04:00
Raja Nadar
797141f8ae
vaultsharp - multi platform capabilities ( #5127 )
2018-08-17 08:47:16 -04:00
Oleksiy Kovyrin
1fe159ccb8
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
56636735bc
[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
50edc43df0
Merge pull request #5112 from hashicorp/namespaces-docs
...
Merge for Beta Launch
2018-08-16 15:36:43 -07:00
Chris Hoffman
b18d9cc830
doc updates
2018-08-16 17:59:39 -04:00
Brian Kassouf
bf77a69f4d
Update upgrade-to-0.11.0.html.md
2018-08-16 14:29:18 -07:00
Brian Kassouf
95800f76b0
Add upgrade notes ( #5125 )
2018-08-16 14:22:27 -07:00
Brian Kassouf
cab1f87dab
changelog++
2018-08-16 14:22:14 -07:00
Andy Manoske
8ef8da0886
Update docs.erb
2018-08-16 13:44:13 -07:00
Andy Manoske
de52752e86
Update index.html.md
...
Updated to include Yoko's guide URL
2018-08-16 13:38:24 -07:00
Jeff Mitchell
db75a0b39d
Cut version 0.11.0-beta1
2018-08-16 16:29:08 -04:00
Jeff Mitchell
f1ffbe714a
Bump version
2018-08-16 16:24:10 -04:00
Jeff Mitchell
6604bff9f0
Remove non existent vendored files
2018-08-16 16:23:28 -04:00
Jeff Mitchell
bb9b4bcf08
Sync plugins
2018-08-16 16:21:38 -04:00
Chris Hoffman
b4e4cea53d
changelog++
2018-08-16 16:15:07 -04:00
Chris Hoffman
41ff31163a
changelog++
2018-08-16 16:06:28 -04:00