mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1978] multi tenant problem about multiple remote ports #1574
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#1574
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 @northerndeveloper on GitHub (Sep 10, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1978
Hello
I already asked a question about FRP supports Multi Tenant problem and I was told yes it does by the plugin fp-multiuser. But there is still a problem that we have to make sure if one customer can only access one remote port. It seems that every customer should have the same remote port which is not good for security.
So we need to know if one customer can access to one customer with fp-multiuser plugin ? IF not , is there any extra plugin or way to accomplish this ?
Thank you for your kindest helps.
Regards
Alper
@fatedier commented on GitHub (Sep 10, 2020):
There are no such plugin now. But you can write your own plugin with any language.
https://github.com/fatedier/frp/blob/master/doc/server_plugin.md
@northerndeveloper commented on GitHub (Sep 10, 2020):
Hello
Thank you for your answer
In order to clarify it, it means it supports multi tenant with one remote port? Every customer will have only one remote port ??
But it can support multiple remote port as well as we need to make a development and create a plugin for it or may be we have to extend the plugin frp_multiser ?
Thank you for your helps
@fatedier commented on GitHub (Sep 21, 2020):
@northerndeveloper Write your own plugin is a good idea.