[PR #3735] [CLOSED] Add harness api call validation support #4820

Closed
opened 2026-05-05 14:49:21 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3735
Author: @HenAmar
Created: 10/30/2023
Status: Closed

Base: masterHead: hen/CI-10088


📝 Commits (1)

  • 379f7be Add harness api call validation support

📊 Changes

6 files changed (+85 additions, -0 deletions)

View changed files

📝 client/service.go (+1 -0)
📝 pkg/auth/token.go (+78 -0)
📝 pkg/config/legacy/client.go (+2 -0)
📝 pkg/config/legacy/conversion.go (+1 -0)
📝 pkg/config/v1/client.go (+2 -0)
📝 pkg/msg/msg.go (+1 -0)

📄 Description

Summary

🤖 Generated by Copilot at 379f7be

This pull request adds a new feature to integrate frp with Harness, a continuous delivery service, and allow users to deploy applications through frp tunnels. It adds the ApiKey field to various types and functions in the auth, config, and msg packages, and modifies the client-server communication and authentication logic to support the Harness API. It also maintains backward compatibility with the legacy INI configuration format.

WHY


🔄 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/fatedier/frp/pull/3735 **Author:** [@HenAmar](https://github.com/HenAmar) **Created:** 10/30/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `hen/CI-10088` --- ### 📝 Commits (1) - [`379f7be`](https://github.com/fatedier/frp/commit/379f7be90d04ad54c476f891427ee3e0f48e25d1) Add harness api call validation support ### 📊 Changes **6 files changed** (+85 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/service.go` (+1 -0) 📝 `pkg/auth/token.go` (+78 -0) 📝 `pkg/config/legacy/client.go` (+2 -0) 📝 `pkg/config/legacy/conversion.go` (+1 -0) 📝 `pkg/config/v1/client.go` (+2 -0) 📝 `pkg/msg/msg.go` (+1 -0) </details> ### 📄 Description ### Summary <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 379f7be</samp> This pull request adds a new feature to integrate frp with Harness, a continuous delivery service, and allow users to deploy applications through frp tunnels. It adds the `ApiKey` field to various types and functions in the `auth`, `config`, and `msg` packages, and modifies the client-server communication and authentication logic to support the Harness API. It also maintains backward compatibility with the legacy INI configuration format. ### WHY <!-- author to complete --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:49:21 -06: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: github-starred/frp#4820
No description provided.