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.