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
In the early stages of the project (even before we defined the portal-db-schema through the Entity framework), we once implemented an endpoint that went directly to the Keycloak-db for user search. However, with the introduction of the Portal schema, it became redundant and has already been removed for a long time.
The text was updated successfully, but these errors were encountered:
Update helm chart references which seem to connect (based on previous flow) still to the keycloak db.
Ideally this shouldn't be needed anymore.
1st Analysis needed by Backend & DevOps
2nd clean-up
Impacted files:
portal/charts/portal/templates/deployment-backend-administration.yaml
Line 98 in 85ce3ac
portal/charts/portal/templates/deployment-backend-notification.yaml
Line 87 in 85ce3ac
Reference why this connection was added
In the early stages of the project (even before we defined the portal-db-schema through the Entity framework), we once implemented an endpoint that went directly to the Keycloak-db for user search. However, with the introduction of the Portal schema, it became redundant and has already been removed for a long time.
The text was updated successfully, but these errors were encountered: