GithubHelp home page GithubHelp logo

isabella232 / pagerduty_ldap_sync Goto Github PK

View Code? Open in Web Editor NEW

This project forked from symantec/pagerduty_ldap_sync

0.0 0.0 0.0 21 KB

Delete users from pagerduty that don't exist in ldap

License: Apache License 2.0

Shell 12.17% Python 86.81% Dockerfile 1.02%

pagerduty_ldap_sync's Introduction

#Delete pagerduty users not active in your LDAP instance

##How to use with just docker.

  • docker build -t slack_ldap_sync .
  • docker run -it -e SLACK_MAX_DELETE_FAILSAFE="0.2"
    -e PAGERDUTY_API_KEY="foobarbazqux" -e SLACK_TOKEN="xoxp-exampletokenfoobarbazqux"
    -e SLACK_SYNC_RUN_INTERVAL="1800"
    -e AD_URL="ldaps://ldap.example.com:636"
    -e AD_BASEDN="ou=people,DC=example,DC=com"
    -e AD_SEARCH_FILTER_FOR_ACTIVE_EMPLOYEES_ONLY='(&(uid=*)(employee_status=active))'
    -e AD_BINDDN="foo\user_name"
    -e AD_BINDPW="password"
    -e AD_SEARCHREQ_ATTRLIST='["mail", "active_employee_attribute=True"]'
    -e AD_EMAIL_ATTRIBUTE="mail"

##How to use with docker/openshift

  • edit the source.example and set the variables how you want
  • oc new-project pagerduty-ldap-sync
  • oc create secret generic pagerduty-ldap-secrets --from-file=source.example
  • run ./deploy.sh to deploy to openshift

pagerduty_ldap_sync's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.