feat: add portainer authentik-oidc tofu module
This commit is contained in:
parent
9d6464a7af
commit
ca93b20463
3 changed files with 29 additions and 0 deletions
|
|
@ -85,3 +85,20 @@ module "miniflux" {
|
|||
app_url = "https://feeds.roboces.dev"
|
||||
sub_mode = "hashed_user_id"
|
||||
}
|
||||
|
||||
module "portainer" {
|
||||
source = "../modules/authentik-oidc"
|
||||
app_name = "Portainer"
|
||||
app_slug = "portainer"
|
||||
client_id = var.portainer_client_id
|
||||
client_secret = var.portainer_client_secret
|
||||
app_access_group_id = authentik_group.admins.id
|
||||
redirect_uris = [
|
||||
"https://containers.fukurokuju.dev/"
|
||||
]
|
||||
app_icon = "https://www.portainer.io/hubfs/crane-icon.svg"
|
||||
app_description = "Kubernetes and Docker container Management Software"
|
||||
app_publisher = "Portainer"
|
||||
app_url = "https://containers.fukurokuju.dev/"
|
||||
sub_mode = "hashed_user_id"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue