-
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
Decouple the Control Plane Services and Operational Workflow #17
Labels
Comments
shubhamp-sf
changed the title
Add capability to use a different Build provider other than Code Build
Decouple the Control Plane Services and Operational Workflow
Jul 16, 2024
shubhamp-sf
added a commit
that referenced
this issue
Jul 16, 2024
…odebuild in the tenant provisioning flow GH-17
8 tasks
shubhamp-sf
added a commit
that referenced
this issue
Jul 17, 2024
to be served as a common event target for control plane workflows GH-17
shubhamp-sf
added a commit
that referenced
this issue
Jul 17, 2024
to be served as a common event target for control plane workflows GH-17
shubhamp-sf
added a commit
that referenced
this issue
Jul 17, 2024
to be served as a common event target for control plane workflows GH-17
shubhamp-sf
added a commit
that referenced
this issue
Jul 17, 2024
to be served as a common event target for control plane workflows GH-17
shubhamp-sf
added a commit
that referenced
this issue
Jul 17, 2024
to be served as a common event target for control plane workflows GH-17
shubhamp-sf
added a commit
that referenced
this issue
Jul 17, 2024
to be served as a common event target for control plane workflows GH-17
shubhamp-sf
added a commit
that referenced
this issue
Jul 17, 2024
to be served as a common event target for control plane workflows GH-17
shubhamp-sf
added a commit
that referenced
this issue
Jul 17, 2024
to be served as a common event target for control plane workflows GH-17
a-ganguly
pushed a commit
that referenced
this issue
Jul 23, 2024
…tor and an orchestrator service (#33) ## Description This PR adds an overridable event connector to avoid coupling with AWS CodeBuild and make the provisioning and other actions event driven. This also adds an orchestrator service intended to help consumers deploy a supporting serverless application as a common target for the control plane events. The invocation flow in the orchestrator service is the following: ![image](https://github.com/user-attachments/assets/d8ea5e4e-421a-4bf5-82f9-b5feb1907a2b) GH-17 Fixes #17 ## Type of change - [x] New feature (non-breaking change which adds functionality) ## How Has This Been Tested? - [x] Testing in the sandbox application ## Checklist: - [x] Performed a self-review of my own code - [x] npm test passes on your machine - [x] New tests added or existing tests modified to cover all changes - [x] Code conforms with the style guide - [x] API Documentation in code was updated - [ ] Any dependent changes have been merged and published in downstream modules
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current flow in a nutshell:
Which is supposed to be decoupled in a manner that removes the responsibility of tenant service to trigger the build.
Following is the proposed architecture:
The invocation flow in the orchestrator service is the following:
The text was updated successfully, but these errors were encountered: