open-vault/builtin
Joel Thompson 4f49318b33 auth/aws: Switch role tag processing from strings.Contains to strings.HasPrefix (#3906)
strings.HasPrefix is more correct; if a tag part value ended up
containing the expected prefix of another part, it could cause incorrect
parsing. I don't think that these values would be semantically legal
today, but it's probably better to be defensive.
2018-02-04 19:37:03 -05:00
..
audit Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
credential auth/aws: Switch role tag processing from strings.Contains to strings.HasPrefix (#3906) 2018-02-04 19:37:03 -05:00
logical Don't run rollback and upgrade functionality if we are a replication secondary (#3900) 2018-02-02 20:28:25 -05:00
plugin Remove logical.Initialize() method (#3848) 2018-01-25 20:19:27 -05:00