Skip to content

Instantly share code, notes, and snippets.

@bkrajendra
Last active April 26, 2026 08:43
Show Gist options
  • Select an option

  • Save bkrajendra/a7a3951c5ee1876ec24cc55f887716da to your computer and use it in GitHub Desktop.

Select an option

Save bkrajendra/a7a3951c5ee1876ec24cc55f887716da to your computer and use it in GitHub Desktop.
SailPoint JIT Access POC

Workflow

User → LDAP/AD group → Linux group → sudo / access policy

Creat a LDAP

docker run -d \
  --name ldap \
  -p 389:389 \
  -e LDAP_ORGANISATION="corp" \
  -e LDAP_DOMAIN="corp.local" \
  -e LDAP_ADMIN_PASSWORD=admin \
  osixia/openldap

Add user + group

Create a Linux Machine

docker run -it --name linux-client ubuntu bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment