-
Notifications
You must be signed in to change notification settings - Fork 148
Description
Describe the issue:
The QA workflows for the 8.8.0-alpha8 release are currently broken. Several problems were identified across Console, HC with OpenSearch, and Connectors.
Actual behavior:
-
Console redirect URLs are broken, causing authentication to fail. The values.yaml files are missing the required configuration.
-
HC with OpenSearch does not build successfully. The latest failure can be seen in this workflow run: GitHub Actions failure link.
-
In C8Run the Connectors health endpoint is not reachable due to misconfigured application properties.
For Connectors the team proposed the solution as follows:
Option A: Update connectors-application.properties to match the properties file in the connectors jar (adding the server.port override).
Option B: Change how properties are passed to connectors so the default file is not overridden (better long-term solution, see Slack thread for details).
Expected behavior:
Console redirect URLs should be correctly configured in values.yaml using:
global:
identity:
auth:
enabled: true
console:
redirectUrl: "{redirect url}"
HC with OpenSearch should build successfully without failures.
Connectors health endpoint should be reachable with correct configuration.
How to reproduce:
- For Console see the following Slack Thread
- For OpenSearch see the linked workflow failure above
- For Connectors see the following Slack Thread
Logs:
See above.
Environment:
See above.
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
- Platform:
- Helm CLI version:
- Chart version:
- Values file: