Service Broker Error: Failed to update authorized keys
search cancel

Service Broker Error: Failed to update authorized keys

book

Article ID: 394654

calendar_today

Updated On:

Products

VMware Tanzu Application Service

Issue/Introduction

The below error is a service broker failure from Spring Cloud Services broker after provisioning or updating a config-server service. Although the broker instance is still functioning, this will cause applications that are attempting to bind to the broken config-server to fail.

CF-ServiceBrokerBadResponse(10001): Service broker error: Failed to update authorized keys

Cause

This may occur when the config service instance contains misconfiguration or stale data such as invalid keys.

Resolution

Double check the config file you are providing the config server to make sure it contains a valid key and the formatting/syntax is correct. Then update the service using the below command:

cf update-service config-server -c config.json

After running the update, check the service status:

cf service config-server