mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3257] [Feature Request] env var secrets (certs) #2608
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#2608
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 @jamesla on GitHub (Jan 17, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3257
Describe the feature request
I am wanting to provide a certificate to FRP via an environment variable rather than a path to a file that exists on disk. This has multiple benefits such as:
a) the cert sits in memory rather than on the disk which is protected against various file system attacks.
b) makes containerisation much easier since you don't have to deal with container state (volumes)
Instead of:
I would like to do something like this:
Is this possible with FRPs current configuration options?
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Jan 18, 2023):
Are there other projects that do like this?
@github-actions[bot] commented on GitHub (Feb 18, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.