Skip to content

Commit

Permalink
Migrate gcp wif
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Dec 20, 2024
1 parent 7078e96 commit 3304074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/dfe_analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#
# We base64 encode the secret otherwise the raw JSON is mangled when it gets
#  written to/read from the Azure keyvault.
config.bigquery_api_json_key = ENV['BIGQUERY_API_JSON_KEY'] ? Base64.decode64(ENV['BIGQUERY_API_JSON_KEY']) : nil
config.bigquery_api_json_key = ENV["BIGQUERY_API_JSON_KEY"] ? Base64.decode64(ENV["BIGQUERY_API_JSON_KEY"]) : nil

# Passed directly to the retries: option on the BigQuery client
#
Expand Down

0 comments on commit 3304074

Please sign in to comment.