[PR #43] [MERGED] Allow to connect using OTP 2FA #177

Closed
opened 2026-02-28 00:40:59 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/2fa


📝 Commits (6)

  • f5af3c9 Add support for OATH OTP 2FA
  • 6f6745b Add OTP 2FA to README
  • d76595a Add comment
  • 8e54a62 Save the OTP code in the client
  • ccfceb6 Merge branch 'feature/2fa' of git@github.com:V-Paranoiaque/proxmox-api-go.git into feature/2fa
  • cd2f863 Useless 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/43 **Author:** [@V-Paranoiaque](https://github.com/V-Paranoiaque) **Created:** 8/4/2019 **Status:** ✅ Merged **Merged:** 8/4/2019 **Merged by:** [@ggongaware](https://github.com/ggongaware) **Base:** `master` ← **Head:** `feature/2fa` --- ### 📝 Commits (6) - [`f5af3c9`](https://github.com/Telmate/proxmox-api-go/commit/f5af3c91aa514f115888baf47063dd00ddad56a5) Add support for OATH OTP 2FA - [`6f6745b`](https://github.com/Telmate/proxmox-api-go/commit/6f6745bde1fbf1cd2861b792d3b0612311b172c7) Add OTP 2FA to README - [`d76595a`](https://github.com/Telmate/proxmox-api-go/commit/d76595a75578ff864df5ac85bd26dd70348d8900) Add comment - [`8e54a62`](https://github.com/Telmate/proxmox-api-go/commit/8e54a62e07e0f643175fbe559a262bb8ce346107) Save the OTP code in the client - [`ccfceb6`](https://github.com/Telmate/proxmox-api-go/commit/ccfceb68bedb5ac9f8290df46d42d228f887fa7f) Merge branch 'feature/2fa' of git@github.com:V-Paranoiaque/proxmox-api-go.git into feature/2fa - [`cd2f863`](https://github.com/Telmate/proxmox-api-go/commit/cd2f863b22edf2c460c286e30356be48ef1616ef) Useless var ### 📊 Changes **4 files changed** (+16 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `main.go` (+1 -1) 📝 `proxmox/client.go` (+4 -2) 📝 `proxmox/session.go` (+10 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:40:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#177
No description provided.