mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #43] [MERGED] Allow to connect using OTP 2FA #177
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/43
Author: @V-Paranoiaque
Created: 8/4/2019
Status: ✅ Merged
Merged: 8/4/2019
Merged by: @ggongaware
Base:
master← Head:feature/2fa📝 Commits (6)
f5af3c9Add support for OATH OTP 2FA6f6745bAdd OTP 2FA to READMEd76595aAdd comment8e54a62Save the OTP code in the clientccfceb6Merge branch 'feature/2fa' of git@github.com:V-Paranoiaque/proxmox-api-go.git into feature/2facd2f863Useless var📊 Changes
4 files changed (+16 additions, -5 deletions)
View changed files
📝
README.md(+1 -0)📝
main.go(+1 -1)📝
proxmox/client.go(+4 -2)📝
proxmox/session.go(+10 -2)📄 Description
If the OTP 2FA is activated the client gets a timeout.
I have added the environment var PM_OTP to connect using the 2FA.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.