Skip to content

Feature/gateway updates#840

Merged
filippomc merged 54 commits intodevelopfrom
feature/gateway-updates
Mar 19, 2026
Merged

Feature/gateway updates#840
filippomc merged 54 commits intodevelopfrom
feature/gateway-updates

Conversation

@filippomc
Copy link
Collaborator

@filippomc filippomc commented Mar 9, 2026


Closes CH-243 - Customizable Ingress entry points. Took over from #838, with some fixes and default for cross compatible configuration (Prefix/Exact) and support for Traefik.


Closes CH-224 - Gatekeeper update. Took over from #839, handles the encryption key on a auto generated secret


Closes CH-248 - external database support. Adds a new parameter
harness.external_connect_string on applications, which points the database route there. Uses a secret to store the connect string.

How to test this PR

Currently deployed at https://samples.test-ch.dev.metacell.us/

Sanity checks:

  • The pull request is explicitly linked to the relevant issue(s)
  • The issue is well described: clearly states the problem and the general proposed solution(s)
  • In this PR it is explicitly stated how to test the current change
  • The labels in the issue set the scope and the type of issue (bug, feature, etc.)
  • The relevant components are indicated in the issue (if any)
  • All the automated test checks are passing
  • All the linked issues are included in one Sprint
  • All the linked issues are in the Review state
  • All the linked issues are assigned

Breaking changes (select one):

  • The present changes do not change the preexisting api in any way
  • This PR and the issue are tagged as a breaking-change and the migration procedure is well described above

Possible deployment updates issues (select one):

  • There is no reason why deployments based on CloudHarness may break after the current update
  • This PR and the issue are tagged as alert:deployment

Test coverage (select one):

  • Tests for the relevant cases are included in this pr
  • The changes included in this pr are out of the current test coverage scope

Documentation (select one):

  • The documentation has been updated to match the current changes
  • The changes included in this PR are out of the current documentation scope

Nice to have (if relevant):

  • Screenshots of the changes
  • Explanatory video/animated gif

except Exception as e:
log.exception("Error syncing user %s: %s", user.id, e)
# If sync fails, we still have the original user with Member, so we can continue
pass
@filippomc filippomc force-pushed the feature/gateway-updates branch from 3dffda4 to 6c980bd Compare March 17, 2026 10:18


from cloudharness_model.base_model import CloudHarnessBaseModel
from pydantic import BaseModel, Field, field_validator, StrictStr, StrictBool, StrictInt, StrictFloat
import connexion
from typing import Dict
from typing import Tuple
from typing import Union
from typing import Tuple
from typing import Union

from samples.models.get_db_connect_string200_response import GetDbConnectString200Response # noqa: E501
@filippomc filippomc merged commit e1ab209 into develop Mar 19, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants