You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate skeleton from Admin UI Classic to Studio UI architecture
Replace admin-ui-classic-bundle with studio-backend-bundle and studio-ui-bundle,
add required dependency bundles (GenericExecutionEngine, CustomReports,
GenericDataIndex, Quill), and create an InstallProfileInterface-based installer
profile for the new profile-first installation flow.
Key changes:
- Add SkeletonProfile installer profile with OpenSearch, AMQP, Mercure, and
product registration env var definitions
- Update security.yaml firewall and access control for Studio API endpoints
- Wire Mercure settings and CSP connect-src via env vars in config
- Add mercure, opensearch, and opensearch-dashboards Docker services
- Update supervisord to consume new messenger queues
- Remove dead BundleSetupSubscriber and PimcoreAdminBundle references
- Add error_pages defaults to work around vendor config gap
image: opensearchproject/opensearch-dashboards:2 # Make sure the version of opensearch-dashboards matches the version of opensearch installed on other nodes
112
+
ports:
113
+
- 5601:5601
114
+
environment:
115
+
OPENSEARCH_HOSTS: '["https://opensearch:9200"]'
116
+
75
117
# The following two services are used for testing.
76
118
# We restrict these services to the test profile only, so we don't spin them up with every `docker compose up`.
0 commit comments