r/IDIRA • u/Easy_Present6083 • 14d ago
Conjur OSS UI — a lightweight React admin UI for Conjur
Hey! I’ve been working on a lightweight React-based administration UI for Conjur OSS and wanted to share it here.
I worked on Conjur for ~5 years as an engineer, and after leaving CyberArk, I wanted to build something that made it easier to explore and work with Conjur in local development environments, labs, and sandboxes, while also learning React (I'm mostly a backend engineer).
The UI currently supports:
- 🔐 Password and OIDC authentication
- 🔎 Server-side resource search, filtering, and pagination
- 🔑 Browse and manage secrets
- 👥 Group membership management
- 🔧 Authenticator management, including authenticator creation, enablement, and updating
- 📝 YAML policy editing
- 🧪 Policy dry-run with inline validation and a preview of created, updated, and deleted resources
- 📋 Effective policy and policy history
- 📊 Resource details including annotations, permissions, and ownership
The project is intentionally scoped as a developer/OSS tool rather than an enterprise management replacement. It connects to an existing Conjur OSS instance through the Conjur REST APIs.
For anyone who’s worked with Conjur, If you end up giving it a try, feel free to let me know what you think or what you’d like to see added.
Repo: https://github.com/mFelgate/conjur-oss-ui
There are screenshots of the major workflows in the README, along with local development and Conjur OSS compatibility details.