-
Notifications
You must be signed in to change notification settings - Fork 11
feat: add mfa handling for pam access account #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Greptile OverviewGreptile SummaryThis PR adds MFA handling support for PAM account access, enabling secure multi-factor authentication when users connect to SSH or database proxies. When the API returns a Key Changes
Issues Found
Confidence Score: 3/5
Important Files ChangedFile Analysis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7 files reviewed, 2 comments
Description 📣
This PR adds MFA handling support for PAM account access, enabling secure multi-factor authentication when users connect to SSH or database proxies. When the API returns a SESSION_MFA_REQUIRED error, the CLI opens a browser for MFA verification and polls the session status until completion.
Type ✨
Tests 🛠️
# Here's some code block to paste some code snippets