OpsMan UI Bug for MySQL for VMware Tanzu AWS S3 Backups
search cancel

OpsMan UI Bug for MySQL for VMware Tanzu AWS S3 Backups

book

Article ID: 293285

calendar_today

Updated On:

Products

VMware Tanzu SQL

Issue/Introduction

Symptoms:
When setting 'eu-west-2' as the region for MySQL for VMware Tanzu AWS S3 backups, the blobstore verifier always returns an invalid region error message. 

Environment


Cause

Signature Version is a required field and OpsMan UI does not have this field available to edit. Therefore the signature version defaults to 2. The region 'eu-west-2' only supports version 4 per

AWS documentation: https://docs.aws.amazon.com/general/latest/gr/rande.html

Resolution

Bug has been raised and Engineering is working on a permanent fix

Workaround: Disable BlobstoreVerifier in the install_time_verifiers section by setting ignorable to 'true'
- ignorable: true
  name: Verifiers::BlobstoreVerifier
  properties:
  • ignorable: If this key is set to false, an operator cannot Apply Changes until the verification errors are resolved and an error is displayed. If this key is set to true, an operator can Apply Changes if they choose to ignore the displayed warning. This key is set to false by default.