Skip to content

Commit

Permalink
[mq] working branch - merge 451eddb on top of main at 10b7a6c
Browse files Browse the repository at this point in the history
{"baseBranch":"main","baseCommit":"10b7a6cb7b0dd4a1051979410e9b3798d4fdf9bc","createdAt":"2024-11-14T16:18:14.381791Z","headSha":"451eddb8ec1e819c80dcf62d2d2805579a5e9bf9","id":"821cc8f7-7b2d-448c-9f5a-c1577e04d2ed","priority":"200","pullRequestNumber":"31086","queuedAt":"2024-11-14T16:18:14.381037Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] authored Nov 14, 2024
2 parents d85aae2 + 451eddb commit cb26b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/remoteconfig/state/products.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var validProducts = map[string]struct{}{
ProductUpdaterCatalogDD: {},
ProductUpdaterAgent: {},
ProductUpdaterTask: {},
ProductActionPlatformRunnerKeys: {},
ProductAgentConfig: {},
ProductAgentFailover: {},
ProductAgentTask: {},
Expand Down Expand Up @@ -40,6 +41,8 @@ const (
ProductUpdaterAgent = "UPDATER_AGENT"
// ProductUpdaterTask is the product used to receive tasks to execute
ProductUpdaterTask = "UPDATER_TASK"
// ProductActionPlatformRunnerKeys is to receive signing keys for the action platform "private action runner"
ProductActionPlatformRunnerKeys = "AP_RUNNER_KEYS"
// ProductAgentConfig is to receive agent configurations, like the log level
ProductAgentConfig = "AGENT_CONFIG"
// ProductAgentFailover is to receive the multi-region failover configuration
Expand Down

0 comments on commit cb26b59

Please sign in to comment.