mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Secure gateway:
This is designed for use by proxies in front of rippled. Configured IPs can forward identifying user data in HTTP headers, including user name and origin IP. If the user name exists, then resource limits are lifted for that session. However, administrative commands are still reserved only for administrative sessions.
This commit is contained in:
committed by
Nik Bougalis
parent
810175ae95
commit
496fea5995
@@ -73,9 +73,9 @@ public:
|
||||
return logic_.newOutboundEndpoint (address);
|
||||
}
|
||||
|
||||
Consumer newAdminEndpoint (std::string const& name) override
|
||||
Consumer newUnlimitedEndpoint (std::string const& name) override
|
||||
{
|
||||
return logic_.newAdminEndpoint (name);
|
||||
return logic_.newUnlimitedEndpoint (name);
|
||||
}
|
||||
|
||||
Gossip exportConsumers () override
|
||||
|
||||
Reference in New Issue
Block a user