Michel Vocks
2ee02ef6da
Fixed small issues in identity group alias API docs ( #6569 )
2019-04-12 09:05:37 +02:00
Brian Kassouf
8bb77ab973
Add upgrade guide for 1.1.1 ( #6573 )
2019-04-11 17:34:40 -07:00
Jeff Mitchell
729910a068
Update audit hmac'ing information on website docs
2019-04-11 16:38:43 -04:00
Jeff Mitchell
a3dcd63451
Cut version 1.1.1
v1.1.1
2019-04-11 12:37:59 -04:00
ncabatoff
ec9427c8e3
Save metrics to barrier without going through c.systemBarrierView ( #884 )
...
* Don't bother trying to save metrics when we don't have a barrier. Use stateLock.
* Use c.barrier instead of c.systemBarrierView, thus we don't need locking
and don't need to worry about race with mount setup.
* Remove unneccessary lock.
2019-04-11 12:37:38 -04:00
Jeff Mitchell
6c49db3118
changelog++
2019-04-11 11:49:53 -04:00
Jeff Mitchell
2a76e2c80a
changelog++
2019-04-11 11:30:36 -04:00
Jeff Mitchell
ecfa50840c
Fix test break
2019-04-11 11:18:32 -04:00
Jeff Mitchell
e426c5f826
Prep for 1.1
2019-04-11 11:16:22 -04:00
Jeff Mitchell
c9a3d174a3
Sync over
2019-04-11 11:12:37 -04:00
Jeff Mitchell
87ff2586d4
changelog++
2019-04-11 11:08:10 -04:00
Jeff Mitchell
4c8667e9cb
changelog++
2019-04-11 09:36:51 -04:00
Brian Kassouf
9278f651ca
changelog++
2019-04-10 15:53:18 -07:00
Noelle Daley
b59c651df5
changelog++
2019-04-10 15:21:13 -07:00
Noelle Daley
6db5c65cd8
add ember assign polyfill for ie11 ( #6567 )
2019-04-10 15:18:39 -07:00
ncabatoff
29ae1b9dd1
changelog++
2019-04-10 17:59:34 -04:00
Jeff Mitchell
9fb146f3ff
Fix hasMountPath for segment wildcard mounts; introduce priority order ( #6532 )
...
* Add prioritization when multiple segment/glob rules can match.
* Disallow ambiguous "+*" in policy paths.
2019-04-10 17:46:17 -04:00
vishalnayak
f8fcafd38a
changelog++
2019-04-10 16:15:52 -04:00
Vishal Nayak
41a7517667
Properly invalidate group alias in a secondary ( #6564 )
2019-04-10 16:14:31 -04:00
vishalnayak
9e08b351d3
changelog++
2019-04-10 15:07:02 -04:00
Vishal Nayak
5a798e05dd
Use NS context when loading entities and groups ( #6563 )
...
* Use NS context when loading entities and groups
* update context while group loading as well
* Address review feedback
2019-04-10 15:05:57 -04:00
Brian Kassouf
3cc5d05b6a
Fix perf standby elections when the new active node was also the previous active node ( #6561 )
2019-04-10 10:09:36 -07:00
Matthew Irish
76677bf23d
use ember-concurrency test waiter ( #6555 )
...
* add ember-concurrency-test-waiter
* use withTestWaiter modifier in various parts of the application
* more withTestWaiter
* await instead of return for a few helpers
* update ember-cli-flash
* run ember generate ember-cli-flash
* remove withFlash helper
* fix typo and replication tests
2019-04-10 09:36:32 -05:00
Brian Kassouf
6f827a20e1
Fix deadlock on the mounts & auth locks ( #6560 )
...
* Fix deadlock on the mountsLock
* Fix deadlock on authLock too
2019-04-09 19:20:06 -07:00
Jeff Mitchell
7417cdd8a4
Update gcp plugin and changelog
2019-04-09 16:42:25 -04:00
Jeff Mitchell
b7be8183c0
Update gcp secrets plugin
2019-04-09 16:39:29 -04:00
Jeff Mitchell
9d69e12ae6
changelog++
2019-04-09 16:37:42 -04:00
Jim Kalafut
f6678b19f6
changelog++
2019-04-09 12:54:50 -07:00
Jim Kalafut
112adcc8a5
Update jwt plugin dep ( #6556 )
2019-04-09 12:49:44 -07:00
Matthew Irish
ff8e2aac69
changelog++
2019-04-09 12:44:35 -05:00
Matthew Irish
670f43e74d
format errors from auth-jwt plugin similarly to other authentication errors ( #6553 )
2019-04-09 12:42:51 -05:00
Jim Kalafut
b10dc70dce
Minor updates to OIDC docs ( #6551 )
2019-04-08 15:08:55 -07:00
Jeff Mitchell
d6888b20f2
Remove out-of-date comment
2019-04-08 16:49:10 -04:00
Jeff Mitchell
8108a9bfe2
Fix a potential panic due to ioutil.ReadAll not being safe with nil readers
2019-04-08 16:48:44 -04:00
Jeff Mitchell
8d15b09ed1
Sync over
2019-04-08 14:57:14 -04:00
Jeff Mitchell
acf8fc6403
Update token path with / at end to ensure it's the token store
2019-04-08 14:25:29 -04:00
Jeff Mitchell
bf2a7be2bc
Fix some more test failures and recursive locking ( #6549 )
2019-04-08 13:40:54 -04:00
Becca Petrin
6787cfbe4e
Merge pull request #6545 from kamolhasan/docs_gcp_secret_engine
...
Correct gcp api doc
2019-04-08 09:53:28 -07:00
Jeff Mitchell
b7c85c2604
Remove some instances of potential recursive locking ( #6548 )
2019-04-08 12:45:28 -04:00
Jeff Mitchell
9b0fac03a4
Fix tests
2019-04-08 12:44:12 -04:00
Jeff Mitchell
cc6cf52452
Add some extra flexibility to GetPerfReplicatedClusters
2019-04-08 11:25:04 -04:00
Kamol Hasan
95c3e584ae
Correct gcp api doc
2019-04-08 18:55:36 +06:00
Calvin Leung Huang
0405186d0d
docs: add Usage section in Namespaces docs ( #6542 )
2019-04-06 12:22:48 -04:00
Jim Kalafut
3a1eb5f3d5
changelog++
2019-04-05 15:47:17 -07:00
Jim Kalafut
172d63748c
Update jwt plugin dep ( #6543 )
2019-04-05 15:42:15 -07:00
Noelle Daley
67454f20e4
ui/storybook/add form components ( #6533 )
...
* storybook: add .md suffix to stories blueprint
* storybook: add FormField
* storybook: update AuthConfigForm docs
* storybook: add FormFieldGroups
* storybook: add MaskedInput
* storybook: add example FormField attr
* storybook: remove actions addon
2019-04-05 14:58:55 -07:00
Calvin Leung Huang
8a5003bbe5
agent/cache: add comment around APIProxy.Send return case
2019-04-05 13:58:12 -07:00
Matthew Irish
19af12e80c
changelog++
2019-04-05 15:57:33 -05:00
Matthew Irish
5da2f30183
fix order of arguments for path-service ( #6540 )
...
* fix order of arguments for path-service
* add tests for ssh OTP role CRUD and OTP generation
2019-04-05 15:56:22 -05:00
Jeff Mitchell
ea67bdcd34
changelog++
2019-04-05 16:14:33 -04:00