Skip to content

Commit

Permalink
FFS-2175: Removing Skylight from the project (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Byers authored Dec 20, 2024
1 parent 69a0315 commit 51ba09d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ gem "stackprof"
gem "rexml", "~> 3.3.9"
gem "gpgme", "~> 2.0", ">= 2.0.12"
gem "pdf-reader", "~> 2.12.0"
gem "skylight"

group :development, :test do
gem "brakeman", "~> 5.2"
Expand Down
3 changes: 0 additions & 3 deletions app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,6 @@ GEM
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
skylight (6.0.4)
activesupport (>= 5.2.0)
smart_properties (1.17.0)
snaky_hash (2.0.1)
hashie
Expand Down Expand Up @@ -572,7 +570,6 @@ DEPENDENCIES
rubocop-rspec
selenium-webdriver
sidekiq (~> 6.4)
skylight
sprockets-rails
stackprof
standard (~> 1.7)
Expand Down
4 changes: 0 additions & 4 deletions infra/app/app-config/env-config/environment-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ locals {
manage_method = "manual"
secret_store_name = "/service/${var.app_name}-${var.environment}/new-relic-env"
},
SKYLIGHT_AUTHENTICATION = {
manage_method = "manual"
secret_store_name = "/service/${var.app_name}-${var.environment}/skylight-authentication"
},
MAINTENANCE_MODE = {
manage_method = "manual"
secret_store_name = "/service/${var.app_name}-${var.environment}/maintenance-mode"
Expand Down

0 comments on commit 51ba09d

Please sign in to comment.