Skip to content

Commit 314be82

Browse files
committed
Configure totp_domain for web site
1 parent c400643 commit 314be82

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

cookbooks/web/recipes/rails.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
tracestrack_key web_passwords["tracestrack_key"]
143143
maptiler_key web_passwords["maptiler_key"]
144144
totp_key web_passwords["totp_key"]
145+
totp_domain "openstreetmap.org"
145146
csp_enforce true
146147
trace_use_job_queue true
147148
diary_feed_delay 12

cookbooks/web/resources/rails_port.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
property :tracestrack_key, String
7575
property :maptiler_key, String
7676
property :totp_key, String
77+
property :totp_domain, String
7778
property :csp_enforce, [true, false], :default => false
7879
property :csp_report_url, String
7980
property :matomo_configuration, Hash
@@ -337,6 +338,7 @@
337338
"tracestrack_key",
338339
"maptiler_key",
339340
"totp_key",
341+
"totp_domain",
340342
"csp_enforce",
341343
"csp_report_url",
342344
"trace_use_job_queue",

0 commit comments

Comments
 (0)