You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we are using the server plugin for e.g. multiple user auth, it would be nice to be able to use the cli command with commandline params instead of a config file. Therefore we need to make sure to provide metadatas.
Probably something like frpc http --user bar --metadatas token=foo ... (see spf13/pflag#133) ?
Describe alternatives you've considered
No response
Affected area
Docs
Installation
Performance and Scalability
Security
User Experience
Test and Release
Developer Infrastructure
Client Plugin
Server Plugin
Extensions
Others
The text was updated successfully, but these errors were encountered:
Describe the feature request
If we are using the server plugin for e.g. multiple user auth, it would be nice to be able to use the cli command with commandline params instead of a config file. Therefore we need to make sure to provide metadatas.
Probably something like
frpc http --user bar --metadatas token=foo ...
(see spf13/pflag#133) ?Describe alternatives you've considered
No response
Affected area
The text was updated successfully, but these errors were encountered: