[PR #20] [MERGED] API Token Auth for HTTPS #135

Closed
opened 2026-02-27 15:46:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/20
Author: @jhollowe
Created: 5/16/2020
Status: Merged
Merged: 5/17/2020
Merged by: @jhollowe

Base: developHead: api_token


📝 Commits (4)

  • b130b0b Add basic API Token auth
  • f62129a Update API Auth and Depricate TokenAuth
  • e17dcb3 Add API auth to the https backend init
  • 2efc791 Add test for api token auth

📊 Changes

2 files changed (+35 additions, -7 deletions)

View changed files

📝 proxmoxer/backends/https.py (+31 -6)
📝 tests/https_tests.py (+4 -1)

📄 Description

  • Added the API Token as an authentication for the HTTPS backend
  • Refactored some functionality to the appropriate auth within the HTTPS backend

🔄 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/proxmoxer/proxmoxer/pull/20 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 5/16/2020 **Status:** ✅ Merged **Merged:** 5/17/2020 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `develop` ← **Head:** `api_token` --- ### 📝 Commits (4) - [`b130b0b`](https://github.com/proxmoxer/proxmoxer/commit/b130b0b808278c08c90e95b9eb762addb28e3c6b) Add basic API Token auth - [`f62129a`](https://github.com/proxmoxer/proxmoxer/commit/f62129a3702ea0e40d3c20b84190a107be85f209) Update API Auth and Depricate TokenAuth - [`e17dcb3`](https://github.com/proxmoxer/proxmoxer/commit/e17dcb3ac3f7043433daeb495d9786354d285b73) Add API auth to the https backend init - [`2efc791`](https://github.com/proxmoxer/proxmoxer/commit/2efc7918304a597e3792314e4ca7d6da844c5cb0) Add test for api token auth ### 📊 Changes **2 files changed** (+35 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `proxmoxer/backends/https.py` (+31 -6) 📝 `tests/https_tests.py` (+4 -1) </details> ### 📄 Description * Added the API Token as an authentication for the HTTPS backend * Refactored some functionality to the appropriate auth within the HTTPS backend --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:46:37 +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/proxmoxer#135
No description provided.