Skip to content

Commit

Permalink
Enable WIF in DeF Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
asatwal committed Sep 6, 2024
1 parent 508de90 commit e6a8ee5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/initializers/dfe_analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@

config.entity_table_checks_enabled = true

# Enable Azure to GCP federation
config.azure_federated_auth = ENV.key? "GOOGLE_CLOUD_CREDENTIALS"

# A proc which will be called with the rack env, and which should
# return a boolean indicating whether the page is cached and will
# be served by rack middleware.
Expand Down

0 comments on commit e6a8ee5

Please sign in to comment.