feat: add paperless oidc conf
This commit is contained in:
parent
fa8abe1637
commit
1d03ae408c
3 changed files with 26 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue