Skip to content

Commit

Permalink
Merge pull request #5499 from oasisprotocol/peternose/trivial/remove-…
Browse files Browse the repository at this point in the history
…key-manager-master-secret-rotation-feature

go/runtime: Remove km master secret rotation feature
  • Loading branch information
peternose authored Jul 25, 2024
2 parents 09f0cf6 + d966d61 commit a94821f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Empty file added .changelog/5499.trivial.md
Empty file.
3 changes: 0 additions & 3 deletions go/runtime/host/protocol/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ type Features struct {
// KeyManagerStatusUpdates is a feature specifying that the runtime supports updating
// key manager's status.
KeyManagerStatusUpdates bool `json:"key_manager_status_updates,omitempty"`
// KeyManagerMasterSecretRotation is a feature specifying that the runtime supports rotating
// key manager's master secret.
KeyManagerMasterSecretRotation bool `json:"key_manager_master_secret_rotation,omitempty"`
// RPCPeerID is a feature specifying that the runtime supports RPC peer IDs.
RPCPeerID bool `json:"rpc_peer_id,omitempty"`
// EndorsedCapabilityTEE is a feature specifying that the runtime supports endorsed TEE
Expand Down

0 comments on commit a94821f

Please sign in to comment.