mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #299] Self-Hosted: Assign Projects to LDAP groups automatically #226
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @gganeshan on GitHub (Nov 4, 2019).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/299
@cuu508 I am self hosting this app and have integrated it with my LDAP.
I wanted to know if there is a way to assign Projects automatically based on LDAP Groups.
For e.g., I can have a Project for a specific BU and would want anyone from that BU to be able to manage checks in that project automatically. Is there a way to do that??
If not, would you consider adding it as a feature for LDAP integrated implementations??
@gganeshan commented on GitHub (Nov 19, 2019):
fyi - I used the following hack to achieve yaml based auto-provisioning and member assignment.
provision.yamllocal_settings.pyhc/accounts/memberassignment.pySince this is a middleware, it intercepts all requests and performs the relevant tasks.
I need to optimize it further to be executed only once at login.
But for now this will do.
@cuu508 If you have any ideas on how to improve this further please let me know.