open-vault/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/kms
Calvin Leung Huang a08ccbffa7
[Review Only] Autoseal OSS port (#757)
* Port awskms autoseal

* Rename files

* WIP autoseal

* Fix protobuf conflict

* Expose some structs to properly allow encrypting stored keys

* Update awskms with the latest changes

* Add KeyGuard implementation to abstract encryption/decryption of keys

* Fully decouple seal.Access implementations from sealwrap structs

* Add extra line to proto files, comment update

* Update seal_access_entry.go

* govendor sync

* Add endpoint info to configureAWSKMSSeal

* Update comment

* Refactor structs

* Update make proto

* Remove remove KeyGuard, move encrypt/decrypt to autoSeal

* Add rest of seals, update VerifyRecoveryKeys, add deps

* Fix some merge conflicts via govendor updates

* Rename SealWrapEntry to EncryptedBlobInfo

* Remove barrier type upgrade check in oss

* Add key to EncryptedBlobInfo proto

* Update barrierTypeUpgradeCheck signature
2018-10-19 14:43:57 -07:00
..
cancel_key_deletion.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
client.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
create_alias.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
create_key.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
decrypt.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
delete_alias.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
delete_key_material.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
describe_key.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
describe_regions.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
disable_key.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
enable_key.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
encrypt.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
generate_data_key.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
get_parameters_for_import.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
import_key_material.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
list_aliases.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
list_aliases_by_key_id.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
list_keys.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
schedule_key_deletion.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
struct_alias.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
struct_aliases_in_list_aliases.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
struct_aliases_in_list_aliases_by_key_id.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
struct_key.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
struct_key_metadata.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
struct_keys.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
struct_region.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
struct_regions.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00
update_alias.go [Review Only] Autoseal OSS port (#757) 2018-10-19 14:43:57 -07:00