mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3735] [CLOSED] Add harness api call validation support #4820
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4820
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/fatedier/frp/pull/3735
Author: @HenAmar
Created: 10/30/2023
Status: ❌ Closed
Base:
master← Head:hen/CI-10088📝 Commits (1)
379f7beAdd 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
379f7beThis 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
ApiKeyfield to various types and functions in theauth,config, andmsgpackages, 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.