generated from coop-cloud/example
working version of authentik-groupsync #23
Reference in New Issue
Block a user
No description provided.
Delete Branch "authentik-groupsync"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
as it's not expected that outline will implement an oauth group sync as a (free) feature, deploying this extra service will do the same via webhook
Wow, we will need this soon. Tysm for working this out @val 🥇🥇🥇
Some minor comments below.
I don't think we have maintainers for this recipe yet, feel free to merge as you see fit IMHO.
@ -0,0 +3,4 @@services:outline-authentik-connector:image: burritosoftware/outline-authentik-connector:latestDo we want to pin to a specific image instead of
latestfor stability?I would also favor a specific version (if available) to prevent unpredictable image update changes.
@ -0,0 +38,4 @@entrypoint: /docker-entrypoint.shsecrets:ags_outline_token:I would in general watch out here with the naming and the dreaded https://docs.coopcloud.tech/maintainers/handbook/#r015-long-secret-names 🙈
@ -0,0 +24,4 @@value=$(echo "$var" | sed 's/.*_FILE=//')load_secret "$key" "$value"echo "loaded $key=$value"This would print the secrets into the log which I suppose is undesirable. Debugging leftover?
thanks @decentral1se , @moritz , @iexos for your comments :) I edited everything and added healthchecks and will merge & publish now :)