Sentrius is zero trust (and if you want AI assisted) management system. to protect your infrastructure. It is split into several maven projects. Agent

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-07-30 15:30:19

Sentrius is zero trust (and if you want AI assisted) management system. to protect your infrastructure. It is split into several maven projects. Agents can be leveraged to monitor and control infra ( SSH, APIs, RDP eventually), ensuring that all connections are secure and compliant with your organization's policies. Agents can access external resources ( like LLMs or integrations ) via a zero trust assisted access token. sub-projects:

Internally, Sentrius may still be referenced by its former name, SSO (SecureShellOps), in certain scripts or configurations. Table of Contents

sentrius/ ├── core/ │ ├── src/ │ └── pom.xml ├── api/ │ ├── src/ │ └── pom.xml ├── ops-scripts/ │ └── gcp/ │ └── deploy-helm.sh ├── pom.xml └── ...

For convenience the ops/local directory contains a "run-sentrius.sh" script which will start the core and api modules. You can run this script from the project root. This assumes you have a database available, keycloak running, and the necessary configurations. We now require an OTEL endpoint, along with neo4j and kafka (but these are optional).:

Leave a Comment
Related Posts