Skip to content
@jitsudo-dev

jitsudo

Just in time sudo access for your cloud

jitsudo-dev

Just-in-time privileged access elevation for cloud infrastructure.

jitsudo is an open-source CLI tool that grants temporary, audited, least-privilege access elevations across cloud and Kubernetes environments — without standing permissions.


How it works

Instead of granting persistent elevated roles, jitsudo issues time-bounded access elevations on demand, tied to a declared reason, approved through policy, and automatically revoked on expiry.

jitsudo elevate --provider aws --role arn:aws:iam::123456789012:role/incident-responder --duration 30m --reason "Investigating prod alert #4421"

Supported providers

Provider Status
AWS IAM Planned
GCP IAM Planned
Azure RBAC Planned
Kubernetes RBAC Planned

Principles

  • No standing access. Elevations are ephemeral by design.
  • Auditable. Every elevation is logged with requester, reason, duration, and scope.
  • Policy-driven. Approval workflows and constraints are defined as code.
  • Provider-agnostic. A single CLI interface across clouds and Kubernetes.

Status

Early development. The core design and provider interface spec are in progress.
Watch this org or star jitsudo-dev/jitsudo to follow along.


Links

Popular repositories Loading

  1. .github .github Public

    Jitsudo org profile and default community health files

  2. jitsudo jitsudo Public

    Just-in-time privileged access elevation for cloud infrastructure

    Go

  3. jitsudo.dev jitsudo.dev Public

    The web UI for jisudo.dev and docs.jitsudo.dev

    MDX

  4. homebrew-tap homebrew-tap Public

    Homebrew tap for the jitsudo CLI

    Ruby

Repositories

Showing 4 of 4 repositories

Top languages

Loading…

Most used topics

Loading…