1
0
Commit Graph

24 Commits

Author SHA1 Message Date
hc-github-team-es-release-engineering
48ab1eae08
[DO NOT MERGE UNTIL EOY] EOY license fixes 1.14.x (#24390) 2024-01-02 10:36:20 -08:00
Hamid Ghaf
e55c18ed12
adding copyright header (#19555)
* adding copyright header

* fix fmt and a test
2023-03-15 09:00:52 -07:00
Jeff Mitchell
170521481d
Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
Jeff Mitchell
e9256ed477
Split SubView functionality into logical.StorageView (#6141)
This lets other parts of Vault that can't depend on the vault package
take advantage of the subview functionality.

This also allows getting rid of BarrierStorage and vault.Entry, two
totally redundant abstractions.
2019-01-31 09:25:18 -05:00
Jeff Mitchell
b7d6d55ac1
The big one (#5346) 2018-09-17 23:03:00 -04:00
Jeff Mitchell
d95c4b615b
Check for nil value in BarrierView.Put (#4804)
Fixes #4802
2018-06-20 09:32:06 -04:00
Jeff Mitchell
2061ffb030
Fix race condition caught by detector in barrier view (#4261) 2018-04-03 21:39:11 -04:00
Vishal Nayak
e57aff9e69 Make mount view read only until after mount persist (#3910) 2018-02-09 14:04:25 -05:00
Brian Kassouf
8142b42d95 Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
Jeff Mitchell
98168dc791 Sync over 2017-10-23 16:43:07 -04:00
Jeff Mitchell
aa6a19cfbd Return 500 if existence check fails, not 400 (#3173)
Fixes #3162
2017-08-15 16:44:16 -04:00
emily
38ffde5a9d add gofmt checks to Vault and format existing code (#2745) 2017-05-19 08:34:17 -04:00
Jeff Mitchell
5780c8eca0 More rep porting (#2391)
* More rep porting

* Add a bit more porting
2017-02-16 23:09:39 -05:00
Armon Dadgar
745df0a88c Adding interface methods to logical.Backend for parity (#2242) 2017-01-07 18:18:22 -05:00
Jeff Mitchell
bd81ed1e0a Port some updates 2017-01-06 15:42:18 -05:00
Armon Dadgar
24cd1d33e6 vault: Split SecurityBarrier interface to BarrierStorage 2015-04-10 16:43:35 -07:00
Armon Dadgar
b5f336f42e vault: Adding ClearView method 2015-04-02 11:18:05 -07:00
Armon Dadgar
b0ad083353 vault: Sanity check keys in the barrier view 2015-03-31 13:32:24 -07:00
Armon Dadgar
9780e5c6e4 vault: Refactor to use CollectKeys 2015-03-18 12:06:18 -07:00
Armon Dadgar
f4aa96a566 vault: First pass at expiration manager 2015-03-16 11:35:43 -07:00
Armon Dadgar
28c987328b vault: Adding barrier view scan method 2015-03-16 11:35:43 -07:00
Mitchell Hashimoto
923ff65959 logical: put structs here, vault uses them 2015-03-15 14:27:06 -07:00
Armon Dadgar
e403f57151 vault: Support sub-views 2015-03-12 12:44:30 -07:00
Armon Dadgar
e2e258c324 vault: Adding a barrier view 2015-03-05 14:34:05 -08:00