Open exalate-issue-sync[bot] opened 6 days ago
describe-the-bug-
In a Multitenant installation configuration using docker and environment variables, it is not possible to set the path of a component in the hostname variables as follows:
- gravitee_installation_multi-tenant_accessPoints_organization_console_host= {organization}.{account}.console.gravitee.dev/console/ - gravitee_installation_multi-tenant_accessPoints_organization_console_secured=false - gravitee_installation_multi-tenant_accessPoints_organization_console-api_host={organization} . {account}.console.gravitee.dev/management/ - gravitee_installation_multi-tenant_accessPoints_organization_console-api_secured=false
But it can be completed using Access Points in Gravitee Cloud.
When doing so through docker, the following error is raised in the Management API logs :
io.gravitee.apim.infra.query_service.cockpit.CockpitAccessServiceImpl$InvalidAccessPointException: Installation access point '{organization}.{account}
.console.gravitee.dev/console/' is malformed.
Describe the bug :
describe-the-bug-
describe-the-bug-
In a Multitenant installation configuration using docker and environment variables, it is not possible to set the path of a component in the hostname variables as follows:
But it can be completed using Access Points in Gravitee Cloud.
When doing so through docker, the following error is raised in the Management API logs :
io.gravitee.apim.infra.query_service.cockpit.CockpitAccessServiceImpl$InvalidAccessPointException: Installation access point '{organization}.{account}
.console.gravitee.dev/console/' is malformed.