mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2885] Frp can't handle equal sign in environment variables #2299
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#2299
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?
Originally created by @ThomasDeLetter on GitHub (Apr 4, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2885
Bug Description
Environment variables containing an equal sign
=are ignored during parsing of config files.We use meta properties to pass temporary AWS credentials to the frp server to authenticate a user. These credentials may contain an equal sign.
frpc Version
0.39.1
frps Version
0.39.1
System Architecture
darwin/amd64
Configurations
server
client
Logs
No response
Steps to reproduce
=.Affected area
@fatedier commented on GitHub (Apr 4, 2022):
Thanks for your report.
I find this a bug in parsing env value. I will fix this soon.
@ThomasDeLetter commented on GitHub (Apr 21, 2022):
Thank you for fixing this bug so quickly. Do you have any idea when this will be released? Will there be a
v0.41.1?@fatedier commented on GitHub (Apr 21, 2022):
It will be released in v0.42.0 soon. Maybe this weekend.