mugli / infra

Single sign-on for infrastructure

Home Page:https://infrahq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

GitHub release (latest by date) GitHub closed issues GitHub commit activity
YouTube Channel Views GitHub Repo stars Twitter Follow

Introduction

Infra manages access to infrastructure such as Kubernetes, with support for more connectors coming soon.

  • Discover & access infrastructure via a single command: infra login
  • No more out-of-sync credentials for users (e.g. Kubeconfig)
  • Okta, Google, Azure AD identity provider support for onboarding and offboarding
  • Fine-grained access to specific resources that works with existing RBAC rules
  • API-first design for managing access as code or via existing tooling
  • Temporary access to coordinate access with systems like PagerDuty (coming soon)
  • Audit logs for who did what, when to stay compliant (coming soon)

dashboard

Install

Install Infra via helm:

helm repo add infrahq https://helm.infrahq.com
helm repo update
helm install infra infrahq/infra

Next, find the exposed hostname:

kubectl get service infra-server -o jsonpath="{.status.loadBalancer.ingress[*]['ip', 'hostname']}" -w

Open this hostname in your browser to get started

Connectors

Connector Status Documentation
Kubernetes ✅ Stable Get started
Postgres Coming soon Coming soon
SSH Coming soon Coming soon
AWS Coming soon Coming soon
Container Registry Coming soon Coming soon
MongoDB Coming soon Coming soon
Snowflake Coming soon Coming soon
MySQL Coming soon Coming soon
RDP Coming soon Coming soon

Documentation

Community

  • Community Forum Best for: help with building, discussion about infrastructure access best practices.
  • GitHub Issues Best for: bugs and errors you encounter using Infra.

About

Single sign-on for infrastructure

https://infrahq.com

License:Other


Languages

Language:Go 82.5%Language:JavaScript 14.9%Language:HTML 1.1%Language:Smarty 0.9%Language:CSS 0.3%Language:Dockerfile 0.2%Language:Makefile 0.1%Language:Shell 0.0%