mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 01:38:30 +00:00
fc45de0296eec54774a57d41e85e11ee6ddd5a03
- Add missing comments for exported types and constants - Remove unused Middleware struct and ManagerInterface references - Fix all unused parameter warnings in test mocks and handlers - Ensure all typecheck errors are resolved - Update tests to use correct field names All SSO auth code and tests are now lint-clean and typecheck clean.
chore(deps): update step-security/harden-runner digest to 002fdce in .github/workflows/scorecard.yml (main) (#5645)
feat(auth): add SSO authentication layer with RBAC, multi-provider support, and granular permissions
feat(auth): add SSO authentication layer with RBAC, multi-provider support, and granular permissions
feat(auth): add SSO authentication layer with RBAC, multi-provider support, and granular permissions
chore(deps): update ghcr.io/runatlantis/atlantis:latest docker digest to 79c1f1a in dockerfile.dev (main) (#5472)
Atlantis

Terraform Pull Request Automation
Resources
- How to get started: www.runatlantis.io/guide
- Full documentation: www.runatlantis.io/docs
- Download the latest release: github.com/runatlantis/atlantis/releases/latest
- Get help in our Slack channel in channel #atlantis and development in #atlantis-contributors
- Start Contributing: CONTRIBUTING.md
What is Atlantis?
A self-hosted golang application that listens for Terraform pull request events via webhooks.
What does it do?
Runs terraform plan, import, apply remotely and comments back on the pull request with the output.
Why should you use it?
- Make Terraform changes visible to your whole team.
- Enable non-operations engineers to collaborate on Terraform.
- Standardize your Terraform workflows.