feat: add paperless oidc conf

This commit is contained in:
cătălin 2024-08-03 14:10:40 +02:00
commit 1d03ae408c
No known key found for this signature in database
3 changed files with 26 additions and 0 deletions

View file

@ -47,3 +47,13 @@ variable "portainer_client_secret" {
description = "Client secret"
type = string
}
variable "paperless_client_id" {
description = "Paperless client ID"
type = string
}
variable "paperless_client_secret" {
description = "Paperless client secret"
type = string
}