diff --git a/modules/services/authentik.tf b/modules/services/authentik.tf index 08058ab..63bc0e7 100644 --- a/modules/services/authentik.tf +++ b/modules/services/authentik.tf @@ -14,6 +14,39 @@ data "authentik_property_mapping_provider_scope" "default_scopes" { ] } +resource "authentik_user" "default" { + username = "serguzim" + name = "Tobias Reisinger" + email = "tobias@msrg.cc" +} + +resource "authentik_property_mapping_provider_scope" "minio" { + name = "minio" + scope_name = "minio" + expression = <