29 lines
550 B
HCL
29 lines
550 B
HCL
authentik_url = "https://idm.hexor.cy"
|
|
|
|
|
|
flows = {
|
|
}
|
|
|
|
tags = {
|
|
environment = "production"
|
|
managed_by = "terraform"
|
|
project = "homelab"
|
|
}
|
|
|
|
|
|
|
|
outposts = {
|
|
"kubernetes-outpost" = {
|
|
name = "authentik Embedded Outpost"
|
|
type = "proxy"
|
|
service_connection = "k8s-cluster"
|
|
config = {
|
|
authentik_host = "https://idm.hexor.cy"
|
|
authentik_host_insecure = false
|
|
log_level = "info"
|
|
error_reporting = true
|
|
#container_image = null
|
|
}
|
|
}
|
|
}
|