db mode for update secrets

This commit is contained in:
2026-08-05 18:46:49 +02:00
parent 710594efda
commit e2c6eacce1
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -184,6 +184,7 @@ Rails.application.config.to_prepare do
# :database — only WarpEngine::ApplicationToken records with the
# "update" scope are accepted; the shared secret stops
# working the moment you switch.
# Defaults to ENV["UPDATE_SECRET_SOURCE"] (:env when unset).
# :database mode also requires the owner class every token belongs to:
# c.update_secret_source = :database
# c.application_token_owner_class = "AdminUser"