Skip to content

Commit

Permalink
[WF-9570] add AP_RUNNER_KEYS to RC products
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-gplassard committed Nov 14, 2024
1 parent 3e3d2d2 commit 451eddb
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 451eddb

Please sign in to comment.