-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase security access with SSL #6789
Comments
The use of HTTPS protocol seems returning an error existing in an older version of Cypress.
https://github.com/rancher/dashboard/actions/runs/3228470912/jobs/5284610299#step:6:53 |
Since removing SSL is not solving the video upload issue, I'm playing around another cluster to verify which steps starts to block the videos. |
It seems like some global configuration for Digital Ocean have been changed 🤔 |
The issue in accessing the videos seems related to firewall and reverse proxy of the port 9000 in the MINIO configuration, as it returns Also ANY firewall rule seems blocking video access, generating CORS issues. |
Upload issue returning |
Removing credentials for MINIO and SSL seems to fix the issue. |
As continuation of #6677 we would like to change protocols to HTTPS to secure authentications and requests.
Changes will require to update, due CORS issues:
Both cases can be corrected with nginx directives by mapping the port to a segment and update SorryCypress setup data as well.
The first seems to be possible using
GRAPHQL_SCHEMA_URL
.The static data may require further investigation.
Note: It will be required to update the E2E script for CI to use HTTPS protocol when communicating with the director service.
Playground server: http://167.172.180.127/
The text was updated successfully, but these errors were encountered: