Skip to content

Commit

Permalink
remove testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ameske committed Dec 20, 2024
1 parent 405bf6e commit 22e07c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions comp/remote-config/rcservice/rcserviceimpl/rcservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ func newRemoteConfigService(deps dependencies) (rcservice.Component, error) {

options := []remoteconfig.Option{
remoteconfig.WithAPIKey(apiKey),
// KEA: Temp For Testing Out Impl in Staging
remoteconfig.WithPARJWT("eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVCIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzUyOTU4NjEsIm9yZ0lkIjoyLCJydW5uZXJJZCI6InJ1bm5lci1YUzI2ZWFUVkZaM21KWDNMWktDWXhRIn0.0ZSfsRyZdKzHG_wYjyJAI9zPG7t-ZPhW7U9x0vqMs10cOO_RCbwJCafmZt3LJlCImk3K5wuODEs6RQBQYbCwOQ"),
remoteconfig.WithTraceAgentEnv(traceAgentEnv),
remoteconfig.WithConfigRootOverride(deps.Cfg.GetString("site"), deps.Cfg.GetString("remote_configuration.config_root")),
remoteconfig.WithDirectorRootOverride(deps.Cfg.GetString("site"), deps.Cfg.GetString("remote_configuration.director_root")),
Expand Down

0 comments on commit 22e07c8

Please sign in to comment.