If you create an application config with no private services, tenant onboarding fails with a NullPointerException trying to read the PRIVATE_SERVICE_DISCOVERY_NAMESPACE property of the tenant resources after base provisioning finishes.
Reproduction Steps
Configure an application with a single public service
Onboard a tenant
What did you expect to happen?
Tenant onboarding to succeed
What actually happened?
Tenant onboarding failed
Environment
AWS Region : us-west-2
AWS SaaS Boost Version : e4bbdf9dcfe52f001cc35c964792f89b24c382b5
If you create an application config with no private services, tenant onboarding fails with a NullPointerException trying to read the
PRIVATE_SERVICE_DISCOVERY_NAMESPACE
property of the tenant resources after base provisioning finishes.Reproduction Steps
Configure an application with a single public service Onboard a tenant
What did you expect to happen?
Tenant onboarding to succeed
What actually happened?
Tenant onboarding failed
Environment
Other
This is :bug: Bug Report