You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated the service_credential_secrets input object schema of the DA to support creating service specific roles * The service_credentials_source_service_role attribute has been renamed to service_credentials_source_service_role_crn and now requires a full CRN value. For example: service_credentials_source_service_role_crn = "crn:v1:bluemix:public:iam::::role:Editor" (#473) (8396201)
existing_kms_instance_guid is no longer a supported input. The code will now parse the GUID from the KMS key CRN
added new input use_same_kms_key_for_backups to give more control over KMS key usage
kms_encryption_enabled has been renamed to use_ibm_owned_encryption_key
fscloud submodule updates:
added new inputs use_default_backup_encryption_key and use_same_kms_key_for_backups
⚠️ Please note that when updating to this version, the s2s KMS auth policy that is created is now scoped to the exact KMS key, so you will see a destroy and re-create of the auth policy. The new policy will be created before the old one is deleted, so there will be no disruption to every day operations.