Spring Cloud Gateway for VMware Tanzu 1.0.9 not creating when SSO and ASG configs are specified
search cancel

Spring Cloud Gateway for VMware Tanzu 1.0.9 not creating when SSO and ASG configs are specified

book

Article ID: 297199

calendar_today

Updated On:

Products

Support Only for Spring

Issue/Introduction

When creating a new SCG 1.0.9 instance and specifying both the SSO (Single Sign-On) as well as the ASG (Application Security Group) configuration, the cf create-service command does not complete. The service instance details instead shows 'create in progress'.

Example configuration applied to create-service command:
{ "sso": { "plan": "", "identity-providers": [ "" ] }, "host": "mygateway", "domain": "", "count": 1, "application-security-groups": [ "my-ASG" ] } }

When this happens, the backing gateway application for the service instance (located in the p-spring-cloud-gateway org and space identified by the service instance's GUID) shows as stopped and is not bound to the SSO service in that space.

Environment

Product Version: Other

Resolution

This issue will be resolved in SCG 1.0.10.

A workaround is to create the service with the SSO configuration first, then perform a cf update-service command to specify the ASG configuration.