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
Automatically configure CORS section based on Horizon CR
Add integration with Horizon to dynamically set CORS allowed_origin
in Glance configuration when Horizon CR is present. This enables proper
cross-origin requests from Horizon dashboard to Glance API endpoints.
In particular:
- Add Horizon API dependency and RBAC permissions
- Watch for Horizon CR changes in GlanceAPI controller
- Fetch Horizon endpoint and inject into config template
- Update CORS section in glance.conf template
- Add functional test support for Horizon CRDs
Jira: https://issues.redhat.com/browse/OSPRH-19261
Signed-off-by: Francesco Pantano <[email protected]>
0 commit comments