]> git.openstreetmap.org Git - chef.git/commitdiff
Rename windowslive_auth to microsoft_auth
authorTom Hughes <tom@compton.nu>
Sun, 20 Aug 2023 09:45:38 +0000 (10:45 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 20 Aug 2023 09:45:38 +0000 (10:45 +0100)
cookbooks/web/recipes/rails.rb
cookbooks/web/resources/rails_port.rb
test/data_bags/web/passwords.json

index f321ef537c0827cb142ec37e0550e82067458003..82c777b9669ede916c2988c818db9c7c61d15ae9 100644 (file)
@@ -123,8 +123,8 @@ rails_port "www.openstreetmap.org" do
   google_openid_realm "https://www.openstreetmap.org"
   facebook_auth_id "427915424036881"
   facebook_auth_secret web_passwords["facebook_auth_secret"]
-  windowslive_auth_id "0000000040153C51"
-  windowslive_auth_secret web_passwords["windowslive_auth_secret"]
+  microsoft_auth_id "0000000040153C51"
+  microsoft_auth_secret web_passwords["microsoft_auth_secret"]
   github_auth_id "acf7da34edee99e35499"
   github_auth_secret web_passwords["github_auth_secret"]
   wikipedia_auth_id "e4fe0c2c5855d23ed7e1f1c0fa1f1c58"
index 4825307b2039aaa81b9cc208dfd10136503a2928..34ae014587928b942d458ef2cade3a27f6ea65ef 100644 (file)
@@ -61,8 +61,8 @@ property :google_auth_secret, String
 property :google_openid_realm, String
 property :facebook_auth_id, String
 property :facebook_auth_secret, String
-property :windowslive_auth_id, String
-property :windowslive_auth_secret, String
+property :microsoft_auth_id, String
+property :microsoft_auth_secret, String
 property :github_auth_id, String
 property :github_auth_secret, String
 property :wikipedia_auth_id, String
@@ -241,9 +241,9 @@ action :create do
       line.gsub!(/^( *)#facebook_auth_secret:.*$/, "\\1facebook_auth_secret: \"#{new_resource.facebook_auth_secret}\"")
     end
 
-    if new_resource.windowslive_auth_id
-      line.gsub!(/^( *)#windowslive_auth_id:.*$/, "\\1windowslive_auth_id: \"#{new_resource.windowslive_auth_id}\"")
-      line.gsub!(/^( *)#windowslive_auth_secret:.*$/, "\\1windowslive_auth_secret: \"#{new_resource.windowslive_auth_secret}\"")
+    if new_resource.microsoft_auth_id
+      line.gsub!(/^( *)#microsoft_auth_id:.*$/, "\\1microsoft_auth_id: \"#{new_resource.microsoft_auth_id}\"")
+      line.gsub!(/^( *)#microsoft_auth_secret:.*$/, "\\1microsoft_auth_secret: \"#{new_resource.microsoft_auth_secret}\"")
     end
 
     if new_resource.github_auth_id
@@ -314,8 +314,8 @@ action :create do
     "google_openid_realm",
     "facebook_auth_id",
     "facebook_auth_secret",
-    "windowslive_auth_id",
-    "windowslive_auth_secret",
+    "microsoft_auth_id",
+    "microsoft_auth_secret",
     "github_auth_id",
     "github_auth_secret",
     "wikipedia_auth_id",
index ad20fa1a1ad9c22dfac42c21df1939b6d833528c..84408621056c9fa4396438328a95ed53b5805ef9 100644 (file)
@@ -6,7 +6,7 @@
   "oauth_key": "oauth",
   "google_auth_secret": "google",
   "facebook_auth_secret": "facebook",
-  "windowslive_auth_secret": "windowslive",
+  "microsoft_auth_secret": "microsoft",
   "github_auth_secret": "github",
   "wikipedia_auth_secret": "wikipedia",
   "mapquest_key": "mapquest",