8000 GitHub - lsendel/root-zamaz
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lsendel/root-zamaz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Trust Authentication MVP

Modern authentication system implementing Zero Trust principles with GitOps deployment model.

Features

  • Zero Trust Authentication
  • GitOps-based deployment
  • Comprehensive observability
  • Progressive delivery
  • High availability design
  • Security-first approach

Quick Start

# Development setup
make dev-setup
make dev-up

# GitOps local environment
make dev-gitops

# Run tests
make test-all

Documentation

📖 Project Wiki - Complete documentation with interactive diagrams

Quick Links

Documentation Commands

# Generate and sync to wiki
make docs-wiki-sync-api

# Local development
make docs-mkdocs-serve      # Serve locally with live reload  
make docs-schema            # Generate schema docs only

Local Documentation

Requirements

  • Go 1.22+
  • Node.js 20+
  • Docker
  • Kubernetes 1.28+
  • Helm 3.14+

Architecture

graph TB
    Client --> Ingress
    Ingress --> AuthService
    AuthService --> TokenService
    AuthService --> UserService
    TokenService --> Vault
    UserService --> Database
Loading

Security

Security Rating Vulnerabilities

License

MIT License - see LICENSE for details

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0