Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions model/clusters_mgmt/v1/cluster_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ class Cluster {

// Indicates whether that etcd is encrypted or not.
// This is set only during cluster creation.
// For ROSA-HCP Clusters, etcd is always encrypted, if not set/false, or kms user's key not set,
// defaults true indicates 'encrypted by internal key'.
// For ARO-HCP Clusters, this is a readonly attribute, always set to true.
EtcdEncryption Boolean

Expand Down