Skip to content

Commit

Permalink
Update desc for ENCRYPTIONKEYROTATION service
Browse files Browse the repository at this point in the history
Signed-off-by: Niraj Yadav <[email protected]>
  • Loading branch information
black-dragon74 committed Jun 20, 2024
1 parent a31f89c commit a7f3681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@ message Capability {
// ENCRYPTIONKEYROTATION indicates that the CSI driver provides
// RPCs for an EncryptionKeyRotation operation.
// The presence of this capability determines whether the CSI-Addons CO
// plugin can invoke RPCs that require a volume to be staged/attached to
// the node.
// plugin can invoke RPCs for rotating the encryption key.
ENCRYPTIONKEYROTATION = 1;
}
// type contains the Type of CSI Service that the CSI driver supports.
Expand Down
3 changes: 1 addition & 2 deletions identity/identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ message Capability {
// ENCRYPTIONKEYROTATION indicates that the CSI driver provides
// RPCs for an EncryptionKeyRotation operation.
// The presence of this capability determines whether the CSI-Addons CO
// plugin can invoke RPCs that require a volume to be staged/attached to
// the node.
// plugin can invoke RPCs for rotating the encryption key.
ENCRYPTIONKEYROTATION = 1;
}
// type contains the Type of CSI Service that the CSI driver supports.
Expand Down
3 changes: 1 addition & 2 deletions lib/go/identity/identity.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7f3681

Please sign in to comment.