forked from catalin/fukuops
feat: add open_in_new_tab and app_icon variables to the authentik application tofu module
This commit is contained in:
parent
7f450de269
commit
909eb5913f
3 changed files with 13 additions and 1 deletions
|
|
@ -29,4 +29,5 @@ module "argo-workflows" {
|
|||
client_secret = var.argo_workflows_client_secret
|
||||
app_access_group_id = authentik_group.ci.id
|
||||
redirect_uris = ["https://ci.fuku/oauth2/callback"]
|
||||
app_icon = "https://argoproj.github.io/icons/icon-512x512.png"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue