mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
This reverts commit 732dda34e7.
This commit is contained in:
@@ -243,12 +243,6 @@ type Request struct {
|
||||
// InboundSSCToken is the token that arrives on an inbound request, supplied
|
||||
// by the vault user.
|
||||
InboundSSCToken string
|
||||
|
||||
// When a request has been forwarded, contains information of the host the request was forwarded 'from'
|
||||
ForwardedFrom string `json:"forwarded_from,omitempty"`
|
||||
|
||||
// When a request has been forwarded, contains information of the host the request was forwarded 'to'
|
||||
ForwardedTo string `json:"forwarded_to,omitempty"`
|
||||
}
|
||||
|
||||
// Clone returns a deep copy of the request by using copystructure
|
||||
|
||||
Reference in New Issue
Block a user