mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 14:04:04 +00:00
feat(db): enforce runtime RLS boundaries
This commit is contained in:
@@ -57,7 +57,21 @@ variable "scheduler_shared_secret_id" {
|
||||
}
|
||||
|
||||
variable "database_url_secret_id" {
|
||||
description = "Optional Secret Manager ID for DATABASE_URL"
|
||||
description = "Optional Secret Manager ID for owner-only DATABASE_URL used outside runtime deploys"
|
||||
type = string
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "app_database_url_secret_id" {
|
||||
description = "Optional Secret Manager ID for APP_DATABASE_URL"
|
||||
type = string
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "worker_database_url_secret_id" {
|
||||
description = "Optional Secret Manager ID for WORKER_DATABASE_URL"
|
||||
type = string
|
||||
default = null
|
||||
nullable = true
|
||||
|
||||
Reference in New Issue
Block a user