vishalnayak
|
4f45910dfc
|
disallowed_policies doc update
|
2016-08-02 16:33:22 -04:00 |
vishalnayak
|
9947b33498
|
Added tests for disallowed_policies
|
2016-08-02 15:21:15 -04:00 |
vishalnayak
|
a936914101
|
Address review feedback and fix existing tests
|
2016-08-02 14:10:20 -04:00 |
vishalnayak
|
a0c711d0cf
|
Added disallowed_policies to token roles
|
2016-08-02 10:33:50 -04:00 |
Jeff Mitchell
|
357f2d972f
|
Add some extra safety checking in accessor listing and update website
docs.
|
2016-08-01 13:12:06 -04:00 |
Jeff Mitchell
|
6546005487
|
Fix typo
|
2016-07-29 23:24:04 -04:00 |
Jeff Mitchell
|
e606aab6e0
|
oops, fix createAccessor
|
2016-07-29 18:23:55 -04:00 |
Jeff Mitchell
|
23ab63c78e
|
Add accessor list function to token store
|
2016-07-29 18:20:38 -04:00 |
vishalnayak
|
cff7aada7a
|
Fix invalid input getting marked as internal error
|
2016-07-28 16:23:11 -04:00 |
Laura Bennett
|
4d9c909ae4
|
Merge pull request #1650 from hashicorp/request-uuid
Added unique identifier to each request. Closes hashicorp/vault#1617
|
2016-07-27 09:40:48 -04:00 |
vishalnayak
|
c17534d527
|
Fix request_id test failures
|
2016-07-26 18:30:13 -04:00 |
Laura Bennett
|
fb1b032040
|
fixing id in buildLogicalRequest
|
2016-07-26 15:50:37 -04:00 |
Vishal Nayak
|
c7bcaa5bb6
|
Merge pull request #1655 from hashicorp/cluster-id
Vault cluster name and ID
|
2016-07-26 14:12:48 -04:00 |
vishalnayak
|
669bbdfa48
|
Address review feedback from @jefferai
|
2016-07-26 14:05:27 -04:00 |
Laura Bennett
|
ad66bd7502
|
fixes based proper interpretation of comments
|
2016-07-26 12:20:27 -04:00 |
vishalnayak
|
a3e6400697
|
Remove global name/id. Make only cluster name configurable.
|
2016-07-26 10:01:35 -04:00 |
vishalnayak
|
a6907769b0
|
AppRole authentication backend
|
2016-07-26 09:32:41 -04:00 |
vishalnayak
|
09d362d973
|
As it is
|
2016-07-26 09:18:38 -04:00 |
vishalnayak
|
c7dabe4def
|
Storing local and global cluster name/id to storage and returning them in health status
|
2016-07-26 02:32:42 -04:00 |
Laura Bennett
|
06b1835469
|
Merge pull request #1649 from hashicorp/internal-policy-block
Closes hashicorp/vault#1618
|
2016-07-25 17:41:48 -04:00 |
Laura Bennett
|
ae8a90be30
|
adding ids
|
2016-07-25 16:54:43 -04:00 |
Jeff Mitchell
|
e26487ced5
|
Add test for non-assignable policies
|
2016-07-25 16:00:18 -04:00 |
Laura Bennett
|
8d52a96df5
|
moving id to http/logical
|
2016-07-25 15:24:10 -04:00 |
Jeff Mitchell
|
d2cbe48aaf
|
Use RFC3339Nano for better precision
|
2016-07-25 14:11:57 -04:00 |
Laura Bennett
|
eb75afe54d
|
minor edit for error statement
|
2016-07-25 13:29:57 -04:00 |
Laura Bennett
|
9ef3d90349
|
still fixing git mistake
|
2016-07-25 10:11:51 -04:00 |
Laura Bennett
|
cc668b5c48
|
Fixing git mistake
|
2016-07-25 09:57:47 -04:00 |
Laura Bennett
|
7e29cf1cae
|
edits based on comments in PR
|
2016-07-25 09:46:10 -04:00 |
Laura Bennett
|
395f052870
|
minor error correction
|
2016-07-24 22:35:54 -04:00 |
Laura Bennett
|
9ea1c8b801
|
initial commit for nonAssignablePolicies
|
2016-07-24 22:27:41 -04:00 |
Laura Bennett
|
4945198334
|
reverting branch mistake
|
2016-07-24 21:56:52 -04:00 |
Laura Bennett
|
483e796177
|
website update for request uuuid
|
2016-07-24 21:23:12 -04:00 |
Laura Bennett
|
c63cdc23a1
|
Merge branch 'master' of https://github.com/hashicorp/vault into request-uuid
|
2016-07-23 21:47:08 -04:00 |
Laura Bennett
|
e5737b6789
|
initial local commit
|
2016-07-23 21:46:28 -04:00 |
Jeff Mitchell
|
4ab60f36a3
|
Rename err var to be more clear
|
2016-07-22 16:57:47 -04:00 |
vishalnayak
|
331f229858
|
Added a cap of 256 for CreateLocks utility
|
2016-07-20 04:48:35 -04:00 |
vishalnayak
|
50e8a189e9
|
Added helper to create locks
|
2016-07-19 21:37:28 -04:00 |
Jeff Mitchell
|
80a688c059
|
Ensure mount/auth tables are not nil when triggering rollback
During setup or teardown there could be a race condition so check for it
to avoid a potential panic.
|
2016-07-18 22:02:39 -04:00 |
Jeff Mitchell
|
df621911d7
|
Merge pull request #1624 from hashicorp/dynamodb-ha-off-default
Turn off DynamoDB HA by default.
|
2016-07-18 13:54:26 -04:00 |
Jeff Mitchell
|
028d024345
|
Add metrics around leadership
This can be helpful for detecting flapping.
Fixes #1544
|
2016-07-18 13:38:44 -04:00 |
Jeff Mitchell
|
a3ce0dcb0c
|
Turn off DynamoDB HA by default.
The semantics are wonky and have caused issues from people not reading
docs. It can be enabled but by default is off.
|
2016-07-18 13:19:58 -04:00 |
vishalnayak
|
c14235b206
|
Merge branch 'master-oss' into json-use-number
Conflicts:
http/handler.go
logical/framework/field_data.go
logical/framework/wal.go
vault/logical_passthrough.go
|
2016-07-15 19:21:55 -04:00 |
Vishal Nayak
|
9f1e6c7b26
|
Merge pull request #1607 from hashicorp/standardize-time
Remove redundant invocations of UTC() call on `time.Time` objects
|
2016-07-13 10:19:23 -06:00 |
vishalnayak
|
8269f323d3
|
Revert 'risky' changes
|
2016-07-12 16:38:07 -04:00 |
Jeff Mitchell
|
5b210b2a1f
|
Return a duration instead and port a few other places to use it
|
2016-07-11 18:19:35 +00:00 |
Jeff Mitchell
|
ab6c2bc5e8
|
Factor out parsing duration second type and use it for parsing tune values too
|
2016-07-11 17:53:39 +00:00 |
vishalnayak
|
fcb0b580ab
|
Fix broken build
|
2016-07-08 23:16:58 -04:00 |
vishalnayak
|
55a667b8cd
|
Fix broken build
|
2016-07-08 20:30:27 -04:00 |
vishalnayak
|
dc690d6233
|
Place error check before the response check in expiration test
|
2016-07-08 19:01:36 -04:00 |
vishalnayak
|
e09b40e155
|
Remove Unix() invocations on 'time.Time' objects and removed conversion of time to UTC
|
2016-07-08 18:30:18 -04:00 |