Failed to delete auth source for management ComponentCurrently there is no check before deleting AuthSource if it exists. Thats causing the issue as the AuthSource in VCFA is removed as part of redeployment
NOTE: If SSH is not enabled, you must go to the VCF Ops admin page to enable it: https://<vcfops_fqdn>/admin
su - postgres -c "/opt/vmware/vpostgres/current/bin/psql -p 5433 -d vcopsdb"
SELECT * FROM kv_vidb_auth_sources WHERE vcf_component_type = 'VCF_AUTOMATION';
DELETE FROM kv_vidb_auth_sources WHERE vcf_component_type = 'VCF_AUTOMATION';
SELECT * FROM kv_vidb_auth_sources WHERE vcf_component_type = 'VCF_AUTOMATION';
exit
You may now configure the SSO for the new Automation instance by following the steps contained in the following documentation.