]> git.openstreetmap.org Git - chef.git/commitdiff
Configure Tracestrack API key for the web site
authorTom Hughes <tom@compton.nu>
Fri, 22 Sep 2023 16:52:57 +0000 (17:52 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 22 Sep 2023 16:52:57 +0000 (17:52 +0100)
cookbooks/web/recipes/rails.rb
cookbooks/web/resources/rails_port.rb
test/data_bags/web/passwords.json

index 90bd16c0abbb9e62797a485a5347909af948d90a..5d7715be7f4760b521b5fa521776bc4f484ad09f 100644 (file)
@@ -130,6 +130,7 @@ rails_port "www.openstreetmap.org" do
   wikipedia_auth_id "e4fe0c2c5855d23ed7e1f1c0fa1f1c58"
   wikipedia_auth_secret web_passwords["wikipedia_auth_secret"]
   thunderforest_key web_passwords["thunderforest_key"]
+  tracestrack_key web_passwords["tracestrack_key"]
   totp_key web_passwords["totp_key"]
   csp_enforce true
   trace_use_job_queue true
index 3854235283769dcaff466a2834ab4d09254cd829..cf1f1a6b91dd06c770d20eff98c7da773325cb7d 100644 (file)
@@ -68,6 +68,7 @@ property :github_auth_secret, String
 property :wikipedia_auth_id, String
 property :wikipedia_auth_secret, String
 property :thunderforest_key, String
+property :tracestrack_key, String
 property :totp_key, String
 property :csp_enforce, [true, false], :default => false
 property :csp_report_url, String
@@ -325,6 +326,7 @@ action :create do
     "wikipedia_auth_id",
     "wikipedia_auth_secret",
     "thunderforest_key",
+    "tracestrack_key",
     "totp_key",
     "csp_enforce",
     "csp_report_url",
index 84408621056c9fa4396438328a95ed53b5805ef9..7d42400ad0c9b97cc462c7650b850d88dc523803 100644 (file)
@@ -12,6 +12,7 @@
   "mapquest_key": "mapquest",
   "mapzen_valhalla_key": "mapzen-valhalla",
   "thunderforest_key": "thunderforest",
+  "tracestrack_key": "tracestrack",
   "totp_key": "totp",
   "aws_key": "aws"
 }