-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: decouple ui container from backend #35
feat: decouple ui container from backend #35
Conversation
Using a different server than the existing backend (based on rust), will might lead to a lot of new tasks on the security process side of things. Which we should avoid IMO. |
The reason of decoupling this is:
|
I agree. That should be part of the effort in evaluating the architecture.
Correct. |
# Conflicts: # src/main/resources/application.properties
# Conflicts: # src/main/java/org/trustify/operator/cdrs/v2alpha1/TrustifySpec.java # src/main/java/org/trustify/operator/controllers/TrustifyReconciler.java
# Conflicts: # src/main/java/org/trustify/operator/Constants.java # src/main/java/org/trustify/operator/controllers/TrustifyReconciler.java
# Conflicts: # src/main/java/org/trustify/operator/cdrs/v2alpha1/TrustifySpec.java # src/main/java/org/trustify/operator/controllers/TrustifyReconciler.java # src/test/java/org/trustify/operator/controllers/TrustifyReconcilerTest.java
# Conflicts: # src/main/resources/application.yaml
https://github.com/trustification/trustify-helm-charts will be the official way of deploying Trustify. Therefore, this repository won't introduce any task for the security process while productizing Trustify As of today the operator, this repository, is used only for CI and this PR will help always testing the very last version of both UI and Backend. |
No description provided.