oci-go-sdk icon indicating copy to clipboard operation
oci-go-sdk copied to clipboard

KmsKeyId is not being updated for volume backup

Open ahamud1234 opened this issue 7 months ago • 1 comments

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

ahamud1234 avatar Apr 19 '25 21:04 ahamud1234

Hello @ahamud1234, were you able to resolve this issue? Are you receiving a 200 successful response code, but still not seeing the desired behavior? If that is the case, it is probably an issue with the service that maintains this API - please refer to the full error message for information on how to find documentation on the API, and how to contact Oracle Support if necessary. Thank you

JoshuaWR avatar Jun 27 '25 19:06 JoshuaWR