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
Throughout the codebase, there are several places where the URLs for minio, keycloak and ckan are built over and over. These are currently hard-coded to HTTPS, which is wrong.
There needs to be a major refactoring where these URLs are built correctly throughout the code base. For this purpose, we should create new config entries (e.g., MINIO_PUBLIC_URL vs MINIO_URL) and use these throughout.
The text was updated successfully, but these errors were encountered:
Throughout the codebase, there are several places where the URLs for minio, keycloak and ckan are built over and over. These are currently hard-coded to HTTPS, which is wrong.
There needs to be a major refactoring where these URLs are built correctly throughout the code base. For this purpose, we should create new config entries (e.g., MINIO_PUBLIC_URL vs MINIO_URL) and use these throughout.
The text was updated successfully, but these errors were encountered: