-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use go-sdk and remove distributor (#159)
* feat: Use go-sdk and remove distributor Signed-off-by: TannerGabriel <[email protected]> * Fix unit tests Signed-off-by: TannerGabriel <[email protected]> * Changed event wildcard Signed-off-by: TannerGabriel <[email protected]> * E2E event debugging Signed-off-by: TannerGabriel <[email protected]> * Log Event type and source Signed-off-by: TannerGabriel <[email protected]> * Add action logs for debugging Signed-off-by: TannerGabriel <[email protected]> * Add additional logs to Github action Signed-off-by: TannerGabriel <[email protected]> * Add additional logs to Github action Signed-off-by: TannerGabriel <[email protected]> * Change action logs Signed-off-by: TannerGabriel <[email protected]> * Add environment variables to Helm chart + Move handlers into different package Signed-off-by: TannerGabriel <[email protected]> * Set LOG_LEVEL to debug Signed-off-by: TannerGabriel <[email protected]> * Add PUBSUB_TOPIC to Helm chart Signed-off-by: TannerGabriel <[email protected]> * Move PUBSUB_TOPIC into Helm value + code cleanup Signed-off-by: TannerGabriel <[email protected]> * Clean up code Signed-off-by: TannerGabriel <[email protected]> * Change Helm values Signed-off-by: TannerGabriel <[email protected]> * Add subscription.pubsubTopic to README Signed-off-by: TannerGabriel <[email protected]> * Remove unneeded Helm value Signed-off-by: TannerGabriel <[email protected]> * Add SSL verification to remote execution plane Signed-off-by: TannerGabriel <[email protected]> * Added apiValidateTls validation Signed-off-by: TannerGabriel <[email protected]>
- Loading branch information
1 parent
5d6e811
commit 8aafd2c
Showing
17 changed files
with
447 additions
and
1,189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.