Commit Graph

10543 Commits

Author SHA1 Message Date
Becca Petrin
1f880f85a5 changes from feedback 2019-04-26 16:31:11 -07:00
mgritter
e6f0044522 Check nil parameter value when processing an ACL. 2019-04-26 15:57:00 -07:00
Jim Kalafut
b8c8d48d4a
Minor GCP docs fixes (#6644) 2019-04-26 10:52:52 -07:00
Md Kamol Hasan
f272476453 Add delete roleset option (#6635) 2019-04-26 10:48:34 -07:00
Justin Weissig
ee7a3cbd59 Fixed typo (#6643)
Fixed type where zome should be zone.
2019-04-26 10:33:19 -07:00
Becca Petrin
a88b4a76c5 update ad docs with new field 2019-04-26 09:40:26 -07:00
Michel Vocks
8cee846a56 Fixed wrong imports in test after refactoring (#6639) 2019-04-25 09:08:03 -07:00
Joshua Ogle
2db3653774 UI: Fix select arrow 2019-04-25 08:11:10 -05:00
Brian Kassouf
f6270bae64
Add mount UUID to the secret and auth list API responses (#6633) 2019-04-24 12:27:43 -07:00
Jeff Mitchell
e25a8a1c74 go mod tidy and go mod vendor 2019-04-23 20:58:55 -04:00
Chris Hoffman
70bbaf4115
refactoring to unit test transit seal (#6605) 2019-04-23 15:13:56 -04:00
Raja Nadar
1eabcc0eb4 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
be7074873a
Merge pull request #6356 from kedarkale27/master
Update mssql.go
2019-04-23 09:06:14 -07:00
Becca Petrin
decdbebcb1
Merge pull request #6380 from povils/aws_user_path
AWS add user_path option for role.
2019-04-23 09:05:35 -07:00
Jeff Mitchell
bacefe0f7c changelog++ 2019-04-23 10:27:04 -04:00
Jeff Mitchell
5bf300711a Sync plugin reload file 2019-04-23 10:22:56 -04:00
Brian Shumate
2166445c99 Docs: add -type flag to token create command (#6621) 2019-04-23 10:58:50 +02:00
Brian Kassouf
7aaa163418
changelog++ 2019-04-22 22:21:32 -07:00
Brian Shumate
908f22b875 Link directly to the hints (#6623)
* Link directly to the hints

* Wrap
2019-04-22 16:10:38 -07:00
Brian Shumate
580064670c 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
ncabatoff
0f1569b7f5
Merge multiple functions for creating consul containers into one. (#6612)
Merge both functions for creating mongodb containers into one.
Add retries to docker container cleanups.
Require $VAULT_ACC be set to enable AWS tests.
2019-04-22 12:26:10 -04:00
Povilas Susinskas
e1007d1e8e AWS backend: Add user_path option for role. 2019-04-22 18:07:21 +02:00
Jeff Mitchell
e0c71cb282 Update deep to pull in default full-level-diff behavior 2019-04-19 19:52:03 -04:00
David Jiang
c06b46164f 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
2a327a3cd0 Add some missing default values (#6611) 2019-04-18 22:24:20 -07:00
Brian Shumate
68d2900d7a Typo fixes (#6610) 2019-04-18 22:20:46 -07:00
Matthew Irish
0600effb21
UI - no ember cli eslint (#6613)
* remove ember-cli-eslint, add eslint, run eslint in tests

* ignore story files for now

* fix or ignore linting
2019-04-18 20:50:05 -05:00
Brian Kassouf
69184f603b
Update githook to work with go mod workflows (#6604) 2019-04-18 16:08:44 -07:00
Jeff Mitchell
6ec1bcfb20 Merge branch '1.1.2' into master-oss 2019-04-18 18:49:49 -04:00
Jeff Mitchell
0082501623
Cut version 1.1.2 2019-04-18 13:49:17 -04:00
Jeff Mitchell
77dbdbd936 Prep for 1.1.2 2019-04-18 13:27:09 -04:00
Jeff Mitchell
94132fd6f7 changelog++ 2019-04-18 13:12:31 -04:00
Brian Kassouf
c9c09b6658
Add a get handler function (#6603) 2019-04-17 14:21:56 -07:00
Brian Kassouf
7ec1fe75a9
Move cluster logic out of vault package (#6601)
* Move cluster logic out of vault package

* Dedup heartbeat and fix tests

* Fix test
2019-04-17 13:50:31 -07:00
Kedar Kale
779a4f9a4c Update mssql.go
Issue with GO Lang not able to execute the USE database line. Fixed the issue by using the database where it is called
2019-04-17 13:41:13 +05:30
Chris Hoffman
58578106dc
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
Matthew Irish
f20425d0c0
changelog++ 2019-04-16 15:32:21 -05:00
Matthew Irish
e6ec125ead
UI - write without read for kv (#6570)
* wait for all hash promises to be settled

* skeleton tests with policies for write without read

* adjust what gets returned from the model hook

* refactor secret-edit model hook to use async/await

* return a stub version if we can't read secret data

* return a stub model for v1 kv

* tweak tests to make re-runs friendlier

* allow write without CAS if both v2 models cannot be read

* show warnings on edit pages for different write without read scenarios

* add no read empty states on secret show pages

* review feedback

* make message language consistent

* use version models from metadata if we can read it

* refresh route on delete / undelete / destroy

* hide controls in the toolbar when you can't read the secret data

* show deleted / destroyed messaging over cannot read messaging on the show page

* fix test with model stub

* refactor large model hook into several functions

* comment clarifications
2019-04-16 15:27:23 -05:00
Brian Kassouf
538c3f50d8
Add known issue section to the upgrade guide (#6593) 2019-04-16 10:53:06 -07:00
Jeff Mitchell
9a7d38a752 Update pre-push hook 2019-04-16 13:50:49 -04:00
Jeff Mitchell
ee1da35e81 changelog++ 2019-04-16 13:09:44 -04:00
Jeff Mitchell
d80215d64c Fix a dropped Okta error (#6592) 2019-04-16 13:06:29 -04:00
Jeff Mitchell
126ea804e5
Fix a dropped Okta error (#6592) 2019-04-16 13:05:50 -04:00
Jeff Mitchell
fcf9a95017 Add unit test for KV issue 31 (#6591) 2019-04-16 09:53:24 -07:00
Brian Kassouf
63f5825c04 Update kv deps 2019-04-16 09:43:52 -07:00
Matthew Irish
8f44742b97
UI - masked input onchange (#6586)
* update masked-input to work with form-field component

* add test for masked input onChange functionality

* fix doc changes
2019-04-15 17:53:44 -05:00
Jeff Mitchell
339d2a9240 Bump secrets-gcp version 2019-04-15 17:54:29 -04:00
Jeff Mitchell
5f7effc2cf Update vendoring 2019-04-15 14:59:52 -04:00
Jeff Mitchell
71d635293d Move physical/file to sdk 2019-04-15 14:51:33 -04:00
Jeff Mitchell
8054cc660f Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00