feat: update the default-scopes's resource's name to authentik_property_mapping_provider_scope

This commit is contained in:
cătălin 2024-09-06 19:41:05 +02:00
commit 98723d25d9
No known key found for this signature in database
4 changed files with 21 additions and 19 deletions

View file

@ -51,9 +51,9 @@ module "gitea" {
client_secret = var.gitea_client_secret
app_access_group_id = ""
redirect_uris = ["https://git.roboces.dev/user/oauth2/authentik/callback"]
app_icon = "https://about.gitea.com/gitea.svg"
app_description = "Git with a cup of Tea 🍵"
app_publisher = "Gitea"
app_icon = "https://git.roboces.dev/assets/img/logo.svg"
app_description = "Beyond coding. We forge. "
app_publisher = "Forgejo"
app_url = "https://git.roboces.dev/user/oauth2/authentik"
sub_mode = "hashed_user_id"
}