Skip to content

KmsKeyId is not being updated for volume backup #567

@ahamud1234

Description

@ahamud1234

UpdateBootVolumeBackup and CreateBootVolumeBackup doesn't update the created backup with the provided kmskeyID and keeps the original key

example:
resp, err := c.storage.UpdateBootVolumeBackup(ctx, core.UpdateBootVolumeBackupRequest{
BootVolumeBackupId: common.String("ocid1.bootvolumebackup.oc1.phx...."),
UpdateBootVolumeBackupDetails: core.UpdateBootVolumeBackupDetails{
DisplayName: common.String("backup-volume"),
KmsKeyId: common.String("ocid1.key.oc1...."),
},
})

doesn't update the backup with the provided key, even using admin user. in the console UI there is no issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions